wormclaude 1.0.227 → 1.0.228

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 CHANGED
@@ -16,4 +16,4 @@ export const theme = {
16
16
  synType: '#a78bfa', // tip/sınıf adları, sabitler
17
17
  synProp: '#e0e0e0', // özellik/anahtar adları
18
18
  };
19
- export const VERSION = '1.0.227';
19
+ export const VERSION = '1.0.228';
package/dist/tools.js CHANGED
@@ -867,6 +867,10 @@ async function execOne(call, hooks) {
867
867
  const verr = validateToolInput(call.name, args);
868
868
  if (verr)
869
869
  return { ok: false, output: `Geçersiz girdi: ${verr}`, args };
870
+ // İNCELEME KİLİDİ: incele görevinde "nasıl kullanayım?" diye SORMA — açıklamayı üret.
871
+ if (inspectLock && call.name === 'AskUserQuestion') {
872
+ return { ok: false, output: 'This is an INSPECT/UNDERSTAND task — do NOT ask the user what to do with the files or how they want to use them. Just explain, in text, what the folder contains: the key files and their purpose, and what the project/collection is overall. Deliver that written explanation now.', args };
873
+ }
870
874
  // 2) İnteraktif/plan araçları
871
875
  if (call.name === 'AskUserQuestion') {
872
876
  // Seçenekleri normalize et: model FLAT string[] verir ("React.js"), ama eski/karışık çağrı
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.227",
3
+ "version": "1.0.228",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {