Skip to content

fix(docs): drop cross-repo symbol backticks tripping OC phantom-symbol gate - #324

Merged
ProtocolWarden merged 1 commit into
mainfrom
fix/remediation-doc-phantom-symbols
Jun 18, 2026
Merged

fix(docs): drop cross-repo symbol backticks tripping OC phantom-symbol gate#324
ProtocolWarden merged 1 commit into
mainfrom
fix/remediation-doc-phantom-symbols

Conversation

@ProtocolWarden

Copy link
Copy Markdown
Owner

Fix-forward for the audit regression introduced when #323 merged.

What happened: the cross-repo roadmap doc backtick-referenced p95_latency_ms (a SwitchBoard symbol). OC's K1/OC8 phantom-symbol detectors only know OC's own src, so they flagged it — turning the custodian-audit job red on main. #323 merged anyway because main isn't branch-protected and the reviewer LGTM-merges over the advisory (non-required) audit check.

Fix: K1 has no per-file exclude (it suppresses via known_values only), so the clean root-cause fix is to drop the backticks on that one cross-repo symbol reference. Verified with the working detector: audit goes from 3 findings → 1, and the remaining one is the environmental B2 (boundary artifact, materialized from a secret in CI — green on the prior main runs).

Governance note (follow-up): the audit gate is currently advisory — main is unprotected and the reviewer doesn't gate on it, so a red audit doesn't block a merge. Making it required is blocked on B2 being made reliable (tracked as backbone item B2/B3 in the remediation roadmap).

🤖 Generated with Claude Code

…l gate

The cross-repo remediation roadmap backtick-referenced `p95_latency_ms` (a
SwitchBoard symbol). OC's K1/OC8 phantom-symbol detectors only know OC's own
src, so they flagged it — turning the custodian-audit job red on main after
#323 merged (the reviewer LGTM-merged over the advisory, non-required check).
K1 suppresses via known_values only (no per-file exclude), so the clean fix is
to drop the backticks on the cross-repo symbol. Audit now down to the sole
environmental B2 (boundary artifact, materialized from a secret in CI).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ProtocolWarden
ProtocolWarden merged commit 9593262 into main Jun 18, 2026
18 of 20 checks passed
@ProtocolWarden
ProtocolWarden deleted the fix/remediation-doc-phantom-symbols branch June 18, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant