All notable changes to autonomous-autonomy will be documented in this file.
- 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