@benzotti/jedi 0.1.6 → 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 +2 -0
- package/action/workflow-template.yml +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
@@ -36,6 +36,7 @@ permissions:
|
|
|
36
36
|
contents: write
|
|
37
37
|
pull-requests: write
|
|
38
38
|
issues: write
|
|
39
|
+
id-token: write
|
|
39
40
|
|
|
40
41
|
jobs:
|
|
41
42
|
# ── Triggered by @jedi comments on issues/PRs ──
|
|
@@ -87,6 +88,8 @@ jobs:
|
|
|
87
88
|
prompt: |
|
|
88
89
|
You are Jedi, an AI development framework that uses specialised agents to plan, implement, review, and ship features.
|
|
89
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
|
+
|
|
90
93
|
## Framework
|
|
91
94
|
|
|
92
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.
|
|
11434
|
+
version: "0.1.8",
|
|
11435
11435
|
description: "JDI - Context-efficient AI development framework for Claude Code",
|
|
11436
11436
|
type: "module",
|
|
11437
11437
|
bin: {
|