@taj-special/dravix-code 1.3.5 → 1.3.6
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/repl.js +1 -0
- package/package.json +1 -1
package/dist/cli/repl.js
CHANGED
|
@@ -2261,6 +2261,7 @@ Find files by glob pattern.
|
|
|
2261
2261
|
- Multiple edit_file on the same file: order from BOTTOM to TOP (line numbers shift as you edit).
|
|
2262
2262
|
- DO NOT output <write_file> / <edit_file> / <run_command> tags inside markdown code blocks — they must be raw in the response.
|
|
2263
2263
|
- Execute ALL operations in ONE response when possible — do not split work across multiple turns.
|
|
2264
|
+
- ⚠️ CRITICAL: If you write "now I will run/start/execute/install X" — you MUST also include the <run_command> tag. Saying it is NOT enough. Always output the actual tag with the command.
|
|
2264
2265
|
|
|
2265
2266
|
## End-of-turn summary — REQUIRED after every task
|
|
2266
2267
|
|