lalph 0.1.37 → 0.1.38
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 -1
- package/package.json +1 -1
- package/src/PromptGen.ts +3 -1
package/dist/cli.mjs
CHANGED
|
@@ -140555,7 +140555,9 @@ ${prdNotes}`;
|
|
|
140555
140555
|
Instead of creating tasks like "Refactor the authentication system", create
|
|
140556
140556
|
smaller tasks like "Implement OAuth2 login endpoint", "Add JWT token refresh mechanism", etc.
|
|
140557
140557
|
- **Never** create a research task. You should do all the necessary research
|
|
140558
|
-
before creating the specification and tasks.
|
|
140558
|
+
before creating the specification and tasks. Instead of creating a task like
|
|
140559
|
+
"Research endpoints to refactor", investigate then endpoints first then create
|
|
140560
|
+
tasks like "Implement user profile endpoint", "Refactor authentication endpoint", etc.
|
|
140559
140561
|
3. Add the new or updated tasks to the prd.yml file.
|
|
140560
140562
|
4. Wait until the tasks are saved, then setup task dependencies using the \`blockedBy\` field.
|
|
140561
140563
|
5. Start a subagent with a copy of this prompt, to review the plan and provide feedback or improvements.
|
package/package.json
CHANGED
package/src/PromptGen.ts
CHANGED
|
@@ -183,7 +183,9 @@ ${prdNotes}`
|
|
|
183
183
|
Instead of creating tasks like "Refactor the authentication system", create
|
|
184
184
|
smaller tasks like "Implement OAuth2 login endpoint", "Add JWT token refresh mechanism", etc.
|
|
185
185
|
- **Never** create a research task. You should do all the necessary research
|
|
186
|
-
before creating the specification and tasks.
|
|
186
|
+
before creating the specification and tasks. Instead of creating a task like
|
|
187
|
+
"Research endpoints to refactor", investigate then endpoints first then create
|
|
188
|
+
tasks like "Implement user profile endpoint", "Refactor authentication endpoint", etc.
|
|
187
189
|
3. Add the new or updated tasks to the prd.yml file.
|
|
188
190
|
4. Wait until the tasks are saved, then setup task dependencies using the \`blockedBy\` field.
|
|
189
191
|
5. Start a subagent with a copy of this prompt, to review the plan and provide feedback or improvements.
|