What problem does it solve?
Compile and execute the Autodialectics anti-slop pipeline for a task, coordinating health checks, runtime initialization, contract compilation, and full pipeline execution.
Core Features & Use Cases
- Health checks to verify MCP server reachability.
- Runtime initialization to ensure the database and default champion policy exist.
- Contract compilation to convert a task JSON into an immutable contract.
- Full pipeline execution to perform evidence → dialectic → execution → verification → evaluation → gate, with option to detach for long tasks.
- CLI fallback to manually run the steps when MCP connectivity is unavailable: run health, init_runtime, compile_task, and run_task.
- Task file guidance and structured pipeline stages to enable repeatable automation.
Quick Start
Provide a task.json and run the full autodialectics pipeline, performing health checks, runtime initialization, contract compilation, and task execution.