Preseed Workflow
Deprecated: The
preseedcommand has been renamed toseed. All preseed functionality is now available underbootspring seed. See the Seed Workflow for current documentation.
Migration Guide
| Old Command | New Command |
|---|---|
bootspring preseed init | bootspring seed init |
bootspring preseed start | bootspring seed go |
bootspring preseed status | bootspring seed status |
bootspring preseed update | Edit .bootspring/context/ docs directly |
bootspring preseed sync | bootspring seed merge |
bootspring preseed from-codebase | bootspring seed from-codebase |
bootspring preseed export | bootspring seed export |
bootspring seed synthesize | bootspring seed merge |
bootspring seed scaffold | bootspring build start |
Key Changes
- Documents location:
.bootspring/preseed/→.bootspring/context/ - Config file:
PRESEED_CONFIG.jsonis no longer used. Edit context documents directly. - Merge replaces synthesize:
seed mergecombines context docs into SEED.md AND auto-generates all agent files (CLAUDE.md, AGENTS.md, CODEX.md, GEMINI.md) and planning documents. - End-to-end command:
seed goruns the full workflow (init + merge + generate) in one step.
Related
- Seed Workflow - Current workflow documentation
- Seed CLI Reference - Full command reference