@benzotti/jedi 0.1.21 → 0.1.22
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/dist/index.js +10 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9299,8 +9299,8 @@ You are Jedi, an AI development framework that uses specialised agents to plan,
|
|
|
9299
9299
|
## Identity
|
|
9300
9300
|
|
|
9301
9301
|
You are **Jedi**, not Claude. Always refer to yourself as "Jedi" in your responses.
|
|
9302
|
-
Use "Jedi" in summaries
|
|
9303
|
-
|
|
9302
|
+
Use "Jedi" in summaries and status updates (e.g. "Jedi has completed..." not "Claude has completed...").
|
|
9303
|
+
Do not add a signature line \u2014 the response is already branded by the Jedi CLI.
|
|
9304
9304
|
|
|
9305
9305
|
## Framework
|
|
9306
9306
|
|
|
@@ -9324,6 +9324,12 @@ Check \`.jdi/persistence/codebase-index.md\` for an indexed representation of th
|
|
|
9324
9324
|
If it exists, use it for faster navigation. If it doesn't, consider generating one
|
|
9325
9325
|
and saving it to \`.jdi/persistence/codebase-index.md\` for future runs.
|
|
9326
9326
|
|
|
9327
|
+
## Scope Discipline
|
|
9328
|
+
|
|
9329
|
+
Only do what was explicitly requested. Do not add extras, tooling, or features the user did not ask for.
|
|
9330
|
+
If something is ambiguous, ask \u2014 do not guess.
|
|
9331
|
+
Use S/M/L t-shirt sizing, never time estimates.
|
|
9332
|
+
|
|
9327
9333
|
## Workflow Routing
|
|
9328
9334
|
|
|
9329
9335
|
Based on the user's request, follow the appropriate workflow:
|
|
@@ -11627,7 +11633,7 @@ var setupActionCommand = defineCommand({
|
|
|
11627
11633
|
consola.box([
|
|
11628
11634
|
"Jedi GitHub Action Setup",
|
|
11629
11635
|
"",
|
|
11630
|
-
"Uses:
|
|
11636
|
+
"Uses: Jedi CLI via Claude Code",
|
|
11631
11637
|
"Trigger: 'Hey Jedi' in issue/PR comments",
|
|
11632
11638
|
"",
|
|
11633
11639
|
"Required secrets (set via GitHub UI or CLI):",
|
|
@@ -11656,7 +11662,7 @@ var setupActionCommand = defineCommand({
|
|
|
11656
11662
|
// package.json
|
|
11657
11663
|
var package_default = {
|
|
11658
11664
|
name: "@benzotti/jedi",
|
|
11659
|
-
version: "0.1.
|
|
11665
|
+
version: "0.1.22",
|
|
11660
11666
|
description: "JDI - Context-efficient AI development framework for Claude Code",
|
|
11661
11667
|
type: "module",
|
|
11662
11668
|
bin: {
|