fix(b-0534): correct B-0441 relative link in Composes-with section#3554
Merged
Conversation
Post-merge Copilot finding on PR #3551: B-0441 link target `backlog-ready-notifier-2026-05-13.md` doesn't exist. Actual filename: `B-0441-backlog-row-ready-to-grind-notifier-background-service-2026-05-13.md`. Verified via `git ls-tree origin/main` — target blob c5be170. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR fixes a dead cross-reference in the B-0534 backlog row by updating the B-0441 relative link in the “Composes with” section to point at the correct existing filename under docs/backlog/P1/.
Changes:
- Corrected the
B-0441relative link target indocs/backlog/P2/B-0534-...to the verified, existingB-0441filename.
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.
Summary
Post-merge Copilot finding on PR #3551: the B-0441 relative link in the just-merged B-0534 row pointed at a non-existent filename.
This is the kind of dead-cross-reference that B-0533 (peer Otto's §33 dead-xref scanner) is being built to catch automatically.
Test plan
🤖 Generated with Claude Code