Add CLAUDE.md symlink and complete docs/ table of contents #221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/claude-md-symlink-and-toc-audit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CLAUDE.mdas a symlink toREADME.mdso Claude Code discovers project docs on session startCloses #220
Changes
CLAUDE.md-- new symlink pointing toREADME.mdREADME.md-- added 6 missing entries to the Documentation table: auth-strategy, keycloak-setup, feature-flags, service-requests, local-dev-setup, dora/pipeline-timingTest Plan
readlink CLAUDE.mdreturnsREADME.mdReview Checklist
Related Notes
ldraney/landscaping-assistant #220-- the Forgejo issue this PR implementslandscaping-assistant-- project this work belongs toPR #221 Review
DOMAIN REVIEW
Tech stack: Documentation-only change (Markdown + symlink). No application code touched.
Symlink (
CLAUDE.md->README.md):120000correctly indicates a symbolic link.README.mdis a relative path in the same directory -- correct for a repo-root symlink.README.md documentation table (6 new rows):
auth-strategy.md,keycloak-setup.md,feature-flags.md,service-requests.md,local-dev-setup.md,dora/pipeline-timing.md.BLOCKERS
None.
This is a docs-only change with no application code, no secrets, no user input handling, and no security implications. No blocker criteria are triggered.
NITS
Potential conflict with PR #218: PR #218 ("Add iOS dev builds doc and CLAUDE.md symlink") is also open and appears to add a CLAUDE.md symlink. If #218 merges first, this PR will conflict on
CLAUDE.md. If this PR merges first, #218 will conflict. Coordinate merge order or close one of them.Table row count claim in test plan: The test plan says "All 18 doc links in the table resolve to existing files." The final table has 18 rows -- verified correct.
SOP COMPLIANCE
docs/claude-md-symlink-and-toc-auditis clear)PROCESS OBSERVATIONS
VERDICT: APPROVED