ticket: use base32 project record ids

This commit is contained in:
2026-06-09 22:10:47 +09:00
parent 0803bc3725
commit 4203988d74
798 changed files with 477 additions and 105 deletions
+22
View File
@@ -0,0 +1,22 @@
Implemented, reviewed, merged, and validated.
Summary:
- Added a lightweight Ticket-domain orchestration plan/note surface.
- Added per-Ticket typed JSONL artifact storage at `artifacts/orchestration-plan.jsonl`.
- Added backend append/query APIs for orchestration plan records.
- Added LLM tools `TicketOrchestrationPlanRecord` and `TicketOrchestrationPlanQuery`.
- Query is available in the read-only Ticket tool set; record creation is in the mutating/lifecycle Ticket tool set.
- Supported plan kinds cover ordering, dependency, conflict, waiting/capacity notes, and accepted-plan summaries.
- Updated Orchestrator routing workflow guidance to consult and record orchestration plan records before queued acceptance where relevant.
Implementation:
- Coder commit: `b28b775 ticket: add orchestration plan tools`
- Reviewer approved with no blocking findings.
- Merge commit: `b3eab44 merge: add ticket orchestration plan tools`
Validation after merge:
- `cargo fmt --check`
- `git diff --check`
- `cargo run -q -p yoi -- ticket doctor`
- `cargo check --workspace`
- `nix build .#yoi`