release: Cadence 1.0.0 #4

Merged
crenshawdev merged 2 commits from release/1.0.0 into main 2026-07-15 15:33:45 +00:00
crenshawdev commented 2026-07-15 15:31:34 +00:00 (Migrated from github.com)

First public release of Cadence as a Claude Code marketplace plugin.

Main already contains the planning-seam rewrite (squash-merged as #2). This PR adds only the release layer on top of it:

  • plugin.json version 0.1.0 -> 1.0.0 (first public release; honest first-version number).
  • CHANGELOG.md with the 1.0.0 entry (Keep a Changelog + semver).
  • marketplace.json concise, scannable catalog blurb (full description stays in plugin.json).
  • CI fix: unquote the node --test glob so it runs on the Node 20/22 matrix (the quoted form failed everywhere but the newest Node).
  • Drop vestigial .gitkeep from agents/, skills/, cadence-core/workflows/.

Packaging verified: skills, agents, and the git-guard PreToolUse hook auto-discover from default locations; both manifests are schema-valid. 70 seam tests pass.

https://claude.ai/code/session_012Tyr2rUvCcmb41XHzXAz7G

First public release of Cadence as a Claude Code marketplace plugin. Main already contains the planning-seam rewrite (squash-merged as #2). This PR adds only the release layer on top of it: - **plugin.json** version `0.1.0` -> `1.0.0` (first public release; honest first-version number). - **CHANGELOG.md** with the 1.0.0 entry (Keep a Changelog + semver). - **marketplace.json** concise, scannable catalog blurb (full description stays in plugin.json). - **CI fix**: unquote the `node --test` glob so it runs on the Node 20/22 matrix (the quoted form failed everywhere but the newest Node). - Drop vestigial `.gitkeep` from `agents/`, `skills/`, `cadence-core/workflows/`. Packaging verified: skills, agents, and the git-guard PreToolUse hook auto-discover from default locations; both manifests are schema-valid. 70 seam tests pass. https://claude.ai/code/session_012Tyr2rUvCcmb41XHzXAz7G
Sign in to join this conversation.
No description provided.