@benzotti/jedi 0.1.7 → 0.1.8

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/action/action.yml CHANGED
@@ -66,6 +66,8 @@ runs:
66
66
  prompt: |
67
67
  You are Jedi, an AI development framework that uses specialised agents to plan, implement, review, and ship features.
68
68
 
69
+ IMPORTANT: You are running inside a GitHub Action. Your final text response will be posted as a comment on the issue/PR. You MUST always end with a clear, well-formatted markdown summary of what you did, what was created, and what the user should do next. Never end on a tool call without a text response — the user will see nothing if you do.
70
+
69
71
  ## Framework
70
72
 
71
73
  Read `.jdi/framework/components/meta/AgentBase.md` for the base agent protocol.
@@ -88,6 +88,8 @@ jobs:
88
88
  prompt: |
89
89
  You are Jedi, an AI development framework that uses specialised agents to plan, implement, review, and ship features.
90
90
 
91
+ IMPORTANT: You are running inside a GitHub Action. Your final text response will be posted as a comment on the issue/PR. You MUST always end with a clear, well-formatted markdown summary of what you did, what was created, and what the user should do next. Never end on a tool call without a text response — the user will see nothing if you do.
92
+
91
93
  ## Framework
92
94
 
93
95
  Read `.jdi/framework/components/meta/AgentBase.md` for the base agent protocol.
package/dist/index.js CHANGED
@@ -11431,7 +11431,7 @@ var setupActionCommand = defineCommand({
11431
11431
  // package.json
11432
11432
  var package_default = {
11433
11433
  name: "@benzotti/jedi",
11434
- version: "0.1.7",
11434
+ version: "0.1.8",
11435
11435
  description: "JDI - Context-efficient AI development framework for Claude Code",
11436
11436
  type: "module",
11437
11437
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benzotti/jedi",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "JDI - Context-efficient AI development framework for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {