ticket: record plugin cli metadata fix report

This commit is contained in:
Keisuke Hirata 2026-06-19 20:33:55 +09:00
parent 00a2459a86
commit 41db5a9bf9
No known key found for this signature in database
2 changed files with 43 additions and 1 deletions

View File

@ -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:24:06Z' updated_at: '2026-06-19T11:32:48Z'
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']

View File

@ -465,3 +465,45 @@ Next:
- 修正後、同じ typed report contract / read-only no-execution / bounded diagnostics focus で再レビューする。 - 修正後、同じ typed report contract / read-only no-execution / bounded diagnostics focus で再レビューする。
--- ---
<!-- event: implementation_report author: yoi-orchestrator at: 2026-06-19T11:32:48Z -->
## Implementation report
Coder review-fix implementation report received / Orchestrator validation:
Incremental fix commit:
- `dfa966db``plugin: report inspection package metadata`
Summary:
- Plugin inspection typed report / JSON / human output に package path / inspectable package location と Plugin API/schema version を追加。
- Human `yoi plugin list` overview に package path/location と API/schema version を表示。
- Human `yoi plugin show <ref>` に package path/location と API/schema version を表示。
- JSON list/show と human list/show tests で package path/location と API/schema version presence を pin。
- Existing status vocabulary fix (`active`, `disabled`, `missing`, `rejected`, `partial`) は維持。
Files changed in incremental fix:
- `crates/yoi/src/plugin_cli.rs`
Orchestrator evidence checked:
- Pod output notification を確認。
- implementation worktree は clean。
- branch `impl/00001KVFD3YSV-plugin-cli-inspection` HEAD は `dfa966db`
- incremental diff stat from previous review target `b5f10ab7..dfa966db`: 1 file changed, 129 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; 8 passed, 0 failed
- `cargo test -p pod static_inspection -- --nocapture` — passed; 2 passed, 0 failed
- `cargo test -p pod plugin -- --nocapture` — passed; 29 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 で再レビューする。
---