diff --git a/.console/log.md b/.console/log.md index d91cfd5..e81720f 100644 --- a/.console/log.md +++ b/.console/log.md @@ -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 end marker so OperatorConsole only replaces its diff --git a/.custodian/config.yaml b/.custodian/config.yaml index 336c0fd..d4970a7 100644 --- a/.custodian/config.yaml +++ b/.custodian/config.yaml @@ -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