lalph 0.1.13 → 0.1.14

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/cli.mjs CHANGED
@@ -140399,6 +140399,9 @@ ${JSON.stringify(PrdIssue.jsonSchema, null, 2)}
140399
140399
  \`\`\``;
140400
140400
  const prompt = `# Instructions
140401
140401
 
140402
+ The following instructions should be done without interaction or asking for
140403
+ permission.
140404
+
140402
140405
  1. Decide which single task to work on next from the prd.json file. This should
140403
140406
  be the task YOU decide as the most important to work on next, not just the
140404
140407
  first task in the list.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
package/src/PromptGen.ts CHANGED
@@ -40,6 +40,9 @@ ${JSON.stringify(PrdIssue.jsonSchema, null, 2)}
40
40
 
41
41
  const prompt = `# Instructions
42
42
 
43
+ The following instructions should be done without interaction or asking for
44
+ permission.
45
+
43
46
  1. Decide which single task to work on next from the prd.json file. This should
44
47
  be the task YOU decide as the most important to work on next, not just the
45
48
  first task in the list.