ticket: close ticket intake workflow
This commit is contained in:
parent
12338332d6
commit
afbfc21d57
|
|
@ -2,12 +2,12 @@
|
||||||
id: 20260605-040104-ticket-intake-workflow
|
id: 20260605-040104-ticket-intake-workflow
|
||||||
slug: ticket-intake-workflow
|
slug: ticket-intake-workflow
|
||||||
title: Ticket intake workflow
|
title: Ticket intake workflow
|
||||||
status: open
|
status: closed
|
||||||
kind: task
|
kind: task
|
||||||
priority: P1
|
priority: P1
|
||||||
labels: [ticket, intake, workflow, orchestration]
|
labels: [ticket, intake, workflow, orchestration]
|
||||||
created_at: 2026-06-05T04:01:04Z
|
created_at: 2026-06-05T04:01:04Z
|
||||||
updated_at: 2026-06-05T06:10:32Z
|
updated_at: 2026-06-05T06:10:56Z
|
||||||
assignee: null
|
assignee: null
|
||||||
legacy_ticket: null
|
legacy_ticket: null
|
||||||
---
|
---
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
Ticket Intake Workflow is complete.
|
||||||
|
|
||||||
|
Implementation:
|
||||||
|
|
||||||
|
- commit: `1233833 workflow: add ticket intake`
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
|
||||||
|
- Added `.yoi/workflow/ticket-intake-workflow.md` as a user-invocable/model-invocable workflow.
|
||||||
|
- Updated `docs/development/workflows.md` to include Intake clarification and Ticket terminology.
|
||||||
|
- The workflow defines Intake as the clarification/materialization boundary before Orchestrator routing.
|
||||||
|
- It requires duplicate/related Ticket checks, readiness classification, needs-preflight/risk flags, draft presentation, and explicit user agreement before official Ticket creation.
|
||||||
|
- It uses typed Ticket tools (`TicketList`, `TicketShow`, `TicketCreate`, `TicketComment`, `TicketDoctor`) and forbids arbitrary filesystem edits to `work-items/`.
|
||||||
|
- It explicitly excludes scheduling, Pod spawning, worktree creation, merge/close, unattended automation, and user-agreement-free Ticket creation.
|
||||||
|
- It documents secret/private-context non-persistence rules.
|
||||||
|
|
||||||
|
Review:
|
||||||
|
|
||||||
|
- External sibling reviewer approved with no blockers.
|
||||||
|
- Reviewer non-blocker about old `work items` wording in `docs/development/workflows.md` was fixed before commit.
|
||||||
|
- Follow-up: if a future `TicketUpdate` tool is added, refine the existing-Ticket update path to choose between `TicketUpdate` and `TicketComment`.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
@ -140,4 +140,41 @@ Validation passed:
|
||||||
No code/package changes were made, so `cargo check`, `cargo fmt`, and `nix build` were not necessary for this workflow/docs-only change.
|
No code/package changes were made, so `cargo check`, `cargo fmt`, and `nix build` were not necessary for this workflow/docs-only change.
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- event: close author: hare at: 2026-06-05T06:10:56Z status: closed -->
|
||||||
|
|
||||||
|
## Closed
|
||||||
|
|
||||||
|
Ticket Intake Workflow is complete.
|
||||||
|
|
||||||
|
Implementation:
|
||||||
|
|
||||||
|
- commit: `1233833 workflow: add ticket intake`
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
|
||||||
|
- Added `.yoi/workflow/ticket-intake-workflow.md` as a user-invocable/model-invocable workflow.
|
||||||
|
- Updated `docs/development/workflows.md` to include Intake clarification and Ticket terminology.
|
||||||
|
- The workflow defines Intake as the clarification/materialization boundary before Orchestrator routing.
|
||||||
|
- It requires duplicate/related Ticket checks, readiness classification, needs-preflight/risk flags, draft presentation, and explicit user agreement before official Ticket creation.
|
||||||
|
- It uses typed Ticket tools (`TicketList`, `TicketShow`, `TicketCreate`, `TicketComment`, `TicketDoctor`) and forbids arbitrary filesystem edits to `work-items/`.
|
||||||
|
- It explicitly excludes scheduling, Pod spawning, worktree creation, merge/close, unattended automation, and user-agreement-free Ticket creation.
|
||||||
|
- It documents secret/private-context non-persistence rules.
|
||||||
|
|
||||||
|
Review:
|
||||||
|
|
||||||
|
- External sibling reviewer approved with no blockers.
|
||||||
|
- Reviewer non-blocker about old `work items` wording in `docs/development/workflows.md` was fixed before commit.
|
||||||
|
- Follow-up: if a future `TicketUpdate` tool is added, refine the existing-Ticket update path to choose between `TicketUpdate` and `TicketComment`.
|
||||||
|
|
||||||
|
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