fix-fwd(0202Z shard): 5→6 ups in relative paths to clear non-required lint#5939
Merged
Merged
Conversation
… lint PR #5938 race-merged before non-required 'lint (tick-shard relative-paths)' finished, per blocked-green-ci-investigate-threads.md Auto-merge-race-with- follow-up-commit anti-pattern (canonical anchor PR #4358). 4 broken links resolved to docs/.claude/rules/... (5 ups short of repo root); shard is 6 levels deep so 6 ups needed. Verified locally: 'audit-tick-shard-relative-paths.ts --enforce' returns '0 broken relative-path links' over 1208 scanned shards. Co-Authored-By: Claude <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Fixes broken relative-path links in a hygiene-history tick shard by correcting the ../ depth needed to reach repo-root .claude/rules/**, clearing the non-required lint (tick-shard relative-paths) audit.
Changes:
- Updated 4
.claude/rules/*.mdlinks in0202Z.mdfrom 5-level to 6-level../traversal (../../../../../../...), matching the shard’s directory depth.
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
lint (tick-shard relative-paths)check finished — canonical Auto-merge-race-with-follow-up-commit anti-pattern perblocked-green-ci-investigate-threads.md(anchor PR fix(lint): correct ../ depth on 0608Z + 0803Z tick shards #4358).docs/hygiene-history/ticks/2026/05/29/0202Z.mdresolved todocs/.claude/rules/...(one segment short of repo root); shard is 6 levels deep so 6../needed (I had used 5).bun tools/hygiene/audit-tick-shard-relative-paths.ts --enforce --baseline …returns0 broken relative-path linksacross 1208 scanned shards.Test plan
origin/main 7d61431cb(no operator-checkout contamination)🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com