docs(ai): per-tool AI docs + warm-default fix#78
Merged
Conversation
- Rename docs/ai/ai-context.md → docs/ai/README.md (ai context layer index) - Fix stale dark-first claim → warm is the default theme (:root) - Move shared AI context layer intro + Compact Token Reference into README - Add per-tool guide links table to README - Create docs/ai/terminal.md (Claude Code + Cowork) - Create docs/ai/lovable.md (two-tier knowledge, GitHub sync, example prompts) - Create docs/ai/replit.md (Replit + v0/Bolt paste-token approach) - Create docs/ai/cursor.md (Cursor/Windsurf IDE agents) - Delete docs/ai/ai-usage.md monolith (§2 Claude Design and §5 Stitch already fully covered by their deep guides) - Update all reference links in CLAUDE.md, AGENTS.md, DESIGN.md, docs/README.md, docs/guides/*, docs/reference/* to new paths - Fix additional stale doc paths in DESIGN.md and AGENTS.md (docs/tokens.md → docs/reference/tokens.md etc.) Co-Authored-By: Claude Sonnet 4.6 <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
docs/ai/ai-context.md→docs/ai/README.md(now the ai/ index with entry point + compact token reference):root) is the default theme; dark and light are the named variantsdocs/ai/ai-usage.mdmonolith into 4 focused tool files:terminal.md— Claude Code setup, skill install, Cowork planning toollovable.md— two-tier knowledge architecture, GitHub sync, example promptsreplit.md— Replit + v0/Bolt/web tools (paste compact token ref approach)cursor.md— Cursor/Windsurf IDE agent setupclaude-design.mdandstitch.mdunchanged (they're the authoritative deep guides; §2 and §5 in ai-usage were just summaries pointing to them)docs/tokens.md→docs/reference/tokens.mdpaths found in DESIGN.md and AGENTS.md (missed in PR1 since those are root-level files, not under docs/)Test plan
npm test— 125 tests passing (4 suites)grep -rn "ai-usage\.md\|ai-context\.md" --include=*.md→ empty for public docsdocs/ai/: README, terminal, lovable, replit, cursor, claude-design, stitchdocs/README.mdAI Integration section links to all 7 ai/ files🤖 Generated with Claude Code