opencode-codegraph 0.1.16 → 0.1.17

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.17 - 2026-03-20
4
+
5
+ - include git branch and worktree cleanliness in dogfooding status summaries shown in OpenCode
6
+
3
7
  ## 0.1.16 - 2026-03-20
4
8
 
5
9
  - include branch and worktree cleanliness in dogfooding status summaries
package/README.md CHANGED
@@ -46,7 +46,7 @@ If the message suggests workflow guidance intent (`what next`, `am I done`, `can
46
46
  Every conversation includes:
47
47
 
48
48
  - a project summary with file count, top complexity hotspots, and open security findings;
49
- - a lightweight dogfooding status block when available, including freshness, current `HEAD`, review-trace state, and recommended next action.
49
+ - a lightweight dogfooding status block when available, including freshness, current `HEAD`, git branch/worktree cleanliness, review-trace state, and recommended next action.
50
50
  - the same status block now also includes branch and worktree cleanliness, which lets guided commands distinguish `changes_pending_review` from `ready_to_push`.
51
51
  - a recommended command (`/status`, `/update`, or `/review`) when the workflow can point to a deterministic next step.
52
52
  - a normalized workflow state so the session can distinguish `refresh_needed`, `trace_pending`, `review_required`, and `ready_to_continue`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-codegraph",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "OpenCode plugin for CodeGraph CPG-powered code analysis",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",