Releases: specnaut/specnaut-cli
v1.13.1
What's changed in v1.13.1
Internal / chores
1 internal change
- Thin orchestrator skill + extracted preflight/postflight contracts (#364)
Full changelog: v1.13.0...v1.13.1
v1.13.0
What's changed in v1.13.0
Features
- Specflow Cloud funnel — landing CTA + CLI nudges (#361)
- Native OS keychain for CLI credentials via Deno FFI (#360)
- Gate-aware plan/merge approval STOPs + headless VM mode (#359)
- Gate-aware clarify phase +
specflow gatecommand (#358) - CLI remote mode + agent-side gate client (#357)
- Interactive Specflow Cloud auth —
specflow cloud login(#353) - Product-owner ↔ Specflow Cloud stage integration (#354)
- Cloud clarify-comment.sh — comment via the HTTP API
- Add
cloudbackend — drive a Specflow Cloud board from the CLI - Add /specflow brainstorm phase — optional step-0 spec discovery (#351) (#352)
- Carry agent model tier into sub-agent TOML reasoning effort (#350)
- Add lite chain mode (skip clarify + tasks for small features) [#346] (#347)
Internal / chores
8 internal changes
- Re-wrap cloud CTA paragraphs (#362)
- Gate wire-format contract v1 — docs/api/gates.md (#356)
- Add 004-gate-wire-format spec (#356)
- Add 003-init-backlog-cloud spec (#353)
- Batch-mutation rule + rate-limit fallback for the shipped PO
- Document the release→production deploy (CD) model (#355)
- Smoke-features covers lite chain + monorepo-safe deno eval (#348)
- Bump GitHub Actions to Node 24-ready versions (#345)
Full changelog: v1.12.0...v1.13.0
v1.12.0
What's changed in v1.12.0
Features
Bug fixes
- Resolve hooks dir via git rev-parse so submodule checkouts work (#336)
Internal / chores
2 internal changes
Full changelog: v1.11.1...v1.12.0
v1.11.1
What's changed in v1.11.1
Bug fixes
- Add.sh rejects --help and unknown flags instead of creating junk issues (#334)
- Wire GH_TOKEN into git push for marketplace sync scripts (#332)
Full changelog: v1.11.0...v1.11.1
v1.11.0
What's changed in v1.11.0
Bug fixes
- Don't auto-promote parent Epic on child→Ready (#328)
Internal / chores
6 internal changes
- Index audit-phases-design memory in MEMORY.md
- Commit + index Epic #302 audit-phases design memory
- Guard against src/templates_bundle.ts drifting from templates/ (#331)
- Regenerate templates_bundle.ts to include #328 (#329)
- Refine Codex marketplace SVGs to design-system palette + structured-outline mark (#326)
- Retarget Codex marketplace from openai/openai-codex-plugins (404) to openai/plugins (#325)
Full changelog: v1.10.0...v1.11.0
v1.10.0
What's changed in v1.10.0
Features
- /specflow audit dependencies + NEW dependency-auditor agent (#322) (#324)
- /specflow audit architecture + NEW architecture-auditor agent (#321) (#323)
Internal / chores
1 internal change
- Repair two pre-existing smoke-script drift failures (#319)
Full changelog: v1.9.0...v1.10.0
v1.9.0
What's changed in v1.9.0
Features
- /specflow audit accessibility + NEW a11y-auditor agent + FE-gate (#305) (#318)
- /specflow audit performance + NEW performance-auditor agent (#304) (#317)
- /specflow audit security — read-only security sweep (#303) (#316)
- Copilot CLI / shared marketplace catalog sync (#281) (#308)
- OpenCode plugin adapter (#280) (#307)
- Gemini CLI extension (#279) (#306)
- Cursor plugin adapter (#278) (#301)
- Codex CLI plugin adapter (#277) — wired-but-inert (#297)
- Bundled brainstorming skill (#276) — closes Phase 2 (#296)
- Bundled verification-before-completion skill (#275) (#295)
- Bundled executing-plans skill (#274) (#294)
- Bundled subagent-driven-development skill (#272) (#293)
- SessionStart hook + using-specflow bootstrap skill (#282) (#292)
- Bundled requesting-code-review skill (#273) (#291)
- Bundled writing-plans skill (#271) (#290)
- Tool-mapping reference docs per harness (#283) (#289)
Internal / chores
5 internal changes
Full changelog: v1.8.0...v1.9.0
v1.8.0
What's changed in v1.8.0
Features
- Start/Target dates + Estimate for the Roadmap view (#269)
- Auto-advance parent Epic to Done when all direct children Done (#268)
Full changelog: v1.7.0...v1.8.0
v1.7.0
What's changed in v1.7.0
Features
- First-class skill alias / overlay convention + list-skills phase (#266)
- Auto-propagate Epic status from child sub-task moves (#262)
- Add color attributes to agent markdown files
- Smarter SemVer detection at
specflow init(#259)
Bug fixes
- Widen PO Bash allowlist + add memory-home directive (#261)
- Swap invisible Unicode copy glyph for inline SVG icon (#256)
- Grant pull-requests: read for gen-changelog PR body fetch (#255)
Internal / chores
1 internal change
- Close list-skills smoke gap + commit session artefacts (#267)
Full changelog: v1.6.0...v1.7.0
v1.6.0
What's changed in v1.6.0
Features
- Upgrade adoption flow (review-upgrade + reconcile) (#254)
Adoption guide
These prompts help your AI agent adopt the new features in an existing project. Copy them into your harness, or run @specflow-expert review-upgrade to be walked through automatically.
#254 — Upgrade adoption flow (review-upgrade + reconcile)
specflow reconcile is a new top-level subcommand and specflow-expert review-upgrade is a new agent mode. Existing projects that documented the upgrade workflow in their agent files should reference both. Projects that don't already mention upgrade conventions in their agent files can ignore — Specflow's own specflow-expert.md already covers this in fresh scaffolds and existing projects will pick it up on the next specflow upgrade.
Audit my project for any agent files (`.claude/agents/*.md`, equivalent Cursor / Codex / Windsurf rule files, AGENTS.md, CLAUDE.md) that document the `specflow upgrade` workflow. Update them to mention:
1. After `specflow upgrade`, the CLI prints a handoff to `@specflow-expert review-upgrade`.
2. `specflow reconcile --status` lists files pending post-upgrade reconciliation.
3. `specflow reconcile <path> --accept-upstream` takes the new template version (backs up local to `<path>.specflow.bak`); `--accept-current` keeps the local version (re-stamps the lock SHA only).
Open a PR. Skip projects that don't currently document the upgrade flow — no proactive scaffold change required.
🤖 Generated with Claude Code
Internal / chores
1 internal change
- Upgrade adoption flow — design + implementation plan (#253)
Full changelog: v1.5.0...v1.6.0