Add CLAUDE.md symlink and complete docs/ table of contents #220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Standalone -- discovered during docs audit.
Repo
ldraney/landscaping-assistantUser Story
As a developer (or Claude Code agent)
I want project documentation discoverable from repo root
So that sessions start with full context and no docs are orphaned
Context
No CLAUDE.md exists in the repo, so Claude Code doesn't load project docs on session start. The README has a documentation table but is missing 6 of the 18 docs that exist in docs/: auth-strategy, keycloak-setup, feature-flags, service-requests, local-dev-setup, and dora/pipeline-timing.
File Targets
Files the agent should modify or create:
CLAUDE.md-- new symlink to README.mdREADME.md-- add missing doc entries to the Documentation tableFiles the agent should NOT touch:
docs/*-- docs themselves are fine, only the index needs updatingFeature Flag
none
Acceptance Criteria
Test Expectations
readlink CLAUDE.mdreturnsREADME.mdfind docs -name "*.md" | wc -lmatches table row countConstraints
Checklist
Related
landscaping-assistant-- project this affects