bulk_import_phases
Backfill multiple historical phases at once for projects adopting Codevira with existing shipped phases. Each phase has number, name, status, completion date, key decisions, git ref, and description.
Instructions
v2.1.2 Item 29: backfill multiple historical phases at once. Each item: {number, name, status?='done', completed_at?, key_decisions?, git_ref?, description?}. Idempotent. Useful for adopting codevira on a project that already shipped N phases in git.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phases | Yes | List of phase dicts to import |