bulk_import_phases
Backfill an entire project history by importing multiple past phases at once, even if already shipped in git. Idempotent, so re-imports are safe.
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 |