baldart 4.81.0 → 4.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/README.md +9 -5
  3. package/VERSION +1 -1
  4. package/framework/.claude/hooks/agent-discovery-gate.js +4 -2
  5. package/framework/.claude/skills/api-design-principles/CHANGELOG.md +7 -0
  6. package/framework/.claude/skills/api-design-principles/SKILL.md +1 -0
  7. package/framework/.claude/skills/baldart-push/CHANGELOG.md +7 -0
  8. package/framework/.claude/skills/baldart-push/SKILL.md +1 -0
  9. package/framework/.claude/skills/baldart-update/CHANGELOG.md +7 -0
  10. package/framework/.claude/skills/baldart-update/SKILL.md +1 -0
  11. package/framework/.claude/skills/bug/CHANGELOG.md +7 -0
  12. package/framework/.claude/skills/bug/SKILL.md +1 -0
  13. package/framework/.claude/skills/capture/CHANGELOG.md +7 -0
  14. package/framework/.claude/skills/capture/SKILL.md +1 -1
  15. package/framework/.claude/skills/context-primer/CHANGELOG.md +7 -0
  16. package/framework/.claude/skills/context-primer/SKILL.md +1 -0
  17. package/framework/.claude/skills/copywriting/CHANGELOG.md +7 -0
  18. package/framework/.claude/skills/design-sync/CHANGELOG.md +7 -0
  19. package/framework/.claude/skills/design-sync/SKILL.md +1 -0
  20. package/framework/.claude/skills/design-system-init/CHANGELOG.md +7 -0
  21. package/framework/.claude/skills/design-system-init/SKILL.md +1 -0
  22. package/framework/.claude/skills/doc-writing-for-rag/CHANGELOG.md +7 -0
  23. package/framework/.claude/skills/doc-writing-for-rag/SKILL.md +1 -0
  24. package/framework/.claude/skills/ds-edit/CHANGELOG.md +7 -0
  25. package/framework/.claude/skills/ds-edit/SKILL.md +1 -0
  26. package/framework/.claude/skills/ds-handoff/CHANGELOG.md +7 -0
  27. package/framework/.claude/skills/ds-handoff/SKILL.md +1 -0
  28. package/framework/.claude/skills/ds-new/CHANGELOG.md +7 -0
  29. package/framework/.claude/skills/ds-new/SKILL.md +1 -0
  30. package/framework/.claude/skills/ds-render/CHANGELOG.md +7 -0
  31. package/framework/.claude/skills/ds-render/SKILL.md +1 -0
  32. package/framework/.claude/skills/e2e-review/CHANGELOG.md +7 -0
  33. package/framework/.claude/skills/e2e-review/SKILL.md +1 -0
  34. package/framework/.claude/skills/find-skills/CHANGELOG.md +7 -0
  35. package/framework/.claude/skills/find-skills/SKILL.md +1 -0
  36. package/framework/.claude/skills/frontend-design/CHANGELOG.md +7 -0
  37. package/framework/.claude/skills/frontend-design/SKILL.md +1 -0
  38. package/framework/.claude/skills/gamification-design/CHANGELOG.md +7 -0
  39. package/framework/.claude/skills/graph-align/CHANGELOG.md +7 -0
  40. package/framework/.claude/skills/graph-align/SKILL.md +1 -0
  41. package/framework/.claude/skills/graphify-bootstrap/CHANGELOG.md +7 -0
  42. package/framework/.claude/skills/graphify-bootstrap/SKILL.md +1 -0
  43. package/framework/.claude/skills/i18n/CHANGELOG.md +7 -0
  44. package/framework/.claude/skills/i18n/SKILL.md +1 -0
  45. package/framework/.claude/skills/i18n-adopt/CHANGELOG.md +7 -0
  46. package/framework/.claude/skills/i18n-adopt/SKILL.md +1 -0
  47. package/framework/.claude/skills/issue-review/CHANGELOG.md +7 -0
  48. package/framework/.claude/skills/issue-review/SKILL.md +1 -0
  49. package/framework/.claude/skills/kie-ai/CHANGELOG.md +7 -0
  50. package/framework/.claude/skills/kie-ai/SKILL.md +1 -0
  51. package/framework/.claude/skills/lsp-bootstrap/CHANGELOG.md +7 -0
  52. package/framework/.claude/skills/lsp-bootstrap/SKILL.md +1 -0
  53. package/framework/.claude/skills/motion-design/CHANGELOG.md +7 -0
  54. package/framework/.claude/skills/motion-design/SKILL.md +1 -1
  55. package/framework/.claude/skills/new/CHANGELOG.md +7 -0
  56. package/framework/.claude/skills/new/SKILL.md +1 -0
  57. package/framework/.claude/skills/new/references/implement.md +52 -53
  58. package/framework/.claude/skills/new/references/review-cycle.md +16 -0
  59. package/framework/.claude/skills/new2/CHANGELOG.md +7 -0
  60. package/framework/.claude/skills/new2/SKILL.md +1 -0
  61. package/framework/.claude/skills/overlay/CHANGELOG.md +7 -0
  62. package/framework/.claude/skills/overlay/SKILL.md +1 -0
  63. package/framework/.claude/skills/playwright-skill/CHANGELOG.md +7 -0
  64. package/framework/.claude/skills/playwright-skill/SKILL.md +1 -0
  65. package/framework/.claude/skills/prd/CHANGELOG.md +7 -0
  66. package/framework/.claude/skills/prd/SKILL.md +1 -0
  67. package/framework/.claude/skills/prd-add/CHANGELOG.md +7 -0
  68. package/framework/.claude/skills/prd-add/SKILL.md +1 -0
  69. package/framework/.claude/skills/remotion-best-practices/CHANGELOG.md +7 -0
  70. package/framework/.claude/skills/remotion-best-practices/SKILL.md +1 -0
  71. package/framework/.claude/skills/seo-audit/CHANGELOG.md +7 -0
  72. package/framework/.claude/skills/simplify/CHANGELOG.md +7 -0
  73. package/framework/.claude/skills/simplify/SKILL.md +1 -0
  74. package/framework/.claude/skills/skill-creator/CHANGELOG.md +7 -0
  75. package/framework/.claude/skills/skill-creator/SKILL.md +16 -8
  76. package/framework/.claude/skills/skill-creator/references/skill-structure.md +81 -0
  77. package/framework/.claude/skills/skill-creator/scripts/init_skill.py +29 -104
  78. package/framework/.claude/skills/skill-creator/scripts/quick_validate.py +17 -1
  79. package/framework/.claude/skills/toolchain-bootstrap/CHANGELOG.md +7 -0
  80. package/framework/.claude/skills/toolchain-bootstrap/SKILL.md +1 -0
  81. package/framework/.claude/skills/ui-design/CHANGELOG.md +7 -0
  82. package/framework/.claude/skills/ui-design/SKILL.md +1 -0
  83. package/framework/.claude/skills/ui-implement/CHANGELOG.md +12 -0
  84. package/framework/.claude/skills/ui-implement/SKILL.md +235 -0
  85. package/framework/.claude/skills/ui-implement/references/integration.md +92 -0
  86. package/framework/.claude/skills/ui-implement/references/playbook.md +71 -0
  87. package/framework/.claude/skills/webapp-testing/CHANGELOG.md +7 -0
  88. package/framework/.claude/skills/webapp-testing/SKILL.md +1 -0
  89. package/framework/.claude/skills/worktree-manager/CHANGELOG.md +7 -0
  90. package/framework/.claude/skills/worktree-manager/SKILL.md +1 -0
  91. package/framework/agents/skills-mapping.md +29 -0
  92. package/framework/docs/ROOT-PRIMITIVES.md +98 -0
  93. package/framework/templates/primitives/AGENTS.CHANGELOG.md +18 -0
  94. package/framework/templates/primitives/AGENTS.md +111 -0
  95. package/framework/templates/primitives/CLAUDE.CHANGELOG.md +15 -0
  96. package/framework/templates/primitives/CLAUDE.md +41 -0
  97. package/package.json +1 -1
  98. package/src/commands/add.js +15 -0
  99. package/src/commands/doctor.js +65 -0
  100. package/src/commands/migrate.js +30 -0
  101. package/src/commands/update.js +31 -0
  102. package/src/utils/root-primitives.js +418 -0
  103. package/src/utils/symlinks.js +24 -10
  104. package/framework/AGENTS.md +0 -255
package/CHANGELOG.md CHANGED
@@ -5,6 +5,65 @@ All notable changes to BALDART will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [4.83.0] - 2026-07-01
9
+
10
+ **Versioned root-file primitives — BALDART now generates `AGENTS.md` + `CLAUDE.md` from SOTA skeletons.** Previously `AGENTS.md` was a bulk symlink into the framework payload (not customizable without losing auto-update) and `CLAUDE.md` was not shipped at all. Now both are **generated real files**, produced on every install/update from **versioned skeletons** under `framework/templates/primitives/`.
11
+
12
+ Each skeleton mixes three tiers: **STATIC** (universal SOTA prose, shipped verbatim) · **`{{ slot }}`** (project facts filled *deterministically* at write-time from `baldart.config.yml` + `package.json`/README probes — concrete values, so Codex/Cursor/Aider read real commands, never raw `${…}`) · **`[OVERLAY]`** (project opinions authored in `.baldart/overlays/{AGENTS,CLAUDE}.md`, merged via the existing OVERRIDE/APPEND/PREPEND engine). This split follows the 2026 research consensus (short hand-authored skeleton + project depth in the overlay; auto-generating a whole file with an LLM measurably reduces agent task success).
13
+
14
+ **`AGENTS.md` is the cross-tool SSOT** (read natively by Claude Code + Codex + others). **`CLAUDE.md` is a thin Claude-native stub** that deliberately does **not** import `AGENTS.md` (Claude Code loads both automatically → an `@AGENTS.md` would double-load the protocol) — it holds only Claude-only mechanics (Plan Mode / `AskUserQuestion` / Task tool / output-style / hooks). The writer (`src/utils/root-primitives.js`) reuses `overlay-merger.js` and the same `baldart-generated` marker, so the `framework-edit-gate` already blocks direct edits to the generated files (edit the overlay).
15
+
16
+ **Existing hand-written files are adopted zero-loss:** a consumer's hand-authored `AGENTS.md`/`CLAUDE.md` (no marker) is preserved **verbatim** into `.baldart/overlays/<name>.md`, then the root is regenerated as skeleton + overlay. Adoption is **interactive-gated** — in autonomous/CI mode a hand-written file is never mutated (the writer emits a blocker and skips it). Wired into `add` (post-configure), `update` (aligned + post-pull paths, idempotent + byte-stable), `doctor` (`regenerate-root-primitives` / `adopt-root-primitives` actions), and `migrate` (legacy symlink → generated file). Each skeleton carries its own `primitive_version` + a sibling `*.CHANGELOG.md` kept out of the generated file.
17
+
18
+ **MINOR** — additive capability. **No new `baldart.config.yml` key** (slots resolve from existing config + repo probes) → the schema-change propagation rule does NOT apply. Degrades safely: missing commands omit rows, non-multimodal/Codex consumers ignore `CLAUDE.md`, autonomous runs never mutate hand-written files. Authoritative design: [`framework/docs/ROOT-PRIMITIVES.md`](framework/docs/ROOT-PRIMITIVES.md).
19
+
20
+ ### Added
21
+
22
+ - **`framework/templates/primitives/AGENTS.md` + `CLAUDE.md`** — the versioned SOTA skeletons (STATIC + `{{slot}}` + `[OVERLAY]` hook), each with a `primitive_version` banner.
23
+ - **`framework/templates/primitives/AGENTS.CHANGELOG.md` + `CLAUDE.CHANGELOG.md`** — internal per-primitive changelogs (kept out of the generated file).
24
+ - **`src/utils/root-primitives.js`** — the writer: slot resolver + minimal zero-dep template engine (`{{ }}` / `{{#flag}}` / `{{> partial}}`) + overlay merge + `baldart-generated` marker + state machine (generated / symlink / handwritten / absent) + `rootPrimitiveStatus()` for doctor.
25
+ - **`framework/docs/ROOT-PRIMITIVES.md`** — consumer-facing design/lifecycle/adoption doc.
26
+
27
+ ### Changed
28
+
29
+ - **`src/utils/symlinks.js`** — `createBulkSymlinks()` no longer symlinks `AGENTS.md`; `createAllSymlinks()` calls the new `writeRootPrimitives()`; `verifySymlinks()` no longer expects `AGENTS.md` to be a symlink.
30
+ - **`src/commands/add.js`** — writes root primitives after `configure` populates the config (final concrete values).
31
+ - **`src/commands/update.js`** — regenerates root primitives on both the aligned-install and post-pull paths (`reconcileRootPrimitives`); adds `CLAUDE.md` to `BALDART_MANAGED_PATTERNS`.
32
+ - **`src/commands/doctor.js`** — detects stale/adoptable root primitives and offers `regenerate-root-primitives` / `adopt-root-primitives`.
33
+ - **`src/commands/migrate.js`** — converts a legacy `AGENTS.md` symlink into the generated file (Step 2b), idempotent.
34
+ - **`README.md`** — install description + repo-tree updated (AGENTS.md/CLAUDE.md generated, not symlinked).
35
+
36
+ ### Removed
37
+
38
+ - **`framework/AGENTS.md`** — the old bulk-symlink source; its STATIC content now lives in `framework/templates/primitives/AGENTS.md` (single SSOT).
39
+
40
+ ## [4.82.0] - 2026-07-01
41
+
42
+ **Mockup→code extracted into a dedicated self-verifying skill `/ui-implement` + skills are now versioned.** The mockup→code fidelity knowledge (v4.73→v4.78) was **inlined inside `/new`**: the "Design Reference" briefing (image/HTML/code-src branching), the design-source declaration + Step 7b grounding, and the Phase 2.6 `/e2e-review` invocation. This release **externalizes** it into one specialized, self-verifying skill and, separately, introduces **per-skill versioning + a canonical structure** across all skills.
43
+
44
+ `/ui-implement` takes an ALREADY-APPROVED mockup and (1) **dispatches on the input channel** via `references/playbook.md` — a Claude Design handoff link (→ pull the screen's source read-only via the DesignSync MCP into `mockups/_src/`, then build-from-code — the primary standalone channel), finished code already on disk (`links.design_src`/`mockups/_src/` → build-from-code, reuse-first), image (→ load-image, pixels are the target), HTML (→ read-html, decode a Claude Design offline bundle via `extract-mockup-design.mjs`); **no Figma channel** (this project never uses Figma); (2) runs the registry-first cascade + component reconciliation; (3) builds via the **`ui-expert`** agent + grounds the design-source declaration; (4) reconciles the Post-Intervention Coherence; (5) **self-verifies fidelity** by folding in `/e2e-review` (structural + visual + design-quality trio + its own self-heal). A **THIN orchestrator** that cites `design-system-protocol.md`, `ui-expert.md`, `/e2e-review` and the verifier trio, never duplicating them (no dual-SSOT). Its scope is **fidelity ONLY** — `/new` still owns code-quality/doc/QA/ownership for a mixed card (no review hole); a pure-graphics card already skips those. `/new` **delegates** a UI card's implement+fidelity to it (programmatic, COMPACT JSON, same `status` contract as `/e2e-review`), retiring `implement.md`'s mockup detail to a thin pointer + **coarse inline fallback** (delegate-or-else-inline, the `/prd`→`/ds-handoff` model). Usable standalone (`/ui-implement <mockup-path-or-CARD-ID>`). `new2.js` keeps its inline path this release (parity is a follow-up after the context-economy measurement).
45
+
46
+ Every shipped skill now carries a **`version:` SemVer** (starting `1.0.0`, the skill's own line of evolution) + a **separate per-skill `CHANGELOG.md`** (deliberately NOT a `SKILL.md` section, so version history never burns context on load). Canonical structure: `SKILL.md` + `CHANGELOG.md` required; `references/`/`assets/`/`scripts/` on demand only. `skill-creator` is the SSOT (`init_skill.py` scaffolds `version` + `CHANGELOG.md` and drops placeholder-dir noise; `quick_validate.py` allows `effort`/`version` and warns non-fatally on missing `version`/`effort`/`CHANGELOG.md`; full rule in `references/skill-structure.md`).
47
+
48
+ **MINOR** — adds a skill (40 → 41) + a skill-metadata convention. No new `baldart.config.yml` key (`version` is skill-frontmatter metadata, `/ui-implement` rides on `features.has_design_system` + `features.has_e2e_review`) → the schema-change propagation rule does NOT apply. Additive + degrades to no-op / coarse fallback everywhere it can't run.
49
+
50
+ ### Added
51
+
52
+ - **`framework/.claude/skills/ui-implement/`** — new skill: `SKILL.md` (thin orchestrator), `references/playbook.md` (input-type → build-workflow dispatch), `references/integration.md` (delegation contract from `/new`/`new2` + standalone), `CHANGELOG.md`.
53
+ - **`framework/.claude/skills/skill-creator/references/skill-structure.md`** — the canonical-structure + versioning SSOT.
54
+ - **`framework/.claude/skills/*/CHANGELOG.md`** — a per-skill changelog for all 41 skills (baseline `1.0.0`).
55
+
56
+ ### Changed
57
+
58
+ - **`framework/.claude/skills/*/SKILL.md`** — added/normalized `version: 1.0.0` in every skill's frontmatter.
59
+ - **`framework/.claude/skills/new/references/implement.md`** — the Design-Reference block now leads with a **delegation gate** to `/ui-implement` and compresses the mockup-specific detail into a coarse fallback that cites the playbook + `ui-expert.md`; registry-first cascade + Post-Intervention Coherence left intact (they apply to every UI card).
60
+ - **`framework/.claude/skills/new/references/review-cycle.md`** — Phase 2.6 skips when the card was delegated to `/ui-implement` (the skill already ran the fidelity verify) + a maintainers' drift note (new2 keeps the inline path).
61
+ - **`framework/.claude/skills/skill-creator/scripts/init_skill.py`** — template frontmatter gains `effort` + `version`; generates `CHANGELOG.md`; no longer scaffolds placeholder `scripts/`/`references/`/`assets/` dirs; updated next-steps.
62
+ - **`framework/.claude/skills/skill-creator/scripts/quick_validate.py`** — `effort`/`version` are allowed frontmatter keys; non-fatal warnings when `version`/`effort`/`CHANGELOG.md` are missing.
63
+ - **`framework/.claude/skills/skill-creator/SKILL.md`** — `CHANGELOG.md` is now the documented exception to "what not to include" (required); Step 3/4 describe the new scaffold behaviour; frontmatter section adds `version` + the no-angle-brackets rule.
64
+ - **`framework/agents/skills-mapping.md`** — new `### ui-implement` entry (UI/UX Skills) + a "Skill Versioning & Canonical Structure" section.
65
+ - **`CLAUDE.md`**, **`README.md`** — skill count 40 → 41, `ui-implement` in the inventory, two new convention entries (the dedicated skill + skill versioning).
66
+
8
67
  ## [4.81.0] - 2026-06-29
9
68
 
10
69
  **Playwright capture is CLI-only — no Playwright MCP anywhere in the framework.** BALDART already used the **Playwright Test CLI** for its main capture pipeline (`/e2e-review` Phase 3→4, `playwright-skill`, `webapp-testing`'s headless Python scripts), but three surfaces still drove the **Playwright MCP** interactively: the `bug` skill (Phase 1 UI reproduction via `browser_navigate`/`browser_take_screenshot`/`browser_console_messages`/`browser_network_requests`/`browser_evaluate`), the `/design-review` command (`allowed-tools` declared the four `mcp__playwright__*` tools + relied on `localhost:9221`), and the `/qa` DEEP tier ("Use MCP Playwright if available"). For **deterministic capture** the MCP is pure token overhead — every action round-trips a result (often a full a11y-tree snapshot) into context, accumulating per-step; a headless CLI script enters context once and writes screenshots/console/network to disk, read back only when needed. This release converts those three surfaces to the CLI so **no Playwright MCP is ever loaded into the agent context**.
package/README.md CHANGED
@@ -66,7 +66,8 @@ npx baldart status
66
66
  ### What `add` (first install) does
67
67
 
68
68
  - Downloads the framework via Git subtree into `.framework/`
69
- - Creates symlinks for auto-updateable files (AGENTS.md, agents/)
69
+ - Creates a symlink for the cross-tool `agents/` reference dir
70
+ - Generates the root-file primitives `AGENTS.md` (cross-tool SSOT) + `CLAUDE.md` (Claude entry) from versioned skeletons — filling project facts from `baldart.config.yml` and merging `.baldart/overlays/{AGENTS,CLAUDE}.md`
70
71
  - Per-item-merges framework agents/commands/skills into `.claude/` (real directories where your own files coexist)
71
72
  - Detects Codex on the machine and mirrors skills into `.agents/skills/` if found
72
73
  - Copies customizable templates (hooks, UI guidelines, backlog cards)
@@ -212,14 +213,16 @@ Skills always-ask when required keys are missing — never silently default.
212
213
  never overwrites your file. Full guide:
213
214
  [`framework/docs/PROJECT-CONFIGURATION.md`](framework/docs/PROJECT-CONFIGURATION.md).
214
215
 
215
- ### Skills (40 portable skills)
216
+ ### Skills (41 portable skills)
216
217
 
217
- Skills live under `.claude/skills/` and are auto-discovered by Claude Code.
218
+ Skills live under `.claude/skills/` and are auto-discovered by Claude Code. Every
219
+ skill is **versioned** (`version:` in frontmatter) and ships a per-skill
220
+ `CHANGELOG.md` (v4.82.0 — see [skill-structure.md](framework/.claude/skills/skill-creator/references/skill-structure.md)).
218
221
  Bundled skills:
219
222
 
220
223
  - **Workflow**: `new`, `new2` (v4.16.0 — EXPERIMENTAL workflow-hosted `/new`, Claude-only, for A/B testing context economy), `prd`, `prd-add`, `bug`, `simplify`, `worktree-manager`, `issue-review`, `context-primer`
221
224
  - **Code quality**: `skill-creator`, `find-skills`, `webapp-testing`, `playwright-skill`, `lsp-bootstrap` (v3.10.0), `graphify-bootstrap` (v4.21.0 — code knowledge graph), `graph-align` (v4.21.0 — doc↔graph alignment), `toolchain-bootstrap` (v4.41.0 — curated dev toolchain), `e2e-review` (v3.18.0)
222
- - **Design**: `frontend-design`, `ui-design`, `motion-design`, `gamification-design`, `design-system-init` (v3.11.0 — bulk registry bootstrap/upgrade), `ds-new` (v4.69.0 — single-element guided creation: one component or token, reuse-first → optional scaffold → document + register + govern + verify; the on-the-fly twin of `design-system-init`), `ds-edit` (v4.70.0 — deliberate edit of one existing element: resync / extend-variant / breaking / re-govern; regenerates the spec preserving agentic fields + prose, same canonical template), `ds-render` (v4.76.0 — render primitives in isolation to PNG via Storybook+Playwright), `design-sync` (v4.76.0 — mirror the registry to its Claude Design satellite), `ds-handoff` (v4.79.0 — field-level 1:1 Claude Design handoff brief: grounds every screen's fields in the real data schemas + coverage-gates before emitting; the SSOT for the Claude Design prompt, delegated from `/prd`)
225
+ - **Design**: `frontend-design`, `ui-design`, `ui-implement` (v4.82.0 — implement an approved mockup end-to-end + self-verify fidelity; the mockup→code playbook SSOT, delegated from `/new`), `motion-design`, `gamification-design`, `design-system-init` (v3.11.0 — bulk registry bootstrap/upgrade), `ds-new` (v4.69.0 — single-element guided creation: one component or token, reuse-first → optional scaffold → document + register + govern + verify; the on-the-fly twin of `design-system-init`), `ds-edit` (v4.70.0 — deliberate edit of one existing element: resync / extend-variant / breaking / re-govern; regenerates the spec preserving agentic fields + prose, same canonical template), `ds-render` (v4.76.0 — render primitives in isolation to PNG via Storybook+Playwright), `design-sync` (v4.76.0 — mirror the registry to its Claude Design satellite), `ds-handoff` (v4.79.0 — field-level 1:1 Claude Design handoff brief: grounds every screen's fields in the real data schemas + coverage-gates before emitting; the SSOT for the Claude Design prompt, delegated from `/prd`)
223
226
  - **Product**: `seo-audit`, `copywriting`, `api-design-principles`
224
227
  - **Knowledge**: `doc-writing-for-rag`, `capture` (LLM wiki overlay)
225
228
  - **Internationalization**: `i18n` (v4.52.0 — audit the context registry + context-aware translation into native locale files), `i18n-adopt` (v4.52.0 — one-shot migration that externalizes all hardcoded strings on an existing codebase); both gated on `features.has_i18n`
@@ -363,7 +366,8 @@ npx baldart routines disable wiki-review # remove the schedule
363
366
  ```
364
367
  your-project/
365
368
  ├── .framework/ # Framework source (via Git subtree)
366
- ├── AGENTS.md # Symlink .framework/AGENTS.md
369
+ ├── AGENTS.md # Generated from skeleton + config + overlay (cross-tool SSOT)
370
+ ├── CLAUDE.md # Generated Claude Code entry (Claude-native mechanics)
367
371
  ├── agents/ # Symlink → .framework/agents/
368
372
  ├── .claude/
369
373
  │ ├── agents/ # Symlink → .framework/.claude/agents/
package/VERSION CHANGED
@@ -1 +1 @@
1
- 4.81.0
1
+ 4.83.0
@@ -15,8 +15,10 @@
15
15
  * as BROKEN in some scenarios (files ignored at session start)
16
16
  *
17
17
  * This hook covers the filesystem-detectable subset of the problem
18
- * (missing/broken symlinks). The model-side defense (the MUST rule in
19
- * `framework/AGENTS.md`) covers the rest. The two are inseparable:
18
+ * (missing/broken symlinks). The model-side defense (the MUST rule in the
19
+ * generated root `AGENTS.md`, shipped from
20
+ * `framework/templates/primitives/AGENTS.md`) covers the rest. The two are
21
+ * inseparable:
20
22
  * without the MUST rule, a `permissionDecision: deny` from this hook
21
23
  * would likely be worked around by the model trying a different
22
24
  * `subagent_type` — the very failure mode this hook exists to prevent.
@@ -0,0 +1,7 @@
1
+ # Changelog — api-design-principles
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: api-design-principles
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
5
6
  ---
6
7
 
@@ -0,0 +1,7 @@
1
+ # Changelog — baldart-push
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: baldart-push
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: "Guidance for contributing local framework improvements upstream to the BALDART repository. Use when the user says /baldart-push, 'contribuisci al framework', 'push del framework', 'manda upstream', 'pusha le modifiche al framework', or wants to share local improvements made to .framework/. The skill walks the user through the contribution flow and hands off to `npx baldart push` (which must run in the user's terminal because the CLI is interactive). Never pushes baldart.config.yml, .baldart/overlays/, or .claude/hooks/ customizations — only generic framework payload."
5
6
  contamination_scan: skip
6
7
  ---
@@ -0,0 +1,7 @@
1
+ # Changelog — baldart-update
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: baldart-update
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: "Guidance for updating BALDART framework to the latest version in a consumer repo. Use when the user says /baldart-update, 'aggiorna baldart', 'aggiorna framework', 'update del framework', 'pull baldart latest', or wants to bring the framework up-to-date. The update is SEAMLESS (v4.8.0+): a single `npx baldart update --yes` auto-stashes non-framework work, auto-resolves divergence (overlay-covered edits → clean reinstall that re-applies overlays; uncovered edits → auto-captured into overlays and verified), reconciles + commits BALDART-managed artifacts, and re-applies the stash — zero prompts in the happy path. The skill only narrates and reports; it never re-implements the CLI or replicates its prompts. Two modes, auto-detected: INTERACTIVE (a human is present) and AUTONOMOUS (unattended — CI / scheduled routine, signalled by BALDART_AUTONOMOUS / CI / GITHUB_ACTIONS env, uses --json). The CLI stops ONCE only when an edit cannot be captured+verified (a section deletion, a frontmatter/preamble change, a src/ change) — the skill surfaces that single pause. Always asserts post-flight that .framework/VERSION actually changed. For non-update drift, defers to `npx baldart` (smart doctor)."
5
6
  contamination_scan: skip
6
7
  ---
@@ -0,0 +1,7 @@
1
+ # Changelog — bug
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: bug
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Structured bug investigation and resolution workflow (framework-agnostic; project-specific entry points are loaded from `.baldart/overlays/bug.md`).
6
7
  Use when: the user says /bug, 'debug', 'c e un bug', 'non funziona', 'errore', 'broken',
@@ -0,0 +1,7 @@
1
+ # Changelog — capture
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -2,7 +2,7 @@
2
2
  name: capture
3
3
  effort: medium
4
4
  description: Distilla una sintesi cross-document della conversazione recente in una synthesis page riusabile del wiki overlay (path da `paths.wiki_dir`/syntheses/ in `baldart.config.yml`). Usare quando l'utente invoca `/capture`, dice "capture synthesis", "salva sintesi", "distilla conversazione", "save this as wiki", "questa conversazione in wiki", o quando chiede di trasformare un ragionamento cross-document appena fatto in una pagina stabile. Due modalità — manual (sempre funzionante) e proactive (conditional sui candidati in `.claude/capture-queue/`). Implementa il loop query→wiki file-back di Karpathy.
5
- version: 0.1.0
5
+ version: 1.0.0
6
6
  ---
7
7
 
8
8
  # /capture — Synthesis Capture Skill
@@ -0,0 +1,7 @@
1
+ # Changelog — context-primer
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: cont
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Load codebase context silently before starting work, optimized for LLM
6
7
  comprehension using research-backed structured formatting.
@@ -0,0 +1,7 @@
1
+ # Changelog — copywriting
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -0,0 +1,7 @@
1
+ # Changelog — design-sync
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: design-sync
3
3
  effort: high
4
+ version: 1.0.0
4
5
  description: >
5
6
  Keep the in-repo design system (the SSOT) and its Claude Design satellite
6
7
  "mirror" project in sync — the code→design half of the closed loop. Three modes:
@@ -0,0 +1,7 @@
1
+ # Changelog — design-system-init
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: design-system-init
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Bootstrap OR upgrade a component registry / design system. GREENFIELD: scaffolds
6
7
  ${paths.design_system}/INDEX.md (a thin generated router), a DTCG
@@ -0,0 +1,7 @@
1
+ # Changelog — doc-writing-for-rag
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: doc-writing-for-rag
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: "Writes high-density reference documentation optimized for RAG indexing. Uses compact templates, minimal frontmatter, cross-references to schemas.md/errors.md (paths from `paths.api_schemas`/`paths.api_errors` in `baldart.config.yml`). Load this skill when creating or rewriting files in `${paths.references_dir}`, `${paths.prd_dir}`, or when you hear 'endpoint template', 'compact docs', 'doc for RAG', 'dense documentation', 'signal/noise ratio'."
5
6
  ---
6
7
 
@@ -0,0 +1,7 @@
1
+ # Changelog — ds-edit
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: ds-edit
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Update ONE existing canonical design-system element correctly — the deliberate
6
7
  edit twin of /ds-new. Classifies the change (resync the spec to changed source /
@@ -0,0 +1,7 @@
1
+ # Changelog — ds-handoff
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: ds-handoff
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Produce a FIELD-LEVEL, 1:1, interaction-complete handoff brief for Claude Design
6
7
  — every screen's real fields (label, control type, required, validation, default,
@@ -0,0 +1,7 @@
1
+ # Changelog — ds-new
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: ds-new
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Create ONE canonical design-system element — a component OR a token — end to
6
7
  end with the full discipline: reuse-first research, (optional) scaffold, then
@@ -0,0 +1,7 @@
1
+ # Changelog — ds-render
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: ds-render
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Render the design-system primitives in ISOLATION (one component × variant at a
6
7
  time) and capture a PNG per entry — the render harness BALDART never had (today
@@ -0,0 +1,7 @@
1
+ # Changelog — e2e-review
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: e2e-review
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Deterministic, BLOCKING end-to-end review run after a feature is implemented.
6
7
  Combines functional E2E (Playwright spec written by `coder`, executed via
@@ -0,0 +1,7 @@
1
+ # Changelog — find-skills
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: find-skills
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
5
6
  ---
6
7
 
@@ -0,0 +1,7 @@
1
+ # Changelog — frontend-design
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: frontend-design
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
5
6
  license: Complete terms in LICENSE.txt
6
7
  ---
@@ -0,0 +1,7 @@
1
+ # Changelog — gamification-design
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -0,0 +1,7 @@
1
+ # Changelog — graph-align
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: graph-align
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  On-demand documentation alignment via the Graphify code knowledge graph.
6
7
  Rebuilds the graph offline (graphify update .), then cross-checks graph
@@ -0,0 +1,7 @@
1
+ # Changelog — graphify-bootstrap
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: graphify-bootstrap
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Install, verify, and wire the Graphify code-knowledge-graph layer for this
6
7
  project. Installs the Graphify CLI (pipx install graphifyy), builds the graph
@@ -0,0 +1,7 @@
1
+ # Changelog — i18n
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: i18n
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  On-demand internationalization audit + context-aware translation. Audits the
6
7
  i18n context registry against the t() calls and native locale files (drift
@@ -0,0 +1,7 @@
1
+ # Changelog — i18n-adopt
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: i18n-adopt
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  One-shot migration that ADOPTS the i18n layer on an existing codebase: scans
6
7
  the whole project for hardcoded user-facing strings, methodically replaces each
@@ -0,0 +1,7 @@
1
+ # Changelog — issue-review
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: issue-review
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: Run the GitHub issue review workflow for triage and planning. Use when the user asks to review or triage a GitHub issue, requests the /issue-review slash command, or needs an issue summary with priority/plan/tests.
5
6
  ---
6
7
 
@@ -0,0 +1,7 @@
1
+ # Changelog — kie-ai
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: kie-ai
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Generate images, videos, and audio using Kie.ai's unified AI API platform (80+ models).
6
7
  Use when: (1) generating images from text or editing images (Nano Banana 2, Imagen 4, Flux Kontext,
@@ -0,0 +1,7 @@
1
+ # Changelog — lsp-bootstrap
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: lsp-bootstrap
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Install, verify, and document the LSP symbol-search layer for this project.
6
7
  Detects languages (TypeScript, Python, Go, Rust, Ruby), installs the matching
@@ -0,0 +1,7 @@
1
+ # Changelog — motion-design
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -10,7 +10,7 @@ description: >
10
10
  license: MIT
11
11
  metadata:
12
12
  author: LottieFiles
13
- version: "1.0.0"
13
+ version: 1.0.0
14
14
  ---
15
15
 
16
16
  # Motion Design Skill
@@ -0,0 +1,7 @@
1
+ # Changelog — new
2
+
3
+ Formato: [Keep a Changelog](https://keepachangelog.com/) · [SemVer](https://semver.org/).
4
+
5
+ ## 1.0.0 — 2026-07-01
6
+
7
+ - Baseline: versioning per-skill introdotto al framework v4.82.0.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: new
3
3
  effort: medium
4
+ version: 1.0.0
4
5
  description: >
5
6
  Orchestrate a team of specialized agents to implement one or more backlog cards
6
7
  end-to-end inside a dedicated worktree, with code review, doc review, QA, and