Preseed Workflow

Deprecated: The preseed command has been renamed to seed. All preseed functionality is now available under bootspring seed. See the Seed Workflow for current documentation.

Migration Guide

Old CommandNew Command
bootspring preseed initbootspring seed init
bootspring preseed startbootspring seed go
bootspring preseed statusbootspring seed status
bootspring preseed updateEdit .bootspring/context/ docs directly
bootspring preseed syncbootspring seed merge
bootspring preseed from-codebasebootspring seed from-codebase
bootspring preseed exportbootspring seed export
bootspring seed synthesizebootspring seed merge
bootspring seed scaffoldbootspring build start

Key Changes

  • Documents location: .bootspring/preseed/.bootspring/context/
  • Config file: PRESEED_CONFIG.json is no longer used. Edit context documents directly.
  • Merge replaces synthesize: seed merge combines 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 go runs the full workflow (init + merge + generate) in one step.