Skip to content

Releases: agent-fox-dev/specs

Release list

v0.9.0

Choose a tag to compare

@mickume mickume released this 11 Jun 17:19

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 (spec command) 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 --quiet flag 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-skill command 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