@donedev/claude-skill 0.3.0 → 0.3.1

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 (2) hide show
  1. package/SKILL.md +2 -1
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -129,6 +129,7 @@ Done isn't only doctrine; it ships a deterministic **engine** that computes what
129
129
  - **`donepack verify`** — the runtime verification plan (e2e / journey gates).
130
130
  - **`donepack next` / `run`** — the autopilot: the next dispatchable build node / the continuous build loop.
131
131
  - **`donepack init` / `status` / `upgrade`** — scaffold a workspace · mode/phase/ticket/gates · refresh the vendored pack to the latest version.
132
+ - **`donepack workspace`** — the **multi-repo** view. A product is often a CONSTELLATION of repos (backend + user-app + shopper-app + backoffice). This reads `.done/workspace/WORKSPACE.md` (the manifest: repos, roles, cross-repo relations) and computes the cross-repo facts: the safe **release order** (producer before consumer) and contract findings — `(contract-undeclared)` (a repo calls another with no declared relation — Done is blind to it), `(contract-endpoint-missing)` (a consumer calls an endpoint the producer doesn't expose = a break), `(contract-orphan)`. `gate-contrato-cross-repo` (HG-09) blocks a backend change that would break a consumer in another repo. See `07_WORKSPACE_MANIFEST.md` / `CONTRACTS_BASELINE.md`.
132
133
 
133
134
  ### Done Design — products WITH personality, provably accessible
134
135
 
@@ -140,7 +141,7 @@ Every Done product ships with a **coherent identity**, not the scaffold default
140
141
 
141
142
  Run via `Bash` (all support `--json`). Prefer these over parsing files by hand:
142
143
 
143
- `donepack audit`, `donepack autonomy`, `donepack change`, `donepack check-intake`, `donepack check-pack`, `donepack check-product`, `donepack check-roadmap`, `donepack doctor`, `donepack eval`, `donepack gate`, `donepack gen-tokens`, `donepack impact`, `donepack ingest`, `donepack init`, `donepack maturity`, `donepack model`, `donepack next`, `donepack run`, `donepack scaffold-qa`, `donepack score`, `donepack status`, `donepack substance`, `donepack upgrade`, `donepack verify`, `donepack watch`.
144
+ `donepack audit`, `donepack autonomy`, `donepack change`, `donepack check-intake`, `donepack check-pack`, `donepack check-product`, `donepack check-roadmap`, `donepack doctor`, `donepack eval`, `donepack gate`, `donepack gen-tokens`, `donepack impact`, `donepack ingest`, `donepack init`, `donepack maturity`, `donepack model`, `donepack next`, `donepack run`, `donepack scaffold-qa`, `donepack score`, `donepack status`, `donepack substance`, `donepack upgrade`, `donepack verify`, `donepack watch`, `donepack workspace`.
144
145
 
145
146
  `donepack check-product` is the Definition-of-Done gate. **Product-integrity findings**:
146
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donedev/claude-skill",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Done Agent Pack — Claude Code skill. Drop SKILL.md into ~/.claude/skills/done/ to teach Claude Code how to operate Done workspaces natively.",
5
5
  "license": "MIT",
6
6
  "author": "Endyveloz",