lalph 0.1.60 → 0.1.61

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
@@ -141390,7 +141390,7 @@ The following instructions should be done without interaction or asking for perm
141390
141390
  be the task YOU decide as the most important to work on next, not just the
141391
141391
  first task in the list.
141392
141392
  - Only start tasks that are in a "todo" state.
141393
- - Only start tasks with an empty \`blockedBy\` field.
141393
+ - You **cannot** start tasks unless they have an empty \`blockedBy\` field.
141394
141394
  2. **Before doing anything else**, mark the task as "in-progress" by updating its
141395
141395
  \`state\` in the prd.yml file.
141396
141396
  This prevents other people or agents from working on the same task simultaneously.
@@ -142004,7 +142004,7 @@ const commandAgent = make$27("agent").pipe(withDescription("Select the CLI agent
142004
142004
 
142005
142005
  //#endregion
142006
142006
  //#region package.json
142007
- var version = "0.1.60";
142007
+ var version = "0.1.61";
142008
142008
 
142009
142009
  //#endregion
142010
142010
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.60",
4
+ "version": "0.1.61",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
package/src/PromptGen.ts CHANGED
@@ -52,7 +52,7 @@ The following instructions should be done without interaction or asking for perm
52
52
  be the task YOU decide as the most important to work on next, not just the
53
53
  first task in the list.
54
54
  - Only start tasks that are in a "todo" state.
55
- - Only start tasks with an empty \`blockedBy\` field.
55
+ - You **cannot** start tasks unless they have an empty \`blockedBy\` field.
56
56
  2. **Before doing anything else**, mark the task as "in-progress" by updating its
57
57
  \`state\` in the prd.yml file.
58
58
  This prevents other people or agents from working on the same task simultaneously.