backlog(B-0708): stale-pointer cleanup across .claude/rules/ — surfaced by razor-cadence pass#4763
Merged
AceHack merged 1 commit intoMay 23, 2026
Conversation
…didates surfaced by razor-cadence pass Razor-cadence pass 2026-05-23 (issue #3128 closed) ran audit-rule-cross-refs.ts and surfaced 87 stale-pointer candidates across 62 rules (16% MISS rate on 543 references). Per the 9-variant taxonomy ~5% MISSes are healthy; 16% is above the floor suggesting ~70-80 real stale pointers worth cleaning up. This row captures the cleanup work the pass surfaced. P2 because stale pointers degrade rule discoverability but don't break factory operation. BACKLOG.md regenerated. Composes with: - tools/hygiene/audit-rule-cross-refs.ts (the audit instrument) - docs/hygiene-history/ticks/2026/05/14/1920Z.md (9-variant taxonomy) - B-0192 (razor-cadence trigger — this is a downstream finding) - .claude/rules/encoding-rules-without-mechanizing.md (cadence discipline that surfaced the gap) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Files backlog row B-0708 to track follow-up work from the 2026-05-23 razor-cadence pass: cleaning up stale cross-references across .claude/rules/ after audit-rule-cross-refs.ts surfaced 87 candidate misses.
Changes:
- Added a new P2 backlog per-row file documenting scope, rationale, and acceptance criteria for the stale-pointer cleanup work.
- Updated
docs/BACKLOG.mdto include the new B-0708 entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/backlog/P2/B-0708-stale-pointer-cleanup-from-razor-cadence-pass-2026-05-23.md | New backlog row capturing the stale-pointer cleanup work item and its acceptance criteria. |
| docs/BACKLOG.md | Adds the generated index entry for B-0708 under P2. |
This was referenced May 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Files B-0708. Razor-cadence pass 2026-05-23 (issue #3128 closed) ran audit-rule-cross-refs.ts and surfaced 87 stale-pointer candidates across 62 rules (16% MISS rate). ~70-80 real stale pointers worth cleaning up. P2; load-bearing finding from cadence pass.
🤖 Generated with Claude Code