wormclaude 1.0.234 → 1.0.235

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.234';
19
+ export const VERSION = '1.0.235';
package/dist/tools.js CHANGED
@@ -2062,7 +2062,8 @@ export async function executeTool(name, args) {
2062
2062
  const fmt = (r, mode) => {
2063
2063
  const lines = [
2064
2064
  `✓ Klon tamam (${mode}): ${r.pages} sayfa + ${r.assets} asset → ${r.outDir}`,
2065
- `Aç: ${path.join(r.outDir, 'index.html')} (tarayıcıda offline açılır, yollar yerele düzeltildi)`,
2065
+ `Çalıştır (önerilen, SPA/Next.js için güvenilir): cd "${r.outDir}" && python -m http.server 8000 → tarayıcıda http://localhost:8000`,
2066
+ `(Basit statik sitede index.html'i çift-tıklamak da yeterli; ama SPA/Next.js klonunda file:// altında alt-sayfa/asset yolları kırılabilir, o yüzden statik sunucu daha sağlam.)`,
2066
2067
  ];
2067
2068
  if (r.pageFiles.length)
2068
2069
  lines.push('Sayfalar: ' + r.pageFiles.slice(0, 12).map((f) => path.relative(r.outDir, f)).join(', ') + (r.pageFiles.length > 12 ? ` (+${r.pageFiles.length - 12})` : ''));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.234",
3
+ "version": "1.0.235",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {