ticket: record plugin cli schema fix report
This commit is contained in:
parent
22af7fd342
commit
3cfb3a647e
|
|
@ -2,7 +2,7 @@
|
||||||
title: 'Plugin: add read-only CLI inspection list/show'
|
title: 'Plugin: add read-only CLI inspection list/show'
|
||||||
state: 'inprogress'
|
state: 'inprogress'
|
||||||
created_at: '2026-06-19T07:39:23Z'
|
created_at: '2026-06-19T07:39:23Z'
|
||||||
updated_at: '2026-06-19T11:42:23Z'
|
updated_at: '2026-06-19T13:35:49Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
readiness: 'implementation_ready'
|
readiness: 'implementation_ready'
|
||||||
risk_flags: ['plugin', 'cli', 'diagnostics', 'read-only', 'json-output', 'no-execution']
|
risk_flags: ['plugin', 'cli', 'diagnostics', 'read-only', 'json-output', 'no-execution']
|
||||||
|
|
|
||||||
|
|
@ -618,3 +618,60 @@ Next:
|
||||||
- 修正後、static inspection schema validity / no-execution / typed status semantics を中心に再レビューする。
|
- 修正後、static inspection schema validity / no-execution / typed status semantics を中心に再レビューする。
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- event: implementation_report author: yoi-orchestrator at: 2026-06-19T13:35:49Z -->
|
||||||
|
|
||||||
|
## 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 で再レビューする。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
|
|
@ -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"}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
title: 'Plugin: migrate WASM Tool runtime to WebAssembly Component Model'
|
title: 'Plugin: migrate WASM Tool runtime to WebAssembly Component Model'
|
||||||
state: 'queued'
|
state: 'queued'
|
||||||
created_at: '2026-06-19T13:18:58Z'
|
created_at: '2026-06-19T13:18:58Z'
|
||||||
updated_at: '2026-06-19T13:34:43Z'
|
updated_at: '2026-06-19T13:35:49Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
readiness: 'implementation_ready'
|
readiness: 'implementation_ready'
|
||||||
risk_flags: ['plugin', 'wasm', 'component-model', 'wit', 'runtime-backend', 'sandbox', 'packaging', 'sdk']
|
risk_flags: ['plugin', 'wasm', 'component-model', 'wit', 'runtime-backend', 'sandbox', 'packaging', 'sdk']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user