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 +4 -0
- package/package.json +1 -1
- package/src/PromptGen.ts +4 -0
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
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}
|