Releases: kennyjpowers/claude-flow
Releases · kennyjpowers/claude-flow
v2.0.0
2.0.0 (2026-01-09)
- feat!: remove ClaudeKit dependency, become standalone BREAKING CHANGE: Removed ClaudeKit and STM dependencies. Ideate commands migrated to brainstorm:* commands. Spec:feedback command migrated to feedback:* commands.Task tracking now via 03-tasks.md. Node.js requirement lowered to 20+. Specs directory changed from specs/ to doc/specs/. (003e005)
Bug Fixes
- decompose, execute, refine (1b795c2)
- make calling subcommands more explicit (f505d3f)
- next steps after brainstorm:spec (9ee4538)
- use AskUserQuestion tool and try to enforce no extra docs or unintended code changes are made (6f1c417)
- use Node 22 for semantic-release compatibility (fb68fb5)
Features
- major workflow refactor (12e6a23)
- moved spec-create and spec-validate to skills instead of commands (f617952)
- prep for v2 release (d01755a)
BREAKING CHANGES
- Removed ClaudeKit and STM dependencies. Ideate commands migrated to brainstorm:* commands. Spec:feedback command migrated to feedback:* commands.Task tracking now via 03-tasks.md. Node.js requirement lowered to 20+. Specs directory changed from specs/ to doc/specs/.
v1.2.0
v1.1.2
v1.1.1
v1.1.0
1.1.0 (2025-11-22)
Bug Fixes
- enable npm provenance for OIDC publishing (4ded4fc)
- update Node version requirements for semantic-release v25 (ddc22fa)
- update semantic-release to latest with OIDC support (0440f6a), closes semantic-release/npm#1015 semantic-release/npm#1017
- use npm install instead of npm ci for complex dependencies (22ebc10)
Features
- enable OIDC publishing and remove token workflow (5d1f195)