@@ -34,17 +34,17 @@ opencode-plusplus orchestrate "task" .
3434| ` opencode-plusplus sidecar record-tool ` | Record OpenCode tool.execute.after evidence into sidecar event logs and execution traces. |
3535| ` opencode-plusplus report ` | Show the latest OpenCode++ sidecar report. |
3636| ` opencode-plusplus status ` | Show whether the OpenCode++ OpenCode sidecar is active. |
37- | ` opencode-plusplus doctor ` | Check OpenCode, auth, git, context, and OpenCode++ sidecar readiness. |
37+ | ` opencode-plusplus doctor ` | Check OpenCode, auth, git, context, plugin version, and OpenCode++ sidecar readiness. |
3838| ` opencode-plusplus opencode ` | OpenCode preset commands. |
3939| ` opencode-plusplus opencode run ` | Run the harness-led OpenCode preset: plan/pack -> opencode run -> trace/policy/verify -> decision. |
4040| ` opencode-plusplus opencode init ` | Initialize OpenCode commands and agent files for OpenCode++. |
41- | ` opencode-plusplus opencode doctor ` | Check whether OpenCode and the current repository are ready for the OpenCode preset. |
41+ | ` opencode-plusplus opencode doctor ` | Check whether OpenCode, plugin version, and the current repository are ready for the OpenCode preset. |
4242| ` opencode-plusplus opencode report ` | Show the latest OpenCode orchestrator report without opening .agent-context manually. |
4343| ` opencode-plusplus opencode repair ` | Print repair guidance from the latest OpenCode decision. |
4444| ` opencode-plusplus oc ` | Shortcut for OpenCode preset commands. |
4545| ` opencode-plusplus oc run ` | Alias for ` opencode-plusplus opencode run ` . |
4646| ` opencode-plusplus oc init ` | Initialize OpenCode commands and agent files for OpenCode++. |
47- | ` opencode-plusplus oc doctor ` | Check whether OpenCode and the current repository are ready for the OpenCode preset. |
47+ | ` opencode-plusplus oc doctor ` | Check whether OpenCode, plugin version, and the current repository are ready for the OpenCode preset. |
4848| ` opencode-plusplus oc report ` | Show the latest OpenCode orchestrator report without opening .agent-context manually. |
4949| ` opencode-plusplus oc repair ` | Print repair guidance from the latest OpenCode decision. |
5050| ` opencode-plusplus build ` | Generate AGENTS.md and .agent-context outputs. |
@@ -113,7 +113,7 @@ Commands:
113113 sidecar Inspect and verify OpenCode++ sidecar integrations.
114114 report [options] [repo] Show the latest OpenCode++ sidecar report.
115115 status [options] [repo] Show whether the OpenCode++ OpenCode sidecar is active.
116- doctor [options] [repo] Check OpenCode, auth, git, context, and OpenCode++ sidecar readiness.
116+ doctor [options] [repo] Check OpenCode, auth, git, context, plugin version, and OpenCode++ sidecar readiness.
117117 opencode OpenCode preset commands.
118118 oc Shortcut for OpenCode preset commands.
119119 build [options] [repo] Generate AGENTS.md and .agent-context outputs.
@@ -297,7 +297,8 @@ Options:
297297``` txt
298298Usage: opencode-plusplus doctor [options] [repo]
299299
300- Check OpenCode, auth, git, context, and OpenCode++ sidecar readiness.
300+ Check OpenCode, auth, git, context, plugin version, and OpenCode++ sidecar
301+ readiness.
301302
302303Arguments:
303304 repo repository path (default: ".")
@@ -322,8 +323,8 @@ Commands:
322323 opencode run -> trace/policy/verify -> decision.
323324 init [options] [repo] Initialize OpenCode commands and agent files for
324325 OpenCode++.
325- doctor [options] [repo] Check whether OpenCode and the current repository are
326- ready for the OpenCode preset.
326+ doctor [options] [repo] Check whether OpenCode, plugin version, and the
327+ current repository are ready for the OpenCode preset.
327328 report [options] [repo] Show the latest OpenCode orchestrator report without
328329 opening .agent-context manually.
329330 repair [options] [repo] Print repair guidance from the latest OpenCode
@@ -394,8 +395,8 @@ Options:
394395``` txt
395396Usage: opencode-plusplus opencode doctor [options] [repo]
396397
397- Check whether OpenCode and the current repository are ready for the OpenCode
398- preset.
398+ Check whether OpenCode, plugin version, and the current repository are ready for
399+ the OpenCode preset.
399400
400401Arguments:
401402 repo repository path (default: ".")
@@ -456,8 +457,8 @@ Commands:
456457 run [options] <args...> Alias for `opencode-plusplus opencode run`.
457458 init [options] [repo] Initialize OpenCode commands and agent files for
458459 OpenCode++.
459- doctor [options] [repo] Check whether OpenCode and the current repository are
460- ready for the OpenCode preset.
460+ doctor [options] [repo] Check whether OpenCode, plugin version, and the
461+ current repository are ready for the OpenCode preset.
461462 report [options] [repo] Show the latest OpenCode orchestrator report without
462463 opening .agent-context manually.
463464 repair [options] [repo] Print repair guidance from the latest OpenCode
@@ -527,8 +528,8 @@ Options:
527528``` txt
528529Usage: opencode-plusplus oc doctor [options] [repo]
529530
530- Check whether OpenCode and the current repository are ready for the OpenCode
531- preset.
531+ Check whether OpenCode, plugin version, and the current repository are ready for
532+ the OpenCode preset.
532533
533534Arguments:
534535 repo repository path (default: ".")
0 commit comments