All branches 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/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) All branches All branches 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/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 · 6/29 branches scanned
Replace hardcoded density contexts with configurable childDensity Remove the hardcoded COMPACT_CONTEXTS and MINIMAL_CONTEXTS sets from the identity transform engine and replace them with a childDensity field on RuneConfig. This lets community packages declare density behavior without modifying the engine.
Criteria completion: 0 of 8 (0%) checked; tracking started on Apr 20, no incremental history yet 0% 25% 50% 75% 100% Apr 20 Jun 15
Tracking started Apr 20 — check back for trends.
Apr 21, 01:17 PM f2b3512Content edited by Claude
Add {ID}-{slug}.md filename convention + migrate filenames subcommand Apr 12, 11:43 AM 59ded4aContent edited by Claude
Implement SPEC-037 plan package hardening: all 7 work items Apr 10, 06:58 PM f262d7bContent edited by Claude
Apr 8, 08:18 PM da12420status ready → done
by Claude Apr 3, 01:38 PM 41d5c52Created (ready) by Claude
Accept SPEC-033 and break down into work items WORK-110–116 Acceptance Criteria RuneConfig in packages/transform/src/types.ts has childDensity?: 'compact' | 'minimal' fieldThe engine in packages/transform/src/engine.ts reads childDensity from the parent rune's config instead of checking hardcoded sets data-density attribute is applied to child runes identically to current behaviorCore config in packages/runes/src/config.ts declares childDensity for Grid, Bento, Gallery, Showcase, Split (compact) and Backlog, DecisionLog (minimal) Hardcoded COMPACT_CONTEXTS and MINIMAL_CONTEXTS sets are removed from the engine Community packages can declare childDensity in their RunePackage.theme.runes config All existing tests pass — HTML output is identical before and after TypeScript compiles cleanly Approach Add childDensity to RuneConfig in types Add childDensity entries to the 7 core runes in packages/runes/src/config.ts Modify the engine's density resolution to look up the parent's RuneConfig.childDensity from the theme config map Remove the hardcoded sets Verify with refrakt inspect that output is unchanged for affected runes References SPEC-033 (Feature 4 — Configurable Density Contexts)