codewhale.history 2.8.8 → 2.8.9
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 +10 -1
package/package.json
CHANGED
package/skills/teach-me/SKILL.md
CHANGED
|
@@ -166,7 +166,16 @@ explanation. The model removes lines from the file and the user restores them.
|
|
|
166
166
|
7. **Re-read** the file. Diff the user's restored lines against the saved
|
|
167
167
|
original.
|
|
168
168
|
8. **Feedback** (see Interactive Evaluation below). Offer to restore the
|
|
169
|
-
|
|
169
|
+
original if the user wants to undo.
|
|
170
|
+
|
|
171
|
+
#### Thinking Suppression (Interactive Mode)
|
|
172
|
+
|
|
173
|
+
During steps 1–4 (selection through presentation), **suppress thinking
|
|
174
|
+
entirely**. Do not include the selected snippet, the original lines, or
|
|
175
|
+
which lines are being removed in your reasoning. The user can see the
|
|
176
|
+
thinking block and it spoils the exercise. Use light thinking only for
|
|
177
|
+
mechanical coordination (e.g., "reading file, selecting lines 42-55,
|
|
178
|
+
removing 2 lines, presenting") — never the actual code.
|
|
170
179
|
|
|
171
180
|
#### Interactive Mode Presentation Format
|
|
172
181
|
|