@benzotti/jedi 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11387,7 +11387,7 @@ var setupActionCommand = defineCommand({
11387
11387
  consola.warn(`Workflow already exists at ${workflowDest}`);
11388
11388
  consola.info("Skipping workflow copy. Delete it manually to regenerate.");
11389
11389
  } else {
11390
- const templatePath = join12(import.meta.dir, "../../action/workflow-template.yml");
11390
+ const templatePath = join12(import.meta.dir, "../action/workflow-template.yml");
11391
11391
  if (!existsSync12(templatePath)) {
11392
11392
  consola.error("Workflow template not found. Ensure @benzotti/jedi is properly installed.");
11393
11393
  process.exit(1);
@@ -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.4",
11434
+ version: "0.1.5",
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.4",
3
+ "version": "0.1.5",
4
4
  "description": "JDI - Context-efficient AI development framework for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {