bulk_import_phases
Import multiple historical project phases at once to backfill data for existing git projects, ensuring idempotent updates.
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 |