@hegemonart/get-design-done 1.59.4 → 1.59.6
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.
- package/.claude-plugin/marketplace.json +4 -4
- package/.claude-plugin/plugin.json +2 -2
- package/CHANGELOG.md +62 -0
- package/README.md +223 -436
- package/SKILL.md +2 -2
- package/docs/i18n/README.de.md +2 -0
- package/docs/i18n/README.fr.md +2 -0
- package/docs/i18n/README.it.md +2 -0
- package/docs/i18n/README.ja.md +2 -0
- package/docs/i18n/README.ko.md +2 -0
- package/docs/i18n/README.zh-CN.md +2 -0
- package/hooks/budget-enforcer.ts +134 -7
- package/package.json +1 -1
- package/reference/runtime-models.md +15 -15
- package/reference/schemas/generated.d.ts +4 -0
- package/reference/schemas/runtime-models.schema.json +5 -0
- package/reference/skill-graph.md +4 -1
- package/scripts/lib/bandit-router/integration.cjs +38 -0
- package/scripts/lib/install/installer.cjs +133 -1
- package/scripts/lib/manifest/skills.json +13 -0
- package/scripts/skill-templates/handoff/SKILL.md +99 -0
- package/skills/handoff/SKILL.md +99 -0
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
"name": "hegemonart"
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
|
-
"description": "Get Design Done — 5-stage agent-orchestrated design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 agents,
|
|
8
|
-
"version": "1.59.
|
|
7
|
+
"description": "Get Design Done — 5-stage agent-orchestrated design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 agents, 96 skills, 39 connection integrations, two MCP servers, opt-in SQLite state backbone, bidirectional Figma write-back, and a reflector-driven self-improvement loop. Cross-runtime install for Claude Code, Codex, Cursor, OpenCode, Gemini, and more.",
|
|
8
|
+
"version": "1.59.6"
|
|
9
9
|
},
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "get-design-done",
|
|
13
13
|
"source": "./",
|
|
14
|
-
"description": "Agent-orchestrated 5-stage design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 specialized agents,
|
|
15
|
-
"version": "1.59.
|
|
14
|
+
"description": "Agent-orchestrated 5-stage design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 specialized agents, 96 skills, 39 connection integrations (Figma, Refero, Preview, Storybook, Chromatic, Graphify, Linear, Jira, Notion, …), bidirectional Figma write-back, queryable intel store, opt-in SQLite state backbone, and a reflector-driven self-improvement loop. Two MCP servers (gdd-state for typed STATE mutators, gdd-mcp for 13 read-only project-priming tools), tier-aware routing with cost telemetry, and defense-in-depth hooks (protected paths, MCP circuit breaker, injection scanner, budget enforcer). Cross-runtime install for Claude Code, Codex, Cursor, OpenCode, Gemini, Copilot, and more.",
|
|
15
|
+
"version": "1.59.6",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "hegemonart"
|
|
18
18
|
},
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-design-done",
|
|
3
3
|
"short_name": "gdd",
|
|
4
|
-
"version": "1.59.
|
|
5
|
-
"description": "Agent-orchestrated 5-stage design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 specialized agents,
|
|
4
|
+
"version": "1.59.6",
|
|
5
|
+
"description": "Agent-orchestrated 5-stage design pipeline (Brief → Explore → Plan → Design → Verify) for AI coding agents. 64 specialized agents, 96 skills, 39 connection integrations (Figma, Refero, Preview, Storybook, Chromatic, Graphify, Linear, Jira, Notion, …), bidirectional Figma write-back, queryable intel store for O(1) design-surface lookups, opt-in SQLite state backbone, and a reflector-driven self-improvement loop. Two MCP servers (`gdd-state` for typed STATE mutators, `gdd-mcp` for 13 read-only project-priming tools), tier-aware agent routing with cost telemetry, defense-in-depth hooks (protected paths, MCP circuit breaker, injection scanner, budget enforcer), and a cross-runtime install layer for Claude Code, Codex, Cursor, OpenCode, Gemini, Copilot, and more.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "hegemonart",
|
|
8
8
|
"url": "https://github.com/hegemonart"
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,68 @@ All notable changes to get-design-done are documented here. Versions follow [sem
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [1.59.6] - 2026-06-05
|
|
8
|
+
|
|
9
|
+
Sixth and final point release of the **v1.59 "Audit Closeout & Honesty Pass"** milestone. Product-surface docs, the handoff skill, and the fact-gate. **Milestone complete.**
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Real `/gdd:handoff` skill** (`skills/handoff/`), replacing the phantom command the README and Jump Mode advertised with no skill behind it. A thin wrapper that initializes a cycle from a Claude Design bundle and routes to verify. (Skill count 95 to 96.)
|
|
14
|
+
- **`docs/KNOWLEDGE-BASE.md`**, a navigable index of the reference library, linked from the README.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **Product-first README** (623 to 402 lines): rewritten from the readme-redesign draft, leading with what the tool does and how to start. The 6-badge block and the i18n language nav are preserved verbatim; release-chronicle prose now lives only in this CHANGELOG.
|
|
19
|
+
- **Honest multi-runtime claim**: the full 14-runtime breadth list carries an explicit caveat (the full design-quality gate is Claude Code; hooks are Claude-only; MCP works on ~3 runtimes; the rest are install-supported but untested).
|
|
20
|
+
- **i18n lag banners** added to all 6 localized READMEs (translations may lag the canonical English).
|
|
21
|
+
|
|
22
|
+
### Fixed (fact-gate)
|
|
23
|
+
|
|
24
|
+
- Removed 3 phantom commands from the README that had no backing skill (`/gdd:scan`, `/gdd:set-profile`, `/gdd:run-skill`); every `/gdd:` command in the README now resolves to a real skill in the manifest.
|
|
25
|
+
- Corrected stale counts to the shipped reality: **64 agents, 96 skills, 39 connection integrations, 13 read-only MCP tools, 14 runtimes**, and the knowledge-base "222 reference files" figure to the actual 189.
|
|
26
|
+
|
|
27
|
+
### Milestone v1.59 complete
|
|
28
|
+
|
|
29
|
+
Six point releases (1.59.1 to 1.59.6) closed out the v1.58.1 audit: MCP servers auto-register, the connection / skill / agent counts are honest and gated, agent model/tier routing is coherent, the skill-authoring surface ships to npm, the Batch-H polish landed, and every command / count / runtime claim in the README now resolves against the code.
|
|
30
|
+
|
|
31
|
+
### Breaking changes
|
|
32
|
+
|
|
33
|
+
None.
|
|
34
|
+
|
|
35
|
+
5,070/5,070 tests pass.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## [1.59.5] - 2026-06-05
|
|
40
|
+
|
|
41
|
+
Fifth point release of the **v1.59 "Audit Closeout & Honesty Pass"** milestone. Batch H polish + runtime-model provenance.
|
|
42
|
+
|
|
43
|
+
### Added
|
|
44
|
+
|
|
45
|
+
- **Risk-calibration now learns from the bandit feedback loop.** The bandit's post-spawn `recordOutcome` also updates the per-agent calibration table (best-effort), so calibration tracks the same signal that drives routing. (H2)
|
|
46
|
+
- **Runtime-model provenance guard.** `budget-enforcer` no longer applies a HARD budget cap from a BYOK / unverified runtime-model row (it degrades to advisory), and the schema records the provenance. This closes the risk of an unverified placeholder tier hard-blocking a user. (P1)
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- **Cursor installs no longer drop co-located skill reference files.** `installMultiArtifact` now carries a skill's sibling `*-procedure.md` reference files alongside `SKILL.md` for Cursor's flat layout, with symmetric uninstall cleanup. (H6)
|
|
51
|
+
|
|
52
|
+
### Hardening
|
|
53
|
+
|
|
54
|
+
- Pinned the state backup-guard rotation cap (10 slots) + non-empty corruption check with a dedicated test, and verified `state-store.migrate()` is async with complete JSDoc. (H5/H7)
|
|
55
|
+
|
|
56
|
+
### Notes
|
|
57
|
+
|
|
58
|
+
- Batch-H item H8 (the `composes_with` composition-graph backfill) is owned by Phase 58, not this release; no double-implementation here.
|
|
59
|
+
- Documented follow-ups (each a larger-than-a-slice scope cut): calibration `detectDrift` to reflector consumption, SQLite-header corruption detection in the backup guard, the cursor sibling-carry generalized to all flat-layout runtimes, and the structural `status:` key on runtime-model entries (currently blocked by the parser's allowed-key enforcement).
|
|
60
|
+
|
|
61
|
+
### Breaking changes
|
|
62
|
+
|
|
63
|
+
None.
|
|
64
|
+
|
|
65
|
+
5,070/5,070 tests pass.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
7
69
|
## [1.59.4] - 2026-06-04
|
|
8
70
|
|
|
9
71
|
Fourth point release of the **v1.59 "Audit Closeout & Honesty Pass"** milestone. Skill-surface + build hygiene.
|