Install docs broken at step one; CI narrower than declared support (H-05 + low-priority)
Surfaced by the gpt-5.6-sol final review, verified locally (Claude Code rejects the documented source format before any network request).
H-05: README says /plugin marketplace add opencode, but Claude Code requires owner/repo, a URL, or a local path. A fresh user cannot complete the first documented step. Change to /plugin marketplace add TheRealDinghyDog/opencode-plugin-cc, verify the full add/install/reload flow with an isolated Claude configuration, and add that smoke test to the release checklist.
Low-priority items from the same review:
persistThread: false only suppresses the task-style title; successful review sessions are never deleted. Decide and document one behavior (rename the option or implement deletion).
- The transfer converter hardcodes
openai/gpt-5.4-mini + build in imported history regardless of the user's provider; prefer preserving source metadata or neutral import-only metadata.
- Package declares Node >=18.18.0 and contains Windows process logic, but CI runs only Node 22 on ubuntu-latest. Add Node 18.18 + current LTS and a Windows job for lifecycle/process tests.
Source: gpt-5.6-sol final review H-05 and lower-priority observations (opencode-plugin-cc-analysis.md).
Install docs broken at step one; CI narrower than declared support (H-05 + low-priority)
Surfaced by the gpt-5.6-sol final review, verified locally (Claude Code rejects the documented source format before any network request).
H-05: README says
/plugin marketplace add opencode, but Claude Code requiresowner/repo, a URL, or a local path. A fresh user cannot complete the first documented step. Change to/plugin marketplace add TheRealDinghyDog/opencode-plugin-cc, verify the full add/install/reload flow with an isolated Claude configuration, and add that smoke test to the release checklist.Low-priority items from the same review:
persistThread: falseonly suppresses the task-style title; successful review sessions are never deleted. Decide and document one behavior (rename the option or implement deletion).openai/gpt-5.4-mini+buildin imported history regardless of the user's provider; prefer preserving source metadata or neutral import-only metadata.Source: gpt-5.6-sol final review H-05 and lower-priority observations (
opencode-plugin-cc-analysis.md).