@benzotti/jedi 0.1.30 → 0.1.31

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.
@@ -82,6 +82,7 @@ jobs:
82
82
  .jdi/persistence/
83
83
  .jdi/framework/
84
84
  .jdi/config/
85
+ .jdi/plans/
85
86
  .claude/
86
87
  key: jedi-state-${{ github.repository }}-${{ steps.pr.outputs.branch || github.head_ref || github.ref_name }}
87
88
  restore-keys: |
@@ -165,6 +166,7 @@ jobs:
165
166
  .jdi/persistence/
166
167
  .jdi/framework/
167
168
  .jdi/config/
169
+ .jdi/plans/
168
170
  .claude/
169
171
  key: jedi-state-${{ github.repository }}-${{ steps.pr.outputs.branch || github.head_ref || github.ref_name }}-${{ github.run_id }}
170
172
 
@@ -183,6 +185,7 @@ jobs:
183
185
  .jdi/persistence/
184
186
  .jdi/framework/
185
187
  .jdi/config/
188
+ .jdi/plans/
186
189
  .claude/
187
190
  key: jedi-state-${{ github.repository }}-main-promotion-${{ github.sha }}
188
191
  restore-keys: |
@@ -196,5 +199,6 @@ jobs:
196
199
  .jdi/persistence/
197
200
  .jdi/framework/
198
201
  .jdi/config/
202
+ .jdi/plans/
199
203
  .claude/
200
204
  key: jedi-state-${{ github.repository }}-main-${{ github.sha }}
package/dist/index.js CHANGED
@@ -12066,7 +12066,7 @@ var setupActionCommand = defineCommand({
12066
12066
  // package.json
12067
12067
  var package_default = {
12068
12068
  name: "@benzotti/jedi",
12069
- version: "0.1.30",
12069
+ version: "0.1.31",
12070
12070
  description: "JDI - Context-efficient AI development framework for Claude Code",
12071
12071
  type: "module",
12072
12072
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benzotti/jedi",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "JDI - Context-efficient AI development framework for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {