33 lines
999 B
TOML
33 lines
999 B
TOML
|
|
schema_version = 8
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "integrator"
|
||
|
|
task_kind = "analysis"
|
||
|
|
task = "Inspect this profile read-only and explain what the native-first plus fresh-context critic topology demonstrates."
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "repo_scout"
|
||
|
|
task_kind = "locate"
|
||
|
|
task = "Locate the native-agent snapshot generation code and return exact repository evidence in the required JSON shape."
|
||
|
|
backend = "native"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "invariant_designer"
|
||
|
|
task_kind = "test_design"
|
||
|
|
task = "Derive two falsifying tests for the compiled profile concurrency limits and return the required evidence JSON."
|
||
|
|
backend = "native"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "fresh_critic"
|
||
|
|
task_kind = "review"
|
||
|
|
task = "Review profiles/codex-harness-team/profile.toml for one concrete inconsistency. Return only the required review JSON with exact evidence."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|