wormclaude 1.0.121 → 1.0.122

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/commands.js CHANGED
@@ -197,7 +197,7 @@ async function pentestCmd(tool, arg, ctx) {
197
197
  const lines = [`✓ ${label} tamamlandı — ${rep.target || target}`];
198
198
  const f = rep.findings || [];
199
199
  if (!f.length) {
200
- lines.push('Bulgu yok (hedef yanıt vermedi, temiz, ya da araç kurulu değil).');
200
+ lines.push('Zafiyet bulunamadı hedef temiz görünüyor YA DA yanıt vermedi/erişilemiyor (down, yönlendirme, bloklama). Ayakta + gerçekten zafiyetli bir hedefte tekrar dene.');
201
201
  }
202
202
  else {
203
203
  lines.push(`${rep.found_count} bulgu:`);
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.121';
19
+ export const VERSION = '1.0.122';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.121",
3
+ "version": "1.0.122",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {