Skip to content

Release Notes: v0.2.0

Release Date: 2026-01-17

What's New

Tasks Schema

Added task definitions to the agent schema:

  • id - Task identifier
  • description - Human-readable description
  • type - Task type (validation, generation, analysis)
  • command - Command to execute
  • pattern - File pattern to match
  • file - Specific file to check
  • required - Whether task is required for success
  • expected_output - Expected output for validation
  • human_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 checks to tasks in report schema for consistency

Documentation

  • Added specs/ directory structure convention
  • Installation section with Go SDK tagging notes

Installation

Go SDK

go get github.com/plexusone/multi-agent-spec/sdk/go@v0.2.0