docs: add missing user guides for core framework systems#55
Merged
PAMulligan merged 14 commits intomainfrom Apr 2, 2026
Merged
docs: add missing user guides for core framework systems#55PAMulligan merged 14 commits intomainfrom
PAMulligan merged 14 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds Framework Guides to the documentation map and quickstart next steps section for discoverability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <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/guides/covering design tokens, visual QA, pipeline caching, hooks, error recovery, agent creation, and 5 framework-specific converter workflows (Vue, Svelte, React Native, Chrome Extension, PWA)docs/guides/README.mdindex organized by priority tier (P0/P1/P2)quickstart.mdandREADME.md)Guides Added
P0 — Core Pipeline Systems
design-tokens.md— Token structure, lockfile format, validation, sync, drift detectionvisual-qa.md— visual-diff.js internals, sub-pixel detection, typography analysis, threshold tuningcaching.md— Incremental builds, cache invalidation, profiling, metrics dashboardP1 — Development Guides
hooks.md— Hook configuration, execution order, all 8 built-in hooks, custom hookserror-recovery.md— Pipeline failure modes, resuming, manual phase executionagent-creation.md— YAML frontmatter, tool declarations, model selection, best practicesP2 — Framework-Specific
vue-converter.md— Vue 3 Composition API,<script setup>, composablessvelte-converter.md— SvelteKit, Svelte 5 runes, storesreact-native-converter.md— Expo, NativeWind, native primitiveschrome-extension.md— Manifest v3, Playwright persistent context E2Epwa.md— Service worker lifecycle, offline testing, Lighthouse PWA auditTest plan
Closes #47
🤖 Generated with Claude Code