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

## 2026-06-04 — Console reconciliation: enforce R1/R2

- Confirmed tracked .console/ + docs are leak-free (no scrub-target identifiers) and log.md is under the 400-line R1 budget.
- Added `audit.reconcile_enforce: true` to .custodian/config.yaml to flip Custodian R1/R2 from dormant to fail-closed (this repo is reconciled + clean).
- Verified: `cl reconcile check` GREEN; custodian audit yields no R1/R2 findings (only pre-existing B2/W2).

## 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
# ---------------------------------------------------------------------------
audit:
# This repo's .console/ is reconciled + clean (leak-free, log under budget);
# flip R1/R2 to fail-closed enforcement per the reconciliation spec §6.
reconcile_enforce: true

cross_repo:
platform_manifest_repo: ../PlatformManifest

Expand Down
Loading