docs: add infra.release to dependency flow chain and normalize infra/ ordering#221
Merged
docs: add infra.release to dependency flow chain and normalize infra/ ordering#221
Conversation
Add infra.release to the dependency flow chain in CLAUDE.md (closes task #229). Also normalize the infra/ listing in the package structure tree to alphabetical order (module_map, multi, release, worktree) to match OPERATIONS.md.
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
infra.releaseto the CLAUDE.md dependency flow chain as the last infra module beforecli(task fix: include failed tasks in detect_file_conflicts scan (#0090) #229)worktree, module_map, multi, releaseto alphabetical ordermodule_map, multi, release, worktree, matching OPERATIONS.mdContext
Advisory notes from PR #219 code review identified two documentation gaps:
infra.releasemodule (shipped in PR feat: auto-release version tagging (#0066) #218) was registered in__init__.pyandinstall.shbut missing from the dependency flow chain that guides new module placementChanges
CLAUDE.mdline 170: dependency flow chain gainsinfra.releasebetweeninfra.multiandcliCLAUDE.mdline 188: infra/ listing reordered to alphabeticalVerification
make checkpasses (997 tests, ruff, mypy, ascii check, install.sh refs all green)Test plan
make checkpasses on the PR branchinfra.release