lalph 0.1.85 → 0.1.86
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 +2 -1
- package/package.json +1 -1
- package/src/PromptGen.ts +1 -0
package/dist/cli.mjs
CHANGED
|
@@ -144596,6 +144596,7 @@ The following instructions should be done without interaction or asking for perm
|
|
|
144596
144596
|
\`state\` in the prd.yml file.
|
|
144597
144597
|
This prevents other people or agents from working on the same task simultaneously.
|
|
144598
144598
|
3. Check if there is an existing Github PR for the chosen task. If there is, note the PR number for inclusion in the task.json file.
|
|
144599
|
+
- Only include "open" PRs that are not yet merged.
|
|
144599
144600
|
4. Once you have chosen a task, save its information in a "task.json" file alongside
|
|
144600
144601
|
the prd.yml file. Use the following format:
|
|
144601
144602
|
|
|
@@ -145329,7 +145330,7 @@ const commandSource = make$28("source").pipe(withDescription("Select the issue s
|
|
|
145329
145330
|
|
|
145330
145331
|
//#endregion
|
|
145331
145332
|
//#region package.json
|
|
145332
|
-
var version = "0.1.
|
|
145333
|
+
var version = "0.1.86";
|
|
145333
145334
|
|
|
145334
145335
|
//#endregion
|
|
145335
145336
|
//#region src/Tracing.ts
|
package/package.json
CHANGED
package/src/PromptGen.ts
CHANGED
|
@@ -79,6 +79,7 @@ The following instructions should be done without interaction or asking for perm
|
|
|
79
79
|
\`state\` in the prd.yml file.
|
|
80
80
|
This prevents other people or agents from working on the same task simultaneously.
|
|
81
81
|
3. Check if there is an existing Github PR for the chosen task. If there is, note the PR number for inclusion in the task.json file.
|
|
82
|
+
- Only include "open" PRs that are not yet merged.
|
|
82
83
|
4. Once you have chosen a task, save its information in a "task.json" file alongside
|
|
83
84
|
the prd.yml file. Use the following format:
|
|
84
85
|
|