Skip to content

Commit 990557a

Browse files
chore: wire cross_repo config for X1/X2/X3 detectors
Adds audit.cross_repo.platform_manifest_repo: ../PlatformManifest so the X1 (legacy name), X2 (undeclared import), and X3 (stale GitHub URL) detectors are active. Live run shows 0 findings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bc1be71 commit 990557a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.console/log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
_Chronological continuity log. Decisions, stop points, what changed and why._
44
_Not a task tracker — that's backlog.md. Keep entries concise and dated._
55

6+
- Wire cross_repo config (2026-05-08, on chore/wire-cross-repo-config): Added `audit.cross_repo.platform_manifest_repo: ../PlatformManifest` to `.custodian/config.yaml`. Enables X1/X2/X3 detectors; live run shows 0 findings.
7+
68
- codex --full-auto → -a never (2026-05-08, on fix/codex-full-auto): codex dropped --full-auto. Updated bootstrap.py default approval_mode to `-a never`; same fix applied to kodo sessions/codex.py, orchestrators/codex_cli.py, and benchmark/runner.py in that repo.
79

810
- Banner padding equalized and trimmed (2026-05-08, on fix/banner-equal-padding): Equalized lp and g to the same value, then trimmed 15% — both now `max(4, (w-1)*17//80)` (= (w-1)//4 × 0.85). At 120 cols: 25 spaces each side.

.custodian/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ tests_root: tests
77
# `_custodian/` overlay layer (see OperationsCenter for a worked example).
88

99
audit:
10+
cross_repo:
11+
platform_manifest_repo: ../PlatformManifest
12+
1013
# C2: OperatorConsole is a CLI/TUI tool — print() is its user-facing output API,
1114
# not a debug leftover. Exempting the whole package is the honest config.
1215
# C1: bootstrap.py has a single deferred TODO (pending SwitchBoard validation).

0 commit comments

Comments
 (0)