ticket: close ticket orchestrator routing
This commit is contained in:
parent
af17f8b11d
commit
d02516d37d
|
|
@ -2,12 +2,12 @@
|
|||
id: 20260605-040104-ticket-orchestrator-routing
|
||||
slug: ticket-orchestrator-routing
|
||||
title: Ticket orchestrator routing
|
||||
status: open
|
||||
status: closed
|
||||
kind: task
|
||||
priority: P1
|
||||
labels: [ticket, orchestrator, routing, orchestration]
|
||||
created_at: 2026-06-05T04:01:04Z
|
||||
updated_at: 2026-06-05T06:41:34Z
|
||||
updated_at: 2026-06-05T06:42:00Z
|
||||
assignee: null
|
||||
legacy_ticket: null
|
||||
---
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
Ticket Orchestrator Routing Workflow is complete.
|
||||
|
||||
Implementation:
|
||||
|
||||
- commit: `af17f8b workflow: add ticket orchestrator routing`
|
||||
|
||||
Summary:
|
||||
|
||||
- Added `.yoi/workflow/ticket-orchestrator-routing.md` as a user-invocable/model-invocable workflow.
|
||||
- Updated `docs/development/workflows.md` to include Orchestrator routing from Tickets to next workflow/action.
|
||||
- Defined routing classifications:
|
||||
- `requirements_sync_needed`
|
||||
- `preflight_needed`
|
||||
- `spike_needed`
|
||||
- `implementation_ready`
|
||||
- `review_needed`
|
||||
- `blocked_action_required`
|
||||
- `close_ready`
|
||||
- `defer_pending`
|
||||
- `closed_or_noop`
|
||||
- Defined conditions and actions for each classification.
|
||||
- Required routing decisions to be recorded through `TicketComment`.
|
||||
- Required `IntentPacket` creation before connecting implementation-ready Tickets to `multi-agent-workflow`.
|
||||
- Kept preflight-needed Tickets from being sent directly to coder Pods.
|
||||
- Preserved non-goals: no scheduler, no lease/queue persistence, no automatic Pod spawning policy, no TUI dashboard, no TicketUpdate tool, no external tracker integration, and no arbitrary filesystem writes.
|
||||
|
||||
Review:
|
||||
|
||||
- External sibling reviewer approved with no blockers and no required non-blockers.
|
||||
- Follow-up note: after repeated routing decisions stabilize, a pure classifier/test fixture may be useful, but it is out of scope for this workflow ticket.
|
||||
|
||||
Validation passed:
|
||||
|
||||
- `git diff --check`
|
||||
- `./tickets.sh doctor`
|
||||
- targeted grep found no `WorkItem` / old system-name wording in the new workflow.
|
||||
|
||||
No code/package changes were made, so cargo/nix validation was not required.
|
||||
|
|
@ -166,4 +166,50 @@ Validation passed:
|
|||
No code/package changes were made, so cargo/nix validation was not required.
|
||||
|
||||
|
||||
---
|
||||
|
||||
<!-- event: close author: hare at: 2026-06-05T06:42:00Z status: closed -->
|
||||
|
||||
## Closed
|
||||
|
||||
Ticket Orchestrator Routing Workflow is complete.
|
||||
|
||||
Implementation:
|
||||
|
||||
- commit: `af17f8b workflow: add ticket orchestrator routing`
|
||||
|
||||
Summary:
|
||||
|
||||
- Added `.yoi/workflow/ticket-orchestrator-routing.md` as a user-invocable/model-invocable workflow.
|
||||
- Updated `docs/development/workflows.md` to include Orchestrator routing from Tickets to next workflow/action.
|
||||
- Defined routing classifications:
|
||||
- `requirements_sync_needed`
|
||||
- `preflight_needed`
|
||||
- `spike_needed`
|
||||
- `implementation_ready`
|
||||
- `review_needed`
|
||||
- `blocked_action_required`
|
||||
- `close_ready`
|
||||
- `defer_pending`
|
||||
- `closed_or_noop`
|
||||
- Defined conditions and actions for each classification.
|
||||
- Required routing decisions to be recorded through `TicketComment`.
|
||||
- Required `IntentPacket` creation before connecting implementation-ready Tickets to `multi-agent-workflow`.
|
||||
- Kept preflight-needed Tickets from being sent directly to coder Pods.
|
||||
- Preserved non-goals: no scheduler, no lease/queue persistence, no automatic Pod spawning policy, no TUI dashboard, no TicketUpdate tool, no external tracker integration, and no arbitrary filesystem writes.
|
||||
|
||||
Review:
|
||||
|
||||
- External sibling reviewer approved with no blockers and no required non-blockers.
|
||||
- Follow-up note: after repeated routing decisions stabilize, a pure classifier/test fixture may be useful, but it is out of scope for this workflow ticket.
|
||||
|
||||
Validation passed:
|
||||
|
||||
- `git diff --check`
|
||||
- `./tickets.sh doctor`
|
||||
- targeted grep found no `WorkItem` / old system-name wording in the new workflow.
|
||||
|
||||
No code/package changes were made, so cargo/nix validation was not required.
|
||||
|
||||
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user