Files
2026-08-24 08:11:59 -07:00

25 lines
872 B
TOML

schema_version = 8
[[tasks]]
agent = "research_lead"
task_kind = "analysis"
task = "Inspect the repository read-only and identify the mechanical gates that distinguish current-source evidence from unsupported claims."
mode = "read-only"
wall_timeout_seconds = 600
[[tasks]]
agent = "source_researcher"
task_kind = "research"
task = "Using a current primary source, verify one documented Python language behavior relevant to this repository. Return only the dated dossier JSON and separate inference from source evidence."
backend = "mcp"
mode = "read-only"
wall_timeout_seconds = 900
[[tasks]]
agent = "source_auditor"
task_kind = "source_audit"
task = "Audit docs/EXTERNAL-VERACITY.md against one directly cited primary source. Return only the source-to-code audit JSON, or blocked with a precise reason."
backend = "mcp"
mode = "read-only"
wall_timeout_seconds = 900