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 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.85";
145333
+ var version = "0.1.86";
145333
145334
 
145334
145335
  //#endregion
145335
145336
  //#region src/Tracing.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.85",
4
+ "version": "0.1.86",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
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