Conductor knowledge base¶
Formerly the compiler model. The compilation engine has been archived to archive/compiler-v1/. Conductor is now a pure knowledge base — markdown documentation organized under docs/.
What replaced the compiler¶
- Stage contracts remain as descriptive reference — what each stage needs, not compiler-enforced rules.
- Business lines are documented in the org model and individual line docs under
lines/. - Roles and tooling are described in roles and tooling.
- Authority is documented in the authority model.
Business lines¶
| Line | Primary workflow |
|---|---|
| Portfolio | Intake → Classify → Prioritize → Capacity → Review |
| Product | Discover → Explore → Score → Build-gate → Ship-signal → Archive |
| Software | Frame → Design → Implement → Verify → Promote → Deploy → Document |
| Editorial | Assign → Report → Draft → Edit → Fact-check → Localize → Stage → Publish → Update |
| Services | Offer → Lead → Propose → Contract → Deliver → Invoice → Complete → Archive |
| Operate | Run → Observe; branch to Change or Incident; Retire |
Historical note¶
The compiler performed 8-step pack compilation from corpus units, validated bindings, evaluated deterministic checks, and emitted authorized execution packs. This capability has been removed. The archived compiler source lives in archive/compiler-v1/.