codewhale.history 2.8.9 → 2.8.10
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/package.json +1 -1
- package/skills/teach-me/SKILL.md +9 -6
package/package.json
CHANGED
package/skills/teach-me/SKILL.md
CHANGED
|
@@ -170,12 +170,15 @@ explanation. The model removes lines from the file and the user restores them.
|
|
|
170
170
|
|
|
171
171
|
#### Thinking Suppression (Interactive Mode)
|
|
172
172
|
|
|
173
|
-
During steps 1–4 (selection through presentation), **
|
|
174
|
-
|
|
175
|
-
which lines are being removed
|
|
176
|
-
thinking block
|
|
177
|
-
|
|
178
|
-
|
|
173
|
+
During steps 1–4 (selection through presentation), use **Skip** thinking
|
|
174
|
+
depth — emit no reasoning_content at all. Do not include the selected
|
|
175
|
+
snippet, the original lines, or which lines are being removed. The
|
|
176
|
+
thinking block is visible to the user and spoils the exercise before it
|
|
177
|
+
begins. Resume normal thinking depth at step 5 (after presentation).
|
|
178
|
+
|
|
179
|
+
The `edit_file` diff output is unavoidably visible in the transcript
|
|
180
|
+
(CodeWhale transparency), but thinking control keeps the primary leak
|
|
181
|
+
closed.
|
|
179
182
|
|
|
180
183
|
#### Interactive Mode Presentation Format
|
|
181
184
|
|