@vegastack/skills 0.9.0 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vegastack/skills",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Installer and verifier for VegaStack Agent Skills (Claude Code, Codex, and Hermes)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,7 +13,7 @@ Each playbook fills the same six slots: **detect** (file signals) · **ship draf
13
13
  - `guard: tag matches the package version` · `guard: changelog has an entry for the tagged version`
14
14
  - `auto: confirm the registry shows the new version; report old → new`
15
15
  - **Changelog:** `changesets`. Per behavior-changing branch, dev-implement writes `.changeset/<slug>.md` **directly** — frontmatter `"<package-name>": <patch|minor|major>` (from the brief's version-impact line) plus a one-paragraph summary. `changeset add` (the bare `changeset` prompt) is interactive; never invoke it in a dark run — `changeset version` at release time is the only CLI use. The release changelog is changesets-written — never hand-edited.
16
- - **Version identity:** `package.json` `version`, changesets-managed. Monorepos: identity is per-package; changesets handles multiple packages natively — the guard reads the released package's manifest. A private workspace root carries **no** version field (nothing maintains it; delete it rather than let it drift).
16
+ - **Version identity:** `package.json` `version`, changesets-managed. Monorepos: identity is per-package; changesets handles multiple packages natively — the guard reads the released package's manifest. A private workspace root carries no *real* version pin it at `0.0.0` (some tooling, e.g. `npm sbom` purl generation, requires every package to have one) and never bump it; deleting the field outright breaks such tooling.
17
17
  - **Guards:** changeset-presence (PR-time) · tag↔version · changelog-entry.
18
18
  - **Rollback:** `Rollback is roll-forward: revert on main, release previous-good as a new patch, deprecate the bad version on the registry.`
19
19
 
@@ -46,7 +46,7 @@
46
46
  "assets/agents-section.md.template": "591479cd2beacd5bc80457625fb1e67bf41947f6c2df326a52f0789fa455e8ec",
47
47
  "assets/dev-profile.md.template": "eca122d2b8816728243eb40f8d7f41e4a79b55a59a0b6e2ea3b5461df0bb1ee2",
48
48
  "references/harness-facts.md": "2be1d81f6a616d40dc865aaeefaf53c61bc13ade4ba1de8fb406c520bf15be40",
49
- "references/stack-playbooks.md": "112227283dc52e8c215a84b3e97ffb4e07c2b43c6567ae9cdd37985ce7740139",
49
+ "references/stack-playbooks.md": "338c4e7b831e3fc18b48c0a057cf9f115d10b3f565a8b6b593e1229ec7a0cb32",
50
50
  "refresh/REFRESH.md": "debda6ab96e899dd7e38309f714e9d65a3fbc53fd8ca68b8156f1348226c87b9",
51
51
  "refresh/sources.json": "3deab13addeff1d8c6aac17955694c914064a9eba89eb4c833163448b2351497"
52
52
  }