chore(conductor): Add new track 'Fix version inconsistency'

This commit is contained in:
2026-02-20 11:10:57 -08:00
parent a5aac39361
commit bea0a23a0e
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Implementation Plan - Fix Version Mismatch
## Phase 1: Fix & Process Update
- [ ] Task: Run version sync script
- [ ] Execute `deno task sync-version` (via Docker) to automatically update `icalendar.ts`, `icalendar.plug.yaml`, and `PLUG.md` to match `deno.json`.
- [ ] Task: Update Workflow Protocol
- [ ] Modify `conductor/workflow.md` -> "Track Completion Protocol" -> "Version Bump" section.
- [ ] Replace manual file list with instruction: "Update `deno.json` version and run `deno task sync-version`".
- [ ] Task: Conductor - User Manual Verification 'Fix & Process Update' (Protocol in workflow.md)