Skip to content

Releases: netsky-lab/agent-spine

Agent Spine v0.3.0

29 Apr 12:21

Choose a tag to compare

Release Notes: v0.3.0

Agent Spine v0.3.0 focuses on stricter verification, broader adoption profiles, and pilot evidence.

Highlights

  • strict adapter drift verification
  • unified verifier runner with JSON output
  • docs link and Pages checks in template verification
  • expanded CI verification matrix
  • Rust/Python and docs-heavy starter profiles
  • stack policy examples
  • pilot results evidence surface
  • getting-started and compatibility docs

Release Gate

git diff --check
./scripts/check-executable-bits.sh
./scripts/verify-template.sh --strict
./scripts/test-verifier-modules.sh
./scripts/smoke-test-installer.sh
./scripts/smoke-test-bootstrap.sh
./scripts/verify-release.sh v0.3.0

Known Limits

  • Node/TypeScript, monorepo/infra, and Rust/Python pilots still need target-backed execution before v0.5.
  • Static Pages is still hand-authored HTML.

Agent Spine v0.2.0

28 Apr 18:01

Choose a tag to compare

Release Notes: v0.2.0

Agent Spine v0.2.0 focuses on adoption DX, policy configuration, Claude Code discoverability, and verification modularity.

Highlights

  • Installer v2 with dry-run, check mode, auto profile detection, backups, and JSON adoption reports
  • Configurable .codex/policy.json for secret paths and dangerous command policy
  • Modular verification checks for structure, skills, roles, policy, hooks, portability, Claude adapter, and release docs
  • Machine-readable verification summary output
  • Node/TypeScript and monorepo/infra pilot runbooks
  • Claude Code quickstart and adapter architecture docs
  • GitHub Pages landing with Claude Code compatibility positioning

Verification

./scripts/verify-template.sh --full
./scripts/smoke-test-bootstrap.sh
./scripts/smoke-test-installer.sh
./scripts/check-claude-bootstrap-modes.sh
./scripts/test-policy-validation.sh
./scripts/verification-summary.sh verification-summary.json

Known Limits

  • Real Node/TypeScript and monorepo/infra pilots still need target repositories.
  • Claude adapter drift check is currently informational.
  • GitHub Pages landing is static HTML rather than a docs generator.