Files

33 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2026-08-24 08:11:59 -07:00
schema_version = 8
[[tasks]]
agent = "orchestrator"
task_kind = "analysis"
task = "Inspect this repository read-only and explain when this profile should select each worker and when the root should continue alone."
mode = "read-only"
wall_timeout_seconds = 600
[[tasks]]
agent = "repo_scout"
task_kind = "locate"
task = "Locate the profile compiler and its tests. Return exact paths and evidence in the required JSON shape; do not propose changes."
backend = "native"
mode = "read-only"
wall_timeout_seconds = 600
[[tasks]]
agent = "implementation_specialist"
task_kind = "analysis"
task = "Inspect the profile schema validation read-only. Return the required engineering JSON with an empty changes/files list and any focused validation command evidence."
backend = "mcp"
mode = "read-only"
wall_timeout_seconds = 900
[[tasks]]
agent = "adversarial_reviewer"
task_kind = "review"
task = "Review the adaptive profile definition for one concrete orchestration risk. Return only the required review JSON grounded in repository evidence."
backend = "mcp"
mode = "read-only"
wall_timeout_seconds = 900