docs: split lif-core CLAUDE.md into topic docs (447 → 170 lines)#960
Open
bjagg wants to merge 1 commit into
Open
docs: split lif-core CLAUDE.md into topic docs (447 → 170 lines)#960bjagg wants to merge 1 commit into
bjagg wants to merge 1 commit into
Conversation
Move five detail-heavy sections out of CLAUDE.md and replace each with a concise summary plus a pointer, keeping it as the dense agent-oriented map. - Testing -> docs/operations/guides/testing.md - Schema & Data Model -> docs/design/cross-cutting/schema-loading.md - Semantic Search -> docs/design/components/semantic-search.md - GraphQL API Keys -> docs/operations/guides/graphql-api-keys.md - Deployment & Ops -> docs/operations/guides/deployment.md Register the new docs in docs/INDEX.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Splits the lif-core
CLAUDE.mdfrom 447 lines down to 170 (under the 200-line target) by moving five detail-heavy sections into dedicated docs underdocs/. Each section is replaced inline with a concise summary that preserves the high-value quick facts an agent needs, plus a pointer to the full doc — keepingCLAUDE.mdas the dense agent-oriented map it already describes itself as.What moved
docs/operations/guides/testing.mddocs/design/cross-cutting/schema-loading.mddocs/design/components/semantic-search.mddocs/operations/guides/graphql-api-keys.mddocs/operations/guides/deployment.mdContent was moved faithfully (no information lost) and cross-linked between the new docs where they reference each other.
Also
docs/INDEX.mdand removedschema-loading.mdfrom the "planned topics" note (per thedocs-indexskill convention).🤖 Generated with Claude Code