Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 718 Bytes

File metadata and controls

17 lines (14 loc) · 718 Bytes

Changelog

All notable changes to autonomous-autonomy will be documented in this file.

[1.0.0] - 2026-03-04

Added

  • 6-phase orchestration pipeline (init, plan, run, verify, status, report)
  • Files-as-state architecture with .aa/ directory
  • 4 specialized subagents (planner, executor, verifier, researcher)
  • Stripe-inspired context curation with token budgeting
  • Bounded retry (2 max) with exponential backoff
  • Hybrid verification strategy (automatic + content + manual gates)
  • Observability hooks for event logging and state validation
  • Given/When/Then specification format for task acceptance criteria
  • Task DAG with topological sort for execution ordering
  • Comprehensive reference documentation