wormclaude 1.0.93 → 1.0.95
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 +2 -2
- package/dist/theme.js +1 -1
- package/package.json +2 -2
package/dist/commands.js
CHANGED
|
@@ -108,8 +108,8 @@ function tsStamp() {
|
|
|
108
108
|
}
|
|
109
109
|
// Komut yürütücü. true → komut işlendi, false → komut değil (normal mesaj).
|
|
110
110
|
const PT_LABELS = {
|
|
111
|
-
recon: 'Keşif (
|
|
112
|
-
xss: 'XSS
|
|
111
|
+
recon: 'Keşif (alt-alan + başlık + ifşa)', scan: 'Genel tarama (keşif)',
|
|
112
|
+
xss: 'XSS taraması', sqli: 'SQL injection taraması',
|
|
113
113
|
};
|
|
114
114
|
const PT_REASON = {
|
|
115
115
|
trust_required: 'Bu komut Doğrulanmış Araştırmacı (seviye 3+) gerektirir. Başvuru: /dogrula',
|
package/dist/theme.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wormclaude",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.95",
|
|
4
4
|
"description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"dev": "tsx src/cli.tsx",
|
|
11
|
-
"build": "tsc && node scripts/copy-skills.mjs && node scripts/copy-extensions.mjs",
|
|
11
|
+
"build": "node scripts/sync-version.mjs && tsc && node scripts/copy-skills.mjs && node scripts/copy-extensions.mjs",
|
|
12
12
|
"start": "node dist/cli.js",
|
|
13
13
|
"prepublishOnly": "npm run build"
|
|
14
14
|
},
|