Conductor knowledge base workflow (archived)¶
The canonical execution-authorizing workflow has been archived to archive/compiler-v1/. Conductor is now a pure knowledge base — there is no consult_plan, no authorize, no complete_authorized_work, and no authorization lifecycle.
How it worked (historical)¶
The compiler workflow involved:
- Constructing an exact
plan-bundle.v1 - Calling
consult_planfor server-side supervisory review - Claiming a one-shot authorization via
authorize - Executing work using production tools outside Conductor
- Calling
complete_authorized_workwith evidence and writeback verification - Submitting reusable experiences through the learning pipeline
All of these steps and their associated MCP tools no longer exist. The compiler, plan bundles, authorization, and learning pipeline are archived.
See the stage contracts catalog for descriptive stage reference, and the connecting guide for current MCP transport documentation.