From 208f7b3eaadd4cb1c551f815b8abf941b835736b Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 9 Jun 2026 08:37:01 +0900 Subject: [PATCH] ticket: close merged queued tickets --- .../artifacts/.gitkeep | 0 .../item.md | 6 +-- .../resolution.md | 22 +++++++++++ .../thread.md | 39 +++++++++++++++++++ .../artifacts/.gitkeep | 0 .../item.md | 6 +-- .../resolution.md | 19 +++++++++ .../thread.md | 36 +++++++++++++++++ 8 files changed, 122 insertions(+), 6 deletions(-) rename .yoi/tickets/{open => closed}/20260607-035710-ticket-orchestration-plan-tool/artifacts/.gitkeep (100%) rename .yoi/tickets/{open => closed}/20260607-035710-ticket-orchestration-plan-tool/item.md (97%) create mode 100644 .yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/resolution.md rename .yoi/tickets/{open => closed}/20260607-035710-ticket-orchestration-plan-tool/thread.md (93%) rename .yoi/tickets/{open => closed}/20260608-103133-tui-chat-markdown-table-rendering/artifacts/.gitkeep (100%) rename .yoi/tickets/{open => closed}/20260608-103133-tui-chat-markdown-table-rendering/item.md (98%) create mode 100644 .yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/resolution.md rename .yoi/tickets/{open => closed}/20260608-103133-tui-chat-markdown-table-rendering/thread.md (89%) diff --git a/.yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/artifacts/.gitkeep b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/artifacts/.gitkeep similarity index 100% rename from .yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/artifacts/.gitkeep rename to .yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/artifacts/.gitkeep diff --git a/.yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/item.md b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/item.md similarity index 97% rename from .yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/item.md rename to .yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/item.md index bb7545fc..8ef95bb3 100644 --- a/.yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/item.md +++ b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/item.md @@ -2,13 +2,13 @@ id: 20260607-035710-ticket-orchestration-plan-tool slug: ticket-orchestration-plan-tool title: Ticket orchestration plan tool -status: open +status: 'closed' kind: task priority: P1 labels: [ticket, orchestrator, planning, workflow, tools] -workflow_state: 'inprogress' +workflow_state: 'done' created_at: 2026-06-07T03:57:10Z -updated_at: '2026-06-08T13:23:45Z' +updated_at: '2026-06-08T23:36:49Z' assignee: null queued_by: 'workspace-panel' queued_at: '2026-06-08T11:21:13Z' diff --git a/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/resolution.md b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/resolution.md new file mode 100644 index 00000000..25804b43 --- /dev/null +++ b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/resolution.md @@ -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` diff --git a/.yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/thread.md b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/thread.md similarity index 93% rename from .yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/thread.md rename to .yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/thread.md index 0259bb6c..70026c9e 100644 --- a/.yoi/tickets/open/20260607-035710-ticket-orchestration-plan-tool/thread.md +++ b/.yoi/tickets/closed/20260607-035710-ticket-orchestration-plan-tool/thread.md @@ -338,4 +338,43 @@ Residual risks / notes: - This is intentionally execution-plan metadata, not intrinsic project-level Ticket relations. `typed-ticket-relation-metadata` remains separate. - Final merge/close/cleanup is intentionally not performed here without explicit merge approval. +--- + + + +## State changed + +Ticket closed; workflow_state を done に設定しました。 + + +--- + + + +## 完了 + +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` + + --- diff --git a/.yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/artifacts/.gitkeep b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/artifacts/.gitkeep similarity index 100% rename from .yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/artifacts/.gitkeep rename to .yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/artifacts/.gitkeep diff --git a/.yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/item.md b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/item.md similarity index 98% rename from .yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/item.md rename to .yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/item.md index 5dea473a..44c560fa 100644 --- a/.yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/item.md +++ b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/item.md @@ -2,13 +2,13 @@ id: '20260608-103133-tui-chat-markdown-table-rendering' slug: 'tui-chat-markdown-table-rendering' title: 'TUI chat view should render Markdown tables' -status: 'open' +status: 'closed' kind: 'bug' priority: 'P2' labels: ['tui', 'chat', 'markdown', 'rendering', 'ux'] -workflow_state: 'inprogress' +workflow_state: 'done' created_at: '2026-06-08T10:31:33Z' -updated_at: '2026-06-08T13:29:26Z' +updated_at: '2026-06-08T23:36:49Z' assignee: null risk_flags: ['tui-rendering', 'markdown'] queued_by: 'workspace-panel' diff --git a/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/resolution.md b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/resolution.md new file mode 100644 index 00000000..ceaef46b --- /dev/null +++ b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/resolution.md @@ -0,0 +1,19 @@ +Implemented, reviewed, merged, and validated. + +Summary: +- Enabled Markdown table parsing in the existing TUI chat/conversation Markdown renderer. +- Rendered ordinary pipe tables as readable monospace rows with separators and alignment-aware padding. +- Kept the change in display/rendering code only; no Pod history, session logs, worker history, prompt context, or stored message text mutation. +- Added focused tests for readable table rendering, ragged/wide table safety, and non-table pipe text regression. + +Implementation: +- Coder commit: `f767ec7 tui: render markdown pipe tables in chat` +- Reviewer approved with no blocking findings. +- Merge commit: `e6bae04 merge: render tui markdown tables` + +Validation after merge: +- `cargo fmt --check` +- `git diff --check` +- `cargo run -q -p yoi -- ticket doctor` +- `cargo check --workspace` +- `nix build .#yoi` diff --git a/.yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/thread.md b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/thread.md similarity index 89% rename from .yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/thread.md rename to .yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/thread.md index 1dd8db16..b216fd5b 100644 --- a/.yoi/tickets/open/20260608-103133-tui-chat-markdown-table-rendering/thread.md +++ b/.yoi/tickets/closed/20260608-103133-tui-chat-markdown-table-rendering/thread.md @@ -198,4 +198,40 @@ Residual risks / notes: - This is intentionally a pragmatic table renderer, not a full GFM table compatibility project. - Final merge/close/cleanup is intentionally not performed here without explicit merge approval. +--- + + + +## State changed + +Ticket closed; workflow_state を done に設定しました。 + + +--- + + + +## 完了 + +Implemented, reviewed, merged, and validated. + +Summary: +- Enabled Markdown table parsing in the existing TUI chat/conversation Markdown renderer. +- Rendered ordinary pipe tables as readable monospace rows with separators and alignment-aware padding. +- Kept the change in display/rendering code only; no Pod history, session logs, worker history, prompt context, or stored message text mutation. +- Added focused tests for readable table rendering, ragged/wide table safety, and non-table pipe text regression. + +Implementation: +- Coder commit: `f767ec7 tui: render markdown pipe tables in chat` +- Reviewer approved with no blocking findings. +- Merge commit: `e6bae04 merge: render tui markdown tables` + +Validation after merge: +- `cargo fmt --check` +- `git diff --check` +- `cargo run -q -p yoi -- ticket doctor` +- `cargo check --workspace` +- `nix build .#yoi` + + ---