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 +2 -2
- package/package.json +1 -1
- package/src/PromptGen.ts +1 -1
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
|
-
-
|
|
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.
|
|
142007
|
+
var version = "0.1.61";
|
|
142008
142008
|
|
|
142009
142009
|
//#endregion
|
|
142010
142010
|
//#region src/cli.ts
|
package/package.json
CHANGED
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
|
-
-
|
|
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.
|