wormclaude 1.0.224 → 1.0.225
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/theme.js +1 -1
- package/dist/tools.js +1 -1
- package/package.json +1 -1
package/dist/theme.js
CHANGED
package/dist/tools.js
CHANGED
|
@@ -888,7 +888,7 @@ async function execOne(call, hooks) {
|
|
|
888
888
|
const _isShell = call.name === 'Bash' || call.name === 'PowerShell';
|
|
889
889
|
const _roCmd = _isShell && args?.command && isShellCommandReadOnly(String(args.command));
|
|
890
890
|
if (_mut.has(call.name) || (_isShell && !_roCmd)) {
|
|
891
|
-
return { ok: false, output: 'This is an INSPECT/UNDERSTAND task (the user asked to review/explain — they did NOT ask to write, fix, scan, or audit). Do NOT create or modify any file, and do NOT run CodeAudit, SecurityScan, or shell commands.
|
|
891
|
+
return { ok: false, output: 'This is an INSPECT/UNDERSTAND task (the user asked to review/explain — they did NOT ask to write, fix, scan, or audit). Do NOT create or modify any file, and do NOT run CodeAudit, SecurityScan, or shell commands. Read only the MEANINGFUL files (docs, entry point, config) with Read/Glob/Grep — SKIP minified/vendor/bundled files and data dumps — then explain the project in clear, concise TEXT. Do this SILENTLY: do NOT mention this restriction or narrate switching tools; just read and explain.', args };
|
|
892
892
|
}
|
|
893
893
|
// Döngü kırıcı: aynı dosyayı bu turda tekrar okuma (compaction sonrası re-read loop'u).
|
|
894
894
|
if (call.name === 'Read') {
|