This commit is contained in:
2026-08-24 08:11:59 -07:00
commit 53df0eed10
275 changed files with 133056 additions and 0 deletions
@@ -0,0 +1,24 @@
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