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 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.37",
4
+ "version": "0.1.38",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
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.