docs: move per-resource PR review guides into docs/adr/#34
Merged
Conversation
Relocate the five *_REVIEW_GUIDE.md files from docs/ to docs/adr/ so they sit with the other historical decision/review records. Their relative cross-links are unchanged (all five move together, staying siblings), and nothing else references them. Side effect (intended): docs/adr is in context7.json's excludeFolders, so the guides drop out of the doc index.
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.
Moves the five
*_REVIEW_GUIDE.mdfiles fromdocs/intodocs/adr/:FUNDS_REVIEW_GUIDE.mdMARKETS_REVIEW_GUIDE.mdOPTIONS_REVIEW_GUIDE.mdREFACTOR_REVIEW_GUIDE.mdSTOCKS_REVIEW_GUIDE.mdPure
git mv(renames, no content changes).No broken links
The guides only cross-reference each other via relative paths; since all five move together they remain siblings, so every link still resolves. Nothing outside this set (README, CLAUDE.md, workflows,
context7.json) references them.Intended side effect
context7.jsonlistsdocs/adrunderexcludeFolders, so these guides will now be excluded from the context7 doc index — consistent with treating them as historical per-PR review records alongside the ADRs.