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 +3 -0
- package/package.json +1 -1
- package/src/PromptGen.ts +3 -0
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
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.
|