Handbook
A01 — forge-agents monorepo scaffold
Executor: Composer 2.5
Updated
Ceiling: technical ≤ I2_integrated, autonomy ≤ A1_supervised (channel agents default A0_assisted).
Plan
Create the private forge-agents monorepo skeleton: workspace pyproject.toml, top-level README.md, packages/, and orchestrator/ directories. Layout only — no agent implementation yet.
Do
- Add
README.mddescribing forge-agents scope (channel agents, packaging, orchestrator). - Add root
pyproject.toml(workspace/meta package). - Create empty
packages/andorchestrator/directory trees with placeholderREADME.mdfiles if needed. - Do not migrate cursor-bridge or add Platform ADR content in this phase.
Check
forge-agents/scripts/forge-agents-pdca/check-phase-gate.sh A01
Act
Revise repo scaffold until A01 gate passes; hand off Platform docs to A02.
Refuse
- A2+ autonomy — scaffold must not include auto-lifecycle or unsupervised registration hooks.
- Lenses SoR replacement — README must not claim Lenses replacement.
- Second executor — do not re-scaffold with a different model without updating master sequence.
- Workcell migration — no
forge-workcellscode in this repo.