lalph 0.1.29 → 0.1.31

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
@@ -140171,6 +140171,10 @@ permission.
140171
140171
  - New branches should be named using the format \`{task id}/description\`.
140172
140172
  - When checking for PR reviews, make sure to check the "reviews" field and read ALL unresolved comments.
140173
140173
  4. Implement the task.
140174
+ - This session will time out after a certain period, so make sure to record
140175
+ key information that could speed up future work on the task in the task
140176
+ description. Record the information **in the moment** as you discover it,
140177
+ do not wait until the end of the task.
140174
140178
  5. Run any checks / feedback loops, such as type checks, unit tests, or linting.
140175
140179
  6. Create or update the pull request with your progress.
140176
140180
  ${sourceMeta.githubPrInstructions}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.29",
4
+ "version": "0.1.31",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
package/src/PromptGen.ts CHANGED
@@ -98,6 +98,10 @@ permission.
98
98
  - New branches should be named using the format \`{task id}/description\`.
99
99
  - When checking for PR reviews, make sure to check the "reviews" field and read ALL unresolved comments.
100
100
  4. Implement the task.
101
+ - This session will time out after a certain period, so make sure to record
102
+ key information that could speed up future work on the task in the task
103
+ description. Record the information **in the moment** as you discover it,
104
+ do not wait until the end of the task.
101
105
  5. Run any checks / feedback loops, such as type checks, unit tests, or linting.
102
106
  6. Create or update the pull request with your progress.
103
107
  ${sourceMeta.githubPrInstructions}