main changeset-release/main claude/spec-101-hero-cover-prism claude/mcp-server-verify-4lnxej claude/v0.15.0-phase-2 claude/design-prism-logo-VqzYi claude/design-tokens-config-njwvw (stale) claude/v023-skeleton-section-cluster (stale) claude/v023-skeleton-checklist-sequence (stale) claude/v023-skeleton-metadata (stale) claude/v023-skeleton-dimensions (stale) claude/fix-placeholder-images (stale) refactor/theme-base (stale) refactor/engine-extensions (stale) feat/copy-to-clipboard (stale) feat/behaviors-library (stale) claude/work-item-summaries-jaHmY (stale) claude/review-plan-site-architecture-Qe2mN (stale) claude/rename-project-to-plan-i7q8Z (stale) claude/remove-plan-scaffold-files-3N8iG (stale) claude/reduce-css-duplication-9ieRL (stale) claude/project-runes-package-JWsBN (stale) claude/investigate-plan-timestamps-rm9qG (stale) claude/improve-seo-discoverability-FWwq1 (stale) claude/improve-plan-onboarding-KbBXX (stale) claude/implement-mockup-rune-eLw7M (stale) claude/fix-preview-mobile-scroll-EztD4 (stale) claude/fix-acceptance-criteria-lJZ2T (stale) claude/editor-file-links-QJgBV (stale) claude/create-v1-milestone-jTxPj (stale) claude/create-release-milestones-9rYvT (stale) claude/code-quality-review-jbbPN (stale) claude/align-sidenav-styling-4MuxV (stale) claude/add-astro-support-SJ4rh (stale) claude/spec-elevation-prominence-axes main changeset-release/main claude/spec-101-hero-cover-prism claude/mcp-server-verify-4lnxej claude/v0.15.0-phase-2 claude/design-prism-logo-VqzYi claude/design-tokens-config-njwvw claude/v023-skeleton-section-cluster claude/v023-skeleton-checklist-sequence claude/v023-skeleton-metadata claude/v023-skeleton-dimensions claude/fix-placeholder-images refactor/theme-base refactor/engine-extensions feat/copy-to-clipboard feat/behaviors-library claude/work-item-summaries-jaHmY claude/review-plan-site-architecture-Qe2mN claude/rename-project-to-plan-i7q8Z claude/remove-plan-scaffold-files-3N8iG claude/reduce-css-duplication-9ieRL claude/project-runes-package-JWsBN claude/investigate-plan-timestamps-rm9qG claude/improve-seo-discoverability-FWwq1 claude/improve-plan-onboarding-KbBXX claude/implement-mockup-rune-eLw7M claude/fix-preview-mobile-scroll-EztD4 claude/fix-acceptance-criteria-lJZ2T claude/editor-file-links-QJgBV claude/create-v1-milestone-jTxPj claude/create-release-milestones-9rYvT claude/code-quality-review-jbbPN claude/align-sidenav-styling-4MuxV claude/add-astro-support-SJ4rh
Setting up your dashboard 0 entities found · 7/34 branches scanned
Site docs — configuration section Document the unified refrakt.config.json at site/content/docs/configuration/. Cover the three valid shapes (flat / singular site / plural sites), each section (plugins, plan, site/sites), the multi-site workflow, and the migration story for existing flat-shape configs.
Criteria completion: 0 of 5 (0%) checked; tracking started on May 1, no incremental history yet 0% 25% 50% 75% 100% May 1 Jun 15
Tracking started May 1 — check back for trends.
Acceptance Criteria New site/content/docs/configuration/ directory with at least these pages:overview.md — what refrakt.config.json is, when to create one, the optional-by-default principleplugins.md — declaring plugins, the difference between plugins and site.packages, fallback to dependency scanningplan.md — plan.dir and interaction with plan initsites.md — single-site (site) vs multi-site (sites), the --site flag, picking sites in vite.config.tsmigration.md — moving from flat shape to nested, using refrakt config migrateschema.md — pointer to the JSON Schema, editor setup Examples in each page use real, valid JSON Cross-references to ADR-010 and SPEC-043 where relevant Pages registered in the docs nav (whatever mechanism the site currently uses) Existing site/content/docs/ content that mentions refrakt.config.json audited and updated to reflect the new shape (or noted as transitional) Approach Read existing docs structure under site/content/docs/ to match conventions for page-level frontmatter and cross-referencing.
Audit existing pages with grep -r 'refrakt.config' site/content/docs/ to find every snippet that needs updating.
Write new pages from the most-used to the least-used: overview → sites → plugins → plan → migration → schema.
Confirm the docs build cleanly with cd site && npm run build.
Dependencies WORK-159 — config schema must be stableWORK-171 — for the migration-command pageWORK-172 — own-repo migration provides realistic examplesReferences ADR-010 — Unified root-level refrakt configsite/content/docs/ — existing docs structure to mirror