Release Notes: v0.2.0¶
Release Date: 2026-01-17
What's New¶
Tasks Schema¶
Added task definitions to the agent schema:
id- Task identifierdescription- Human-readable descriptiontype- Task type (validation, generation, analysis)command- Command to executepattern- File pattern to matchfile- Specific file to checkrequired- Whether task is required for successexpected_output- Expected output for validationhuman_in_loop- Whether human approval is needed
Team Reports¶
- DAG-aware topological sorting for team reports
- Team status report IR and renderer (NASA-style Go/No-Go validation)
Changed¶
- Renamed
checkstotasksin report schema for consistency
Documentation¶
- Added specs/ directory structure convention
- Installation section with Go SDK tagging notes