diff --git a/.yoi/tickets/00001KVFD3YSV/item.md b/.yoi/tickets/00001KVFD3YSV/item.md index 94e71393..27979211 100644 --- a/.yoi/tickets/00001KVFD3YSV/item.md +++ b/.yoi/tickets/00001KVFD3YSV/item.md @@ -2,7 +2,7 @@ title: 'Plugin: add read-only CLI inspection list/show' state: 'inprogress' created_at: '2026-06-19T07:39:23Z' -updated_at: '2026-06-19T11:42:23Z' +updated_at: '2026-06-19T13:35:49Z' assignee: null readiness: 'implementation_ready' risk_flags: ['plugin', 'cli', 'diagnostics', 'read-only', 'json-output', 'no-execution'] diff --git a/.yoi/tickets/00001KVFD3YSV/thread.md b/.yoi/tickets/00001KVFD3YSV/thread.md index 64928866..e507bc54 100644 --- a/.yoi/tickets/00001KVFD3YSV/thread.md +++ b/.yoi/tickets/00001KVFD3YSV/thread.md @@ -618,3 +618,60 @@ Next: - 修正後、static inspection schema validity / no-execution / typed status semantics を中心に再レビューする。 --- + + + +## Implementation report + +Coder review-fix implementation report received / Orchestrator validation: + +Incremental fix commit: +- `982a1b75` — `plugin: validate inspected tool schemas` + +Summary: +- Static Plugin inspection が Tool definition validity を検証するようになった。 + - invalid tool names + - duplicate tool names + - invalid `input_schema` +- Tool-definition diagnostics は bounded で JSON/human inspection output に含まれる。 +- Invalid tool schema/name は tool を ineligible にする。 +- Package status semantics: + - 全 tools unusable の場合は `rejected` + - 少なくとも1つ usable で一部 rejected の場合は `partial` +- read-only / no-execution behavior は維持。 + +Files changed in incremental fix: +- `crates/pod/src/feature/plugin.rs` +- `crates/yoi/src/plugin_cli.rs` + +Coder reported validation: +- `cargo fmt` — passed +- `cargo test -p yoi plugin` — passed +- `cargo test -p pod static_inspection` — passed +- `cargo check -p yoi -p pod -p manifest` — passed +- `cargo fmt --check` — passed +- `git diff --check` — passed +- `nix build .#yoi --no-link` — passed + +Orchestrator evidence checked: +- Pod output を確認。 +- implementation worktree は clean。 +- branch `impl/00001KVFD3YSV-plugin-cli-inspection` HEAD は `982a1b75`。 +- incremental diff stat from previous review target `dfa966db..982a1b75`: 2 files changed, 230 insertions, 3 deletions。 + +Validation re-run by Orchestrator in implementation worktree: +- `cargo fmt --check` — passed +- `cargo check -p yoi -p pod -p manifest` — passed +- `cargo test -p yoi plugin -- --nocapture` — passed; 10 passed, 0 failed +- `cargo test -p pod static_inspection -- --nocapture` — passed; 5 passed, 0 failed +- `cargo test -p pod plugin -- --nocapture` — passed; 33 passed, 0 failed +- `cargo test -p manifest plugin -- --nocapture` — passed; 17 passed, 0 failed +- `git diff --check` — passed +- `nix build .#yoi --no-link` — passed + +Routing classification: review_needed + +Next action: +- previous `request_changes` blocker が解消されたか、read-only Reviewer Pod で再レビューする。 + +--- diff --git a/.yoi/tickets/00001KVG0HR96/artifacts/orchestration-plan.jsonl b/.yoi/tickets/00001KVG0HR96/artifacts/orchestration-plan.jsonl new file mode 100644 index 00000000..f2f2190e --- /dev/null +++ b/.yoi/tickets/00001KVG0HR96/artifacts/orchestration-plan.jsonl @@ -0,0 +1 @@ +{"id":"orch-plan-20260619-133549-1","ticket_id":"00001KVG0HR96","kind":"waiting_capacity_note","note":"明示 queue review で Ticket body / relations / orchestration plan / workspace state を確認した。依存 Ticket `00001KV5W3PHW` / `00001KV5W3PJ3` は closed で blocker ではないが、現在 `00001KVFD3YSV` Plugin CLI inspection が inprogress/review-needed で、さらに `00001KVFDX9AF` / `00001KVFDX9AY` host API Tickets も queued hold 中。Component Model runtime migration は Plugin runtime backend / manifest runtime metadata / WIT / grants / inspection / packaging に広く触れる migration boundary で、current CLI inspection outcome と host API ordering に強く依存・競合するため、現時点では queued のまま待機する。`00001KVFD3YSV` の merge/close 後に再 routing する。","author":"yoi-orchestrator","at":"2026-06-19T13:35:49Z"} diff --git a/.yoi/tickets/00001KVG0HR96/item.md b/.yoi/tickets/00001KVG0HR96/item.md index 3fa0c962..dca77150 100644 --- a/.yoi/tickets/00001KVG0HR96/item.md +++ b/.yoi/tickets/00001KVG0HR96/item.md @@ -2,7 +2,7 @@ title: 'Plugin: migrate WASM Tool runtime to WebAssembly Component Model' state: 'queued' created_at: '2026-06-19T13:18:58Z' -updated_at: '2026-06-19T13:34:43Z' +updated_at: '2026-06-19T13:35:49Z' assignee: null readiness: 'implementation_ready' risk_flags: ['plugin', 'wasm', 'component-model', 'wit', 'runtime-backend', 'sandbox', 'packaging', 'sdk']