Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .console/log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## 2026-06-04 — Reconcile: enable R1/R2 enforcement

Repo's tracked .console/docs verified scrub-target-clean (git grep empty) and
log.md under the 400-line R1 budget. Set `audit.reconcile_enforce: true` in
.custodian/config.yaml. `cl reconcile check` GREEN; custodian audit shows R1=0,
R2=0 findings. Enforce-only pass — no prune needed (already under budget).


## 2026-05-21 — Add closing fence to console-context block

Added <!-- /console-context --> end marker so OperatorConsole only replaces its
Expand Down
3 changes: 3 additions & 0 deletions .custodian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ tests_root: test
# `_custodian/` overlay layer (see OperationsCenter for a worked example).

audit:
# This repo's .console/ is reconciled + clean; flip R1/R2 to enforce.
reconcile_enforce: true

cross_repo:
platform_manifest_repo: ../PlatformManifest

Expand Down
Loading