lalph 0.1.31 → 0.1.32
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 +10 -1
- package/package.json +1 -1
- package/src/PromptGen.ts +10 -1
package/dist/cli.mjs
CHANGED
|
@@ -140174,7 +140174,12 @@ permission.
|
|
|
140174
140174
|
- This session will time out after a certain period, so make sure to record
|
|
140175
140175
|
key information that could speed up future work on the task in the task
|
|
140176
140176
|
description. Record the information **in the moment** as you discover it,
|
|
140177
|
-
do not wait until the end of the task.
|
|
140177
|
+
do not wait until the end of the task. Things to record include:
|
|
140178
|
+
- Important discoveries about the codebase.
|
|
140179
|
+
- Any challenges faced and how you overcame them.
|
|
140180
|
+
- APIs / libraries discovered that were useful.
|
|
140181
|
+
- Links to relevant documentation.
|
|
140182
|
+
- Any other information that could help future work on the task.
|
|
140178
140183
|
5. Run any checks / feedback loops, such as type checks, unit tests, or linting.
|
|
140179
140184
|
6. Create or update the pull request with your progress.
|
|
140180
140185
|
${sourceMeta.githubPrInstructions}
|
|
@@ -140188,6 +140193,10 @@ permission.
|
|
|
140188
140193
|
- Append to the \`description\` field with any notes or important discoveries.
|
|
140189
140194
|
- If you believe the task is complete, update the \`state\` to "in-review".
|
|
140190
140195
|
|
|
140196
|
+
**Remember:** record key information that could speed up future work on the task in
|
|
140197
|
+
the task description **in the moment** as you discover it, do not wait until
|
|
140198
|
+
the end of the task.
|
|
140199
|
+
|
|
140191
140200
|
## Handling blockers
|
|
140192
140201
|
|
|
140193
140202
|
If for any reason you get stuck on a task, mark the task back as "todo" by updating its
|
package/package.json
CHANGED
package/src/PromptGen.ts
CHANGED
|
@@ -101,7 +101,12 @@ permission.
|
|
|
101
101
|
- This session will time out after a certain period, so make sure to record
|
|
102
102
|
key information that could speed up future work on the task in the task
|
|
103
103
|
description. Record the information **in the moment** as you discover it,
|
|
104
|
-
do not wait until the end of the task.
|
|
104
|
+
do not wait until the end of the task. Things to record include:
|
|
105
|
+
- Important discoveries about the codebase.
|
|
106
|
+
- Any challenges faced and how you overcame them.
|
|
107
|
+
- APIs / libraries discovered that were useful.
|
|
108
|
+
- Links to relevant documentation.
|
|
109
|
+
- Any other information that could help future work on the task.
|
|
105
110
|
5. Run any checks / feedback loops, such as type checks, unit tests, or linting.
|
|
106
111
|
6. Create or update the pull request with your progress.
|
|
107
112
|
${sourceMeta.githubPrInstructions}
|
|
@@ -115,6 +120,10 @@ permission.
|
|
|
115
120
|
- Append to the \`description\` field with any notes or important discoveries.
|
|
116
121
|
- If you believe the task is complete, update the \`state\` to "in-review".
|
|
117
122
|
|
|
123
|
+
**Remember:** record key information that could speed up future work on the task in
|
|
124
|
+
the task description **in the moment** as you discover it, do not wait until
|
|
125
|
+
the end of the task.
|
|
126
|
+
|
|
118
127
|
## Handling blockers
|
|
119
128
|
|
|
120
129
|
If for any reason you get stuck on a task, mark the task back as "todo" by updating its
|