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
7 changes: 7 additions & 0 deletions .console/log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Log

## 2026-06-04 — Enforce-only console reconciliation: flip reconcile_enforce

.console is already clean and under budget (log < 400 lines, no scrub-target
leak; `cl reconcile check` GREEN). Added `audit.reconcile_enforce: true` to
.custodian/config.yaml so R1/R2 fail-closed here. Custodian audit gains no
R1/R2 findings; all 66 tests pass.

## 2026-05-21 — Add closing console-context fence to CLAUDE.md

Added <!-- /console-context --> end marker so OperatorConsole only
Expand Down
4 changes: 4 additions & 0 deletions .custodian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ privacy:
# Audit: per-detector exclusions and tuning
# ---------------------------------------------------------------------------
audit:
# R1/R2 (.console reconciliation gate) are opt-in. This repo is reconciled and
# scrub-clean (log under budget, no private-name leak), so it enforces them.
reconcile_enforce: true

cross_repo:
platform_manifest_repo: ../PlatformManifest

Expand Down
Loading