fix(check): planned START-HERE paths no longer fail the self-check - #35
Merged
Conversation
…efs #31) A backticked map token suffixed "(planned)" declares layout the repo has not grown into yet; repokit-check.ps1 now skips its existence assertion, per the standard's own rule against pre-creating empty directories. The marker covers only the token it follows, so an unmarked broken path in the same row still fails. Documented in the-standard.md (Variance declarations, "Planned paths"), decided in ADR-0010, covered by two new smoke cases. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013g4xpqBjwwzfqtKyEHuWUr
PBNZ
added a commit
that referenced
this pull request
Aug 13, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013g4xpqBjwwzfqtKyEHuWUr
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013g4xpqBjwwzfqtKyEHuWUr
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.
What & why
The standard says not to pre-create empty directories, yet
repokit-check.ps1asserted every path-like START-HERE token exists — so declaring a monorepo's planned layout failed the self-check. A backticked token suffixed(planned)now skips the existence assertion, covering only the token it follows (an unmarked broken path in the same row still fails). Documented in the standard's Variance declarations (Planned paths), decided in ADR-0010, covered by two new smoke cases.Refs #31
Checklist
Refs #NN(no auto-close keywords), if the repo tracks issues.feat: …,fix: …,docs: …).CHANGELOG.mdupdated under## [Unreleased]if user-visible.python scripts/*.py; see.github/workflows/validate.yml).docs/adr/for any notable decision.🤖 Generated with Claude Code
https://claude.ai/code/session_013g4xpqBjwwzfqtKyEHuWUr