opencode-codegraph 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.9 - 2026-03-20
4
+
5
+ - document the new `/next` guided workflow command in plugin and integration docs
6
+ - align command inventory around seven OpenCode workflow commands
7
+
3
8
  ## 0.1.8 - 2026-03-20
4
9
 
5
10
  - add normalized workflow states (`refresh_needed`, `trace_pending`, `review_required`, `ready_to_continue`) across dogfooding status and review trace flows
package/README.md CHANGED
@@ -89,6 +89,7 @@ Place in `.opencode/commands/`:
89
89
  | `/onboard` | Codebase understanding |
90
90
  | `/update` | Freshness check and incremental CPG update |
91
91
  | `/status` | Unified freshness + latest review-trace status |
92
+ | `/next` | Single best next command for the current workflow state |
92
93
 
93
94
  ## Custom Agent
94
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-codegraph",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "OpenCode plugin for CodeGraph CPG-powered code analysis",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",