Compare commits

..

No commits in common. "7af88483fc4a336991c2c1c44a78c6cabe93085f" and "1c5c77bd08bfa1426ba6e8f4ffd2d11365b07215" have entirely different histories.

294 changed files with 1301 additions and 16122 deletions

1
.yoi/.gitignore vendored
View File

@ -1,2 +1 @@
/memory/ /memory/
tickets/.ticket-backend.lock

View File

@ -7,8 +7,7 @@ return function(opts)
slug = opts.slug, slug = opts.slug,
description = opts.description, description = opts.description,
scope = opts.scope or scope.workspace_read(), scope = scope.workspace_write(),
delegation_scope = opts.delegation_scope,
session = { session = {
record_event_trace = true, record_event_trace = true,
@ -16,7 +15,6 @@ return function(opts)
worker = { worker = {
reasoning = "high", reasoning = "high",
language = opts.language or "Japanese",
}, },
model = { model = {

View File

@ -1,10 +1,7 @@
local base = require("_base") local base = require("_base")
local scope = require("yoi.scope")
return base { return base {
slug = "coder", slug = "coder",
description = "Coder role profile: GPT-5.5 with bundled default behavior", description = "Coder role profile: GPT-5.5 with bundled default behavior",
model_ref = "codex-oauth/gpt-5.5", model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
scope = scope.workspace_write(),
} }

View File

@ -4,5 +4,4 @@ return base {
slug = "companion", slug = "companion",
description = "Companion role profile: GPT-5.5 with bundled default behavior", description = "Companion role profile: GPT-5.5 with bundled default behavior",
model_ref = "codex-oauth/gpt-5.5", model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
} }

View File

@ -4,5 +4,4 @@ return base {
slug = "intake", slug = "intake",
description = "Intake role profile: GPT-5.5 with bundled default behavior", description = "Intake role profile: GPT-5.5 with bundled default behavior",
model_ref = "codex-oauth/gpt-5.5", model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
} }

View File

@ -1,10 +1,7 @@
local base = require("_base") local base = require("_base")
local scope = require("yoi.scope")
return base { return base {
slug = "orchestrator", slug = "orchestrator",
description = "Orchestrator role profile: GPT-5.5 with bundled default behavior", description = "Orchestrator role profile: GPT-5.5 with bundled default behavior",
delegation_scope = scope.workspace_write(),
model_ref = "codex-oauth/gpt-5.5", model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
} }

View File

@ -4,5 +4,4 @@ return base {
slug = "reviewer", slug = "reviewer",
description = "Reviewer role profile: GPT-5.5 with bundled default behavior", description = "Reviewer role profile: GPT-5.5 with bundled default behavior",
model_ref = "codex-oauth/gpt-5.5", model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
} }

View File

@ -2,9 +2,6 @@
provider = "builtin:yoi_local" provider = "builtin:yoi_local"
root = ".yoi/tickets" root = ".yoi/tickets"
[ticket]
language = "Japanese"
[roles.intake] [roles.intake]
profile = "project:intake" profile = "project:intake"
workflow = "ticket-intake-workflow" workflow = "ticket-intake-workflow"

View File

@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:01Z created_at: 2026-05-27T00:00:01Z
updated_at: 2026-06-05T15:56:29Z updated_at: 2026-06-05T15:56:29Z
assignee: null assignee: null
legacy_ticket: tickets/auto-maintain-workflow.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000004-manual-turn-rollback id: 20260527-000004-manual-turn-rollback
slug: manual-turn-rollback slug: manual-turn-rollback
title: 'Pod/TUI: 手動 rewind 導線' title: Pod/TUI: 手動 rewind 導線
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, pod, ux]
created_at: 2026-05-27T00:00:04Z created_at: 2026-05-27T00:00:04Z
updated_at: 2026-05-29T03:09:22Z updated_at: 2026-05-29T03:09:22Z
assignee: null assignee: null
legacy_ticket: tickets/manual-turn-rollback.md
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000005-memory-tool-guidance-prompt id: 20260527-000005-memory-tool-guidance-prompt
slug: memory-tool-guidance-prompt slug: memory-tool-guidance-prompt
title: 'プロンプト: memory / knowledge tool 利用タイミングのガイダンス' title: プロンプト: memory / knowledge tool 利用タイミングのガイダンス
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:05Z created_at: 2026-05-27T00:00:05Z
updated_at: 2026-05-28T23:59:06Z updated_at: 2026-05-28T23:59:06Z
assignee: null assignee: null
legacy_ticket: tickets/memory-tool-guidance-prompt.md
--- ---
## Migration reference ## Migration reference

View File

@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:07Z created_at: 2026-05-27T00:00:07Z
updated_at: 2026-05-30T05:37:00Z updated_at: 2026-05-30T05:37:00Z
assignee: null assignee: null
legacy_ticket: tickets/pod-inbound-pod-event-dedup.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000008-pod-scope-persistence-authority id: 20260527-000008-pod-scope-persistence-authority
slug: pod-scope-persistence-authority slug: pod-scope-persistence-authority
title: 'Pod: scope 永続化 authority の整理' title: Pod: scope 永続化 authority の整理
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:08Z created_at: 2026-05-27T00:00:08Z
updated_at: 2026-05-30T05:57:16Z updated_at: 2026-05-30T05:57:16Z
assignee: null assignee: null
legacy_ticket: tickets/pod-scope-persistence-authority.md
--- ---
## Migration reference ## Migration reference

View File

@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:11Z created_at: 2026-05-27T00:00:11Z
updated_at: 2026-05-29T04:31:10Z updated_at: 2026-05-29T04:31:10Z
assignee: null assignee: null
legacy_ticket: tickets/session-todo-reminder.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000012-spawnpod-initial-run-confirmation id: 20260527-000012-spawnpod-initial-run-confirmation
slug: spawnpod-initial-run-confirmation slug: spawnpod-initial-run-confirmation
title: 'SpawnPod: initial Run delivery confirmation' title: SpawnPod: initial Run delivery confirmation
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:12Z created_at: 2026-05-27T00:00:12Z
updated_at: 2026-05-28T13:24:48Z updated_at: 2026-05-28T13:24:48Z
assignee: null assignee: null
legacy_ticket: tickets/spawnpod-initial-run-confirmation.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000013-tickets-sh-workitem-thread-mvp id: 20260527-000013-tickets-sh-workitem-thread-mvp
slug: tickets-sh-workitem-thread-mvp slug: tickets-sh-workitem-thread-mvp
title: 'Ticket 管理: tickets.sh による WorkItem / Thread MVP' title: Ticket 管理: tickets.sh による WorkItem / Thread MVP
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:13Z created_at: 2026-05-27T00:00:13Z
updated_at: 2026-05-27T19:28:41Z updated_at: 2026-05-27T19:28:41Z
assignee: null assignee: null
legacy_ticket: tickets/tickets-sh-workitem-thread-mvp.md
--- ---
## Migration reference ## Migration reference
@ -73,6 +74,7 @@ labels: [maintainer, workflow]
created_at: 2026-05-26T12:34:56Z created_at: 2026-05-26T12:34:56Z
updated_at: 2026-05-26T12:34:56Z updated_at: 2026-05-26T12:34:56Z
assignee: null assignee: null
legacy_ticket: tickets/foo.md
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000014-tui-actionbar-transient-notice-api id: 20260527-000014-tui-actionbar-transient-notice-api
slug: tui-actionbar-transient-notice-api slug: tui-actionbar-transient-notice-api
title: 'TUI: actionbar transient notice API' title: TUI: actionbar transient notice API
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:14Z created_at: 2026-05-27T00:00:14Z
updated_at: 2026-05-29T03:57:35Z updated_at: 2026-05-29T03:57:35Z
assignee: null assignee: null
legacy_ticket: tickets/tui-actionbar-transient-notice-api.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000016-tui-picker-live-pending-pods id: 20260527-000016-tui-picker-live-pending-pods
slug: tui-picker-live-pending-pods slug: tui-picker-live-pending-pods
title: 'TUI picker: live pending Pod の表示優先と状態補完' title: TUI picker: live pending Pod の表示優先と状態補完
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:16Z created_at: 2026-05-27T00:00:16Z
updated_at: 2026-05-30T05:00:56Z updated_at: 2026-05-30T05:00:56Z
assignee: null assignee: null
legacy_ticket: tickets/tui-picker-live-pending-pods.md
--- ---
## Migration reference ## Migration reference

View File

@ -1,7 +1,7 @@
--- ---
id: 20260527-000017-tui-spawned-pod-panel id: 20260527-000017-tui-spawned-pod-panel
slug: tui-spawned-pod-panel slug: tui-spawned-pod-panel
title: 'TUI: spawned child Pod の一覧と一時 attach' title: TUI: spawned child Pod の一覧と一時 attach
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:17Z created_at: 2026-05-27T00:00:17Z
updated_at: 2026-06-07T03:14:39Z updated_at: 2026-06-07T03:14:39Z
assignee: null assignee: null
legacy_ticket: tickets/tui-spawned-pod-panel.md
workflow_state: done workflow_state: done
--- ---

View File

@ -9,6 +9,7 @@ labels: [migrated, memory, cli]
created_at: 2026-05-27T00:00:19Z created_at: 2026-05-27T00:00:19Z
updated_at: 2026-05-31T02:15:17Z updated_at: 2026-05-31T02:15:17Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, llm-worker, history, system-reminder]
created_at: 2026-05-27T00:00:20Z created_at: 2026-05-27T00:00:20Z
updated_at: 2026-05-29T05:05:43Z updated_at: 2026-05-29T05:05:43Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [migrated]
created_at: 2026-05-27T00:00:21Z created_at: 2026-05-27T00:00:21Z
updated_at: 2026-05-31T22:36:34Z updated_at: 2026-05-31T22:36:34Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Migration reference ## Migration reference

View File

@ -9,6 +9,7 @@ labels: [manifest, profiles, nix, tui]
created_at: 2026-05-27T00:00:22Z created_at: 2026-05-27T00:00:22Z
updated_at: 2026-05-29T17:45:59Z updated_at: 2026-05-29T17:45:59Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Migration reference ## Migration reference

View File

@ -9,6 +9,7 @@ labels: [tui, pod]
created_at: 2026-05-27T00:00:23Z created_at: 2026-05-27T00:00:23Z
updated_at: 2026-05-28T16:09:01Z updated_at: 2026-05-28T16:09:01Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, workflow, prompt]
created_at: 2026-05-27T19:44:21Z created_at: 2026-05-27T19:44:21Z
updated_at: 2026-06-01T01:24:59Z updated_at: 2026-06-01T01:24:59Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [llm, openai, observability, trace]
created_at: 2026-05-27T20:13:13Z created_at: 2026-05-27T20:13:13Z
updated_at: 2026-05-27T20:44:19Z updated_at: 2026-05-27T20:44:19Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260528-001748-compact-session-log-exploration id: 20260528-001748-compact-session-log-exploration
slug: compact-session-log-exploration slug: compact-session-log-exploration
title: 'Compact: session log 探索型の要約入力に変更する' title: Compact: session log 探索型の要約入力に変更する
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [compact, session-log]
created_at: 2026-05-28T00:17:48Z created_at: 2026-05-28T00:17:48Z
updated_at: 2026-05-28T03:41:42Z updated_at: 2026-05-28T03:41:42Z
assignee: null assignee: null
legacy_ticket: null
--- ---
# Compact: session log 探索型の要約入力に変更する # Compact: session log 探索型の要約入力に変更する

View File

@ -9,6 +9,7 @@ labels: [tui, pod, architecture]
created_at: 2026-05-28T14:16:02Z created_at: 2026-05-28T14:16:02Z
updated_at: 2026-05-28T15:40:30Z updated_at: 2026-05-28T15:40:30Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [packaging, nix, distribution]
created_at: 2026-05-28T15:29:59Z created_at: 2026-05-28T15:29:59Z
updated_at: 2026-05-28T16:42:08Z updated_at: 2026-05-28T16:42:08Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, pod, ux]
created_at: 2026-05-28T16:32:38Z created_at: 2026-05-28T16:32:38Z
updated_at: 2026-05-28T16:49:25Z updated_at: 2026-05-28T16:49:25Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, pod, ux]
created_at: 2026-05-28T23:35:24Z created_at: 2026-05-28T23:35:24Z
updated_at: 2026-05-28T23:57:49Z updated_at: 2026-05-28T23:57:49Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [cli, packaging, tui, pod]
created_at: 2026-05-29T00:13:26Z created_at: 2026-05-29T00:13:26Z
updated_at: 2026-05-29T00:39:08Z updated_at: 2026-05-29T00:39:08Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, commands, ux]
created_at: 2026-05-29T01:02:00Z created_at: 2026-05-29T01:02:00Z
updated_at: 2026-05-29T02:08:56Z updated_at: 2026-05-29T02:08:56Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, input, ux]
created_at: 2026-05-29T01:02:00Z created_at: 2026-05-29T01:02:00Z
updated_at: 2026-05-29T02:08:04Z updated_at: 2026-05-29T02:08:04Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, pod, ux]
created_at: 2026-05-29T03:18:32Z created_at: 2026-05-29T03:18:32Z
updated_at: 2026-05-29T03:27:13Z updated_at: 2026-05-29T03:27:13Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260529-145355-manifest-profile-encrypted-secrets id: 20260529-145355-manifest-profile-encrypted-secrets
slug: manifest-profile-encrypted-secrets slug: manifest-profile-encrypted-secrets
title: 'Manifest/Profile: local key-value secret store' title: Manifest/Profile: local key-value secret store
status: closed status: closed
kind: feature kind: feature
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [manifest, profiles, secrets, security, cli, tui]
created_at: 2026-05-29T14:53:55Z created_at: 2026-05-29T14:53:55Z
updated_at: 2026-05-31T22:23:34Z updated_at: 2026-05-31T22:23:34Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, events, orchestration, context]
created_at: 2026-05-29T16:30:47Z created_at: 2026-05-29T16:30:47Z
updated_at: 2026-05-30T05:04:26Z updated_at: 2026-05-30T05:04:26Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, ipc, tui, noise]
created_at: 2026-05-29T17:13:26Z created_at: 2026-05-29T17:13:26Z
updated_at: 2026-05-29T17:26:50Z updated_at: 2026-05-29T17:26:50Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [manifest, profiles, config]
created_at: 2026-05-29T18:02:57Z created_at: 2026-05-29T18:02:57Z
updated_at: 2026-05-29T18:11:10Z updated_at: 2026-05-29T18:11:10Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [profiles, config, simplification]
created_at: 2026-05-29T18:15:28Z created_at: 2026-05-29T18:15:28Z
updated_at: 2026-05-29T18:20:44Z updated_at: 2026-05-29T18:20:44Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [profiles, manifest, nix, config]
created_at: 2026-05-29T18:33:18Z created_at: 2026-05-29T18:33:18Z
updated_at: 2026-05-29T19:38:49Z updated_at: 2026-05-29T19:38:49Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, manifest, tools, workflow]
created_at: 2026-05-29T20:55:40Z created_at: 2026-05-29T20:55:40Z
updated_at: 2026-05-30T05:19:46Z updated_at: 2026-05-30T05:19:46Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [session-store, pod-store, pod, persistence, architecture]
created_at: 2026-05-29T20:58:44Z created_at: 2026-05-29T20:58:44Z
updated_at: 2026-05-30T00:10:45Z updated_at: 2026-05-30T00:10:45Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [manifest, profiles, nix, architecture]
created_at: 2026-05-29T22:28:50Z created_at: 2026-05-29T22:28:50Z
updated_at: 2026-05-30T03:52:39Z updated_at: 2026-05-30T03:52:39Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [pod, profile, session-trace, debuggability]
created_at: 2026-05-29T23:54:08Z created_at: 2026-05-29T23:54:08Z
updated_at: 2026-05-30T00:38:28Z updated_at: 2026-05-30T00:38:28Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [manifest, profiles, architecture]
created_at: 2026-05-30T01:39:04Z created_at: 2026-05-30T01:39:04Z
updated_at: 2026-06-01T07:02:44Z updated_at: 2026-06-01T07:02:44Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [manifest, profiles, lua, architecture]
created_at: 2026-05-30T02:22:35Z created_at: 2026-05-30T02:22:35Z
updated_at: 2026-05-30T02:59:55Z updated_at: 2026-05-30T02:59:55Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, pod-dashboard, performance]
created_at: 2026-05-30T05:32:59Z created_at: 2026-05-30T05:32:59Z
updated_at: 2026-05-30T05:45:37Z updated_at: 2026-05-30T05:45:37Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [models, providers, catalog, research]
created_at: 2026-05-30T05:49:27Z created_at: 2026-05-30T05:49:27Z
updated_at: 2026-05-30T23:17:46Z updated_at: 2026-05-30T23:17:46Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260530-062852-refresh-stale-docs id: 20260530-062852-refresh-stale-docs
slug: refresh-stale-docs slug: refresh-stale-docs
title: 'Docs: refresh stale architecture and operation docs' title: Docs: refresh stale architecture and operation docs
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [docs, maintenance]
created_at: 2026-05-30T06:28:52Z created_at: 2026-05-30T06:28:52Z
updated_at: 2026-05-30T06:39:41Z updated_at: 2026-05-30T06:39:41Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260530-204045-webfetch-readable-extraction id: 20260530-204045-webfetch-readable-extraction
slug: webfetch-readable-extraction slug: webfetch-readable-extraction
title: 'WebFetch: extract main HTML content with lightweight readability' title: WebFetch: extract main HTML content with lightweight readability
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [web, tools, html]
created_at: 2026-05-30T20:40:45Z created_at: 2026-05-30T20:40:45Z
updated_at: 2026-05-30T20:55:13Z updated_at: 2026-05-30T20:55:13Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260530-215928-webfetch-local-reader-markdown id: 20260530-215928-webfetch-local-reader-markdown
slug: webfetch-local-reader-markdown slug: webfetch-local-reader-markdown
title: 'WebFetch: replace readability dependency with Markdown-preserving local reader' title: WebFetch: replace readability dependency with Markdown-preserving local reader
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [web, tools, html]
created_at: 2026-05-30T21:59:28Z created_at: 2026-05-30T21:59:28Z
updated_at: 2026-05-30T22:21:39Z updated_at: 2026-05-30T22:21:39Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-003743-codex-gpt55-effective-context-window id: 20260531-003743-codex-gpt55-effective-context-window
slug: codex-gpt55-effective-context-window slug: codex-gpt55-effective-context-window
title: 'Provider: make codex gpt-5.5 context window effective' title: Provider: make codex gpt-5.5 context window effective
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [provider, models, catalog]
created_at: 2026-05-31T00:37:43Z created_at: 2026-05-31T00:37:43Z
updated_at: 2026-05-31T01:58:24Z updated_at: 2026-05-31T01:58:24Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-005557-single-binary-insomnia-cli id: 20260531-005557-single-binary-insomnia-cli
slug: single-binary-insomnia-cli slug: single-binary-insomnia-cli
title: 'CLI: migrate toward a single insomnia binary' title: CLI: migrate toward a single insomnia binary
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, architecture, nix]
created_at: 2026-05-31T00:55:57Z created_at: 2026-05-31T00:55:57Z
updated_at: 2026-05-31T12:15:50Z updated_at: 2026-05-31T12:15:50Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-022821-pod-tool-surface-restore-list id: 20260531-022821-pod-tool-surface-restore-list
slug: pod-tool-surface-restore-list slug: pod-tool-surface-restore-list
title: 'Pod tools: unify pod listing and rename restore operation' title: Pod tools: unify pod listing and rename restore operation
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [pod, tools, orchestration]
created_at: 2026-05-31T02:28:21Z created_at: 2026-05-31T02:28:21Z
updated_at: 2026-05-31T03:00:15Z updated_at: 2026-05-31T03:00:15Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-043239-insomnia-pod-subcommand-runtime id: 20260531-043239-insomnia-pod-subcommand-runtime
slug: insomnia-pod-subcommand-runtime slug: insomnia-pod-subcommand-runtime
title: 'CLI: add insomnia pod runtime entrypoint' title: CLI: add insomnia pod runtime entrypoint
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, nix]
created_at: 2026-05-31T04:32:39Z created_at: 2026-05-31T04:32:39Z
updated_at: 2026-05-31T04:50:14Z updated_at: 2026-05-31T04:50:14Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-045034-spawn-through-insomnia-pod-subcommand id: 20260531-045034-spawn-through-insomnia-pod-subcommand
slug: spawn-through-insomnia-pod-subcommand slug: spawn-through-insomnia-pod-subcommand
title: 'CLI: spawn Pods through insomnia pod runtime' title: CLI: spawn Pods through insomnia pod runtime
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, client, nix]
created_at: 2026-05-31T04:50:34Z created_at: 2026-05-31T04:50:34Z
updated_at: 2026-05-31T05:27:04Z updated_at: 2026-05-31T05:27:04Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-054728-remove-insomnia-pod-binary id: 20260531-054728-remove-insomnia-pod-binary
slug: remove-insomnia-pod-binary slug: remove-insomnia-pod-binary
title: 'CLI: remove insomnia-pod installed/runtime alias' title: CLI: remove insomnia-pod installed/runtime alias
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, nix, docs]
created_at: 2026-05-31T05:47:28Z created_at: 2026-05-31T05:47:28Z
updated_at: 2026-05-31T06:10:39Z updated_at: 2026-05-31T06:10:39Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-064550-rename-pod-command-crate-to-insomnia id: 20260531-064550-rename-pod-command-crate-to-insomnia
slug: rename-pod-command-crate-to-insomnia slug: rename-pod-command-crate-to-insomnia
title: 'CLI: rename pod-command crate to insomnia' title: CLI: rename pod-command crate to insomnia
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, cargo]
created_at: 2026-05-31T06:45:50Z created_at: 2026-05-31T06:45:50Z
updated_at: 2026-05-31T06:49:44Z updated_at: 2026-05-31T06:49:44Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-074258-tui-extract-cli-parsing id: 20260531-074258-tui-extract-cli-parsing
slug: tui-extract-cli-parsing slug: tui-extract-cli-parsing
title: 'TUI: extract CLI parsing from main.rs' title: TUI: extract CLI parsing from main.rs
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, cleanup]
created_at: 2026-05-31T07:42:58Z created_at: 2026-05-31T07:42:58Z
updated_at: 2026-05-31T13:38:30Z updated_at: 2026-05-31T13:38:30Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-074258-tui-extract-single-pod-runtime id: 20260531-074258-tui-extract-single-pod-runtime
slug: tui-extract-single-pod-runtime slug: tui-extract-single-pod-runtime
title: 'TUI: extract single-Pod runtime loop from main.rs' title: TUI: extract single-Pod runtime loop from main.rs
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, cleanup]
created_at: 2026-05-31T07:42:58Z created_at: 2026-05-31T07:42:58Z
updated_at: 2026-05-31T13:57:02Z updated_at: 2026-05-31T13:57:02Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-074258-tui-move-view-mode-state id: 20260531-074258-tui-move-view-mode-state
slug: tui-move-view-mode-state slug: tui-move-view-mode-state
title: 'TUI: move view mode state out of ui module' title: TUI: move view mode state out of ui module
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, cleanup]
created_at: 2026-05-31T07:42:58Z created_at: 2026-05-31T07:42:58Z
updated_at: 2026-05-31T13:45:39Z updated_at: 2026-05-31T13:45:39Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-082646-document-env-var-policy id: 20260531-082646-document-env-var-policy
slug: document-env-var-policy slug: document-env-var-policy
title: 'Docs: document environment variable policy' title: Docs: document environment variable policy
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [docs, config, security]
created_at: 2026-05-31T08:26:46Z created_at: 2026-05-31T08:26:46Z
updated_at: 2026-05-31T08:29:40Z updated_at: 2026-05-31T08:29:40Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-085959-eliminate-test-only-env-vars id: 20260531-085959-eliminate-test-only-env-vars
slug: eliminate-test-only-env-vars slug: eliminate-test-only-env-vars
title: 'Tests: eliminate test-only environment variables' title: Tests: eliminate test-only environment variables
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [test, env, cleanup]
created_at: 2026-05-31T08:59:59Z created_at: 2026-05-31T08:59:59Z
updated_at: 2026-05-31T10:04:28Z updated_at: 2026-05-31T10:04:28Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-085959-remove-insomnia-pod-command-env id: 20260531-085959-remove-insomnia-pod-command-env
slug: remove-insomnia-pod-command-env slug: remove-insomnia-pod-command-env
title: 'CLI: remove INSOMNIA_POD_COMMAND override' title: CLI: remove INSOMNIA_POD_COMMAND override
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, env]
created_at: 2026-05-31T08:59:59Z created_at: 2026-05-31T08:59:59Z
updated_at: 2026-05-31T10:12:03Z updated_at: 2026-05-31T10:12:03Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-104614-pure-path-fallback-tests id: 20260531-104614-pure-path-fallback-tests
slug: pure-path-fallback-tests slug: pure-path-fallback-tests
title: 'Tests: make path fallback tests independent from process env' title: Tests: make path fallback tests independent from process env
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [test, env, manifest, cleanup]
created_at: 2026-05-31T10:46:14Z created_at: 2026-05-31T10:46:14Z
updated_at: 2026-05-31T10:54:49Z updated_at: 2026-05-31T10:54:49Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-110818-remove-resource-dir id: 20260531-110818-remove-resource-dir
slug: remove-resource-dir slug: remove-resource-dir
title: 'Manifest: remove filesystem resource_dir dependency' title: Manifest: remove filesystem resource_dir dependency
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [manifest, profile, nix, env, cleanup]
created_at: 2026-05-31T11:08:18Z created_at: 2026-05-31T11:08:18Z
updated_at: 2026-05-31T11:58:28Z updated_at: 2026-05-31T11:58:28Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-111956-insomnia-crate-cli-owner id: 20260531-111956-insomnia-crate-cli-owner
slug: insomnia-crate-cli-owner slug: insomnia-crate-cli-owner
title: 'CLI: make insomnia crate own binary entrypoint and CLI dispatch' title: CLI: make insomnia crate own binary entrypoint and CLI dispatch
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, tui, pod, architecture]
created_at: 2026-05-31T11:19:56Z created_at: 2026-05-31T11:19:56Z
updated_at: 2026-05-31T13:20:02Z updated_at: 2026-05-31T13:20:02Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-124040-dev-pod-runtime-command-env id: 20260531-124040-dev-pod-runtime-command-env
slug: dev-pod-runtime-command-env slug: dev-pod-runtime-command-env
title: 'Dev: add Pod runtime executable override env' title: Dev: add Pod runtime executable override env
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [cli, pod, env, dev]
created_at: 2026-05-31T12:40:40Z created_at: 2026-05-31T12:40:40Z
updated_at: 2026-05-31T20:41:56Z updated_at: 2026-05-31T20:41:56Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260531-223506-memory-prompt-conditional-lookup id: 20260531-223506-memory-prompt-conditional-lookup
slug: memory-prompt-conditional-lookup slug: memory-prompt-conditional-lookup
title: 'Memory prompt: conditional guidance and proactive lookup' title: Memory prompt: conditional guidance and proactive lookup
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [memory, prompts, tools]
created_at: 2026-05-31T22:35:06Z created_at: 2026-05-31T22:35:06Z
updated_at: 2026-05-31T22:52:35Z updated_at: 2026-05-31T22:52:35Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [compaction, token-accounting]
created_at: 2026-06-01T00:16:16Z created_at: 2026-06-01T00:16:16Z
updated_at: 2026-06-01T01:10:06Z updated_at: 2026-06-01T01:10:06Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260601-013132-tui-new-session-first-message-missing id: 20260601-013132-tui-new-session-first-message-missing
slug: tui-new-session-first-message-missing slug: tui-new-session-first-message-missing
title: 'TUI: first message missing when starting a new session' title: TUI: first message missing when starting a new session
status: closed status: closed
kind: bug kind: bug
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [tui, session, display]
created_at: 2026-06-01T01:31:32Z created_at: 2026-06-01T01:31:32Z
updated_at: 2026-06-01T02:23:11Z updated_at: 2026-06-01T02:23:11Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260601-020202-tui-keys-inline-viewport-ui id: 20260601-020202-tui-keys-inline-viewport-ui
slug: tui-keys-inline-viewport-ui slug: tui-keys-inline-viewport-ui
title: 'TUI: align insomnia keys UI with inline viewport style' title: TUI: align insomnia keys UI with inline viewport style
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, keys, ui]
created_at: 2026-06-01T02:02:02Z created_at: 2026-06-01T02:02:02Z
updated_at: 2026-06-01T02:23:12Z updated_at: 2026-06-01T02:23:12Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -9,6 +9,7 @@ labels: [ticket, intake, orchestration]
created_at: 2026-06-01T03:12:52Z created_at: 2026-06-01T03:12:52Z
updated_at: 2026-06-05T06:42:40Z updated_at: 2026-06-05T06:42:40Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [branding, rename, release-hygiene]
created_at: 2026-06-01T08:06:14Z created_at: 2026-06-01T08:06:14Z
updated_at: 2026-06-01T09:49:11Z updated_at: 2026-06-01T09:49:11Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [docs]
created_at: 2026-06-01T11:00:26Z created_at: 2026-06-01T11:00:26Z
updated_at: 2026-06-01T13:22:51Z updated_at: 2026-06-01T13:22:51Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [docs]
created_at: 2026-06-01T11:00:26Z created_at: 2026-06-01T11:00:26Z
updated_at: 2026-06-01T13:22:50Z updated_at: 2026-06-01T13:22:50Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [profile, manifest, config]
created_at: 2026-06-01T12:52:40Z created_at: 2026-06-01T12:52:40Z
updated_at: 2026-06-01T13:19:36Z updated_at: 2026-06-01T13:19:36Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260601-132955-tui-peer-pod-handshake-command id: 20260601-132955-tui-peer-pod-handshake-command
slug: tui-peer-pod-handshake-command slug: tui-peer-pod-handshake-command
title: 'TUI: add peer Pod handshake and messaging command' title: TUI: add peer Pod handshake and messaging command
status: closed status: closed
kind: task kind: task
priority: P2 priority: P2
@ -9,6 +9,7 @@ labels: [tui, pod, command, orchestration]
created_at: 2026-06-01T13:29:55Z created_at: 2026-06-01T13:29:55Z
updated_at: 2026-06-02T13:54:50Z updated_at: 2026-06-02T13:54:50Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [llm-worker, reasoning, timeline]
created_at: 2026-06-03T00:11:24Z created_at: 2026-06-03T00:11:24Z
updated_at: 2026-06-03T02:15:02Z updated_at: 2026-06-03T02:15:02Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -1,7 +1,7 @@
--- ---
id: 20260603-122317-hook-public-surface-hardening id: 20260603-122317-hook-public-surface-hardening
slug: hook-public-surface-hardening slug: hook-public-surface-hardening
title: 'Hook: harden public hook surface before plugin exposure' title: Hook: harden public hook surface before plugin exposure
status: closed status: closed
kind: task kind: task
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [hooks, plugin, safety, tests]
created_at: 2026-06-03T12:23:17Z created_at: 2026-06-03T12:23:17Z
updated_at: 2026-06-03T17:07:44Z updated_at: 2026-06-03T17:07:44Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260603-122317-plugin-feature-contribution-registry id: 20260603-122317-plugin-feature-contribution-registry
slug: plugin-feature-contribution-registry slug: plugin-feature-contribution-registry
title: 'Plugin: feature contribution registry for built-in and external capabilities' title: Plugin: feature contribution registry for built-in and external capabilities
status: closed status: closed
kind: feature kind: feature
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [plugin, registry, tools, hooks, orchestration]
created_at: 2026-06-03T12:23:17Z created_at: 2026-06-03T12:23:17Z
updated_at: 2026-06-04T22:26:37Z updated_at: 2026-06-04T22:26:37Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260604-223500-task-tools-builtin-plugin id: 20260604-223500-task-tools-builtin-plugin
slug: task-tools-builtin-plugin slug: task-tools-builtin-plugin
title: 'Feature: extract Task tools as builtin module' title: Feature: extract Task tools as builtin module
status: closed status: closed
kind: task kind: task
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [plugin, feature-registry, tasks]
created_at: 2026-06-04T22:35:00Z created_at: 2026-06-04T22:35:00Z
updated_at: 2026-06-05T00:05:55Z updated_at: 2026-06-05T00:05:55Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260604-234844-feature-api-authority-separation id: 20260604-234844-feature-api-authority-separation
slug: feature-api-authority-separation slug: feature-api-authority-separation
title: 'Feature API: separate internal modules from external-plugin authority model' title: Feature API: separate internal modules from external-plugin authority model
status: closed status: closed
kind: task kind: task
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [plugin, feature-registry, permissions, architecture]
created_at: 2026-06-04T23:48:44Z created_at: 2026-06-04T23:48:44Z
updated_at: 2026-06-05T05:11:56Z updated_at: 2026-06-05T05:11:56Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260605-004807-hook-context-system-item-sink id: 20260605-004807-hook-context-system-item-sink
slug: hook-context-system-item-sink slug: hook-context-system-item-sink
title: 'Hook: add context handles for host-mediated SystemItem append' title: Hook: add context handles for host-mediated SystemItem append
status: closed status: closed
kind: feature kind: feature
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [hooks, feature-registry, history, task-reminder]
created_at: 2026-06-05T00:48:07Z created_at: 2026-06-05T00:48:07Z
updated_at: 2026-06-05T01:26:06Z updated_at: 2026-06-05T01:26:06Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260605-004807-task-feature-own-store-reminder-hooks id: 20260605-004807-task-feature-own-store-reminder-hooks
slug: task-feature-own-store-reminder-hooks slug: task-feature-own-store-reminder-hooks
title: 'Task: move TaskStore and reminders into Task feature' title: Task: move TaskStore and reminders into Task feature
status: closed status: closed
kind: task kind: task
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [tasks, hooks, feature-registry, history]
created_at: 2026-06-05T00:48:07Z created_at: 2026-06-05T00:48:07Z
updated_at: 2026-06-05T02:24:23Z updated_at: 2026-06-05T02:24:23Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -1,7 +1,7 @@
--- ---
id: 20260605-025100-task-domain-in-pod-feature id: 20260605-025100-task-domain-in-pod-feature
slug: task-domain-in-pod-feature slug: task-domain-in-pod-feature
title: 'Task: move Task domain out of tools into pod built-in feature' title: Task: move Task domain out of tools into pod built-in feature
status: closed status: closed
kind: task kind: task
priority: P1 priority: P1
@ -9,6 +9,7 @@ labels: [tasks, feature-registry, crate-boundary, tools]
created_at: 2026-06-05T02:51:00Z created_at: 2026-06-05T02:51:00Z
updated_at: 2026-06-05T03:26:31Z updated_at: 2026-06-05T03:26:31Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Issue ## Issue

View File

@ -9,6 +9,7 @@ labels: [ticket, feature, tool, orchestration]
created_at: 2026-06-05T04:01:04Z created_at: 2026-06-05T04:01:04Z
updated_at: 2026-06-05T06:00:22Z updated_at: 2026-06-05T06:00:22Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ 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:56Z updated_at: 2026-06-05T06:10:56Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, backend, orchestration]
created_at: 2026-06-05T04:01:04Z created_at: 2026-06-05T04:01:04Z
updated_at: 2026-06-05T04:45:46Z updated_at: 2026-06-05T04:45:46Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, orchestrator, routing, orchestration]
created_at: 2026-06-05T04:01:04Z created_at: 2026-06-05T04:01:04Z
updated_at: 2026-06-05T06:42:00Z updated_at: 2026-06-05T06:42:00Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, config, profile, orchestration]
created_at: 2026-06-05T17:33:22Z created_at: 2026-06-05T17:33:22Z
updated_at: 2026-06-05T18:48:15Z updated_at: 2026-06-05T18:48:15Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, pod, role, orchestration]
created_at: 2026-06-05T19:03:30Z created_at: 2026-06-05T19:03:30Z
updated_at: 2026-06-05T19:34:06Z updated_at: 2026-06-05T19:34:06Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, ticket, role, orchestration]
created_at: 2026-06-05T19:03:30Z created_at: 2026-06-05T19:03:30Z
updated_at: 2026-06-05T20:09:50Z updated_at: 2026-06-05T20:09:50Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, backend, config]
created_at: 2026-06-05T20:30:06Z created_at: 2026-06-05T20:30:06Z
updated_at: 2026-06-05T21:26:56Z updated_at: 2026-06-05T21:26:56Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, migration, storage]
created_at: 2026-06-05T20:30:06Z created_at: 2026-06-05T20:30:06Z
updated_at: 2026-06-05T21:51:58Z updated_at: 2026-06-05T21:51:58Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, cleanup, cli]
created_at: 2026-06-05T20:30:06Z created_at: 2026-06-05T20:30:06Z
updated_at: 2026-06-05T22:13:36Z updated_at: 2026-06-05T22:13:36Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, backend, migration, cli]
created_at: 2026-06-05T20:30:06Z created_at: 2026-06-05T20:30:06Z
updated_at: 2026-06-05T22:13:53Z updated_at: 2026-06-05T22:13:53Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [ticket, cli, backend]
created_at: 2026-06-05T20:30:06Z created_at: 2026-06-05T20:30:06Z
updated_at: 2026-06-05T20:58:21Z updated_at: 2026-06-05T20:58:21Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

View File

@ -9,6 +9,7 @@ labels: [tui, ticket, orchestration, panel]
created_at: 2026-06-05T21:07:03Z created_at: 2026-06-05T21:07:03Z
updated_at: 2026-06-06T06:05:38Z updated_at: 2026-06-06T06:05:38Z
assignee: null assignee: null
legacy_ticket: null
--- ---
## Background ## Background

Some files were not shown because too many files have changed in this diff Show More