Releases: agent-fox-dev/specs
Releases · agent-fox-dev/specs
Release list
v0.9.0
What's New in v0.9.0
Monorepo Restructure
- Reorganized into three packages under
packages/: afspec (spec-format library), speclib (core library), and spec-cli (CLI tool) - Added uv workspace configuration with proper inter-package dependencies
- Updated Makefile with monorepo-aware lint and clean targets
Features
- Spec CLI: Full CLI tool (
speccommand) with assess, refine, generate, and install-skill commands - Agent Pipeline: SpecAgent with assessment, refinement, and artifact generation
- Campaign & Session: Campaign management and SpecSession state machine
- Spec Format: afspec library for spec-format v1 models, validation, discovery, rendering, and mutation
- CLI Progress Feedback: StatusSpinner and
--quietflag for CLI progress - Artifact Validation: JSON schema validation for spec artifacts
- Refinement: Question export mode and QA exchange recording in refine workflow
- Skill Deployment:
install-skillcommand for agent CLI skill installation
Specs Implemented
- 01: Project scaffold
- 02: Campaign & session
- 03: Agent pipeline
- 04: CLI tool
- 05: Spec skill
- 06: Refine question export
- 07: Refine answer recording
- 08: Artifact validation
- 09: CLI progress feedback
- 10: Monorepo restructure
Test Suite
- 553 tests passing across all packages
- Property-based tests via Hypothesis
- Full lint (ruff) and type checking (mypy) clean