@donedev/claude-skill 0.3.1 → 0.3.2

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 +1 -1
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -129,7 +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
+ - **`donepack workspace`** — the **multi-repo** view. A product is often a CONSTELLATION of repos (e.g. backend + web + mobile + admin). 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`.
133
133
 
134
134
  ### Done Design — products WITH personality, provably accessible
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donedev/claude-skill",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
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",