1.6 KiB
1.6 KiB
Created
Created by tickets.sh create.
Decision
Decision: migrate Ticket authority to the yoi binary and Yoi's built-in local backend.
Target state:
- Direct CLI operations use
yoi ticket .... - Backend config uses
provider = "builtin:yoi_local". - Active Ticket storage lives under
.yoi/tickets/. tickets.shis removed.- Top-level
work-items/is removed as active storage.
Rationale:
- Normal users should use TUI role actions, Ticket tools, workflows, and
yoi ticket ..., not a shell script. - Keeping
tickets.shas a live mutation path duplicates Ticket semantics and undermines the Rust backend as authority. .yoi/tickets/aligns Ticket records with.yoi/workflowand.yoi/ticket.config.tomlas tracked project orchestration state.work-items/is legacy storage naming after the project concept was renamed to Ticket.
Migration should land in child tickets so the repository remains operable at each step.
Plan
Plan:
-
yoi-ticket-cli-parity- Add
yoi ticket ...operations over the Rust Ticket backend.
- Add
-
builtin-yoi-local-ticket-backend-config- Add canonical
provider = "builtin:yoi_local"backend config and defaults.
- Add canonical
-
migrate-ticket-storage-to-yoi-tickets- Move active Ticket records from
work-items/to.yoi/tickets/.
- Move active Ticket records from
-
remove-tickets-sh- Delete the shell compatibility CLI and update active docs/workflows/validation to
yoi ticket doctor.
- Delete the shell compatibility CLI and update active docs/workflows/validation to