zugzbot 1.0.17 → 1.0.18

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.
Files changed (32) hide show
  1. package/.utils/zugzweb/client/node_modules/.tmp/tsconfig.app.tsbuildinfo +1 -0
  2. package/.utils/zugzweb/client/node_modules/.tmp/tsconfig.node.tsbuildinfo +1 -0
  3. package/.utils/zugzweb/client/node_modules/nanoid/.claude/settings.local.json +14 -0
  4. package/bin/init.js +1 -1
  5. package/opencode.json +2 -1
  6. package/package.json +3 -48
  7. package/.opencode/commands/web.md +0 -15
  8. package/.utils/zugzweb/client/README.md +0 -73
  9. package/.utils/zugzweb/client/dist/assets/index-CBm0KdaD.js +0 -291
  10. package/.utils/zugzweb/client/dist/assets/index-GxkFc3Mh.css +0 -1
  11. package/.utils/zugzweb/client/dist/favicon.svg +0 -1
  12. package/.utils/zugzweb/client/dist/icons.svg +0 -24
  13. package/.utils/zugzweb/client/dist/index.html +0 -14
  14. package/.utils/zugzweb/client/eslint.config.js +0 -22
  15. package/.utils/zugzweb/client/index.html +0 -13
  16. package/.utils/zugzweb/client/package.json +0 -36
  17. package/.utils/zugzweb/client/public/favicon.svg +0 -1
  18. package/.utils/zugzweb/client/public/icons.svg +0 -24
  19. package/.utils/zugzweb/client/src/App.tsx +0 -2578
  20. package/.utils/zugzweb/client/src/assets/hero.png +0 -0
  21. package/.utils/zugzweb/client/src/assets/react.svg +0 -1
  22. package/.utils/zugzweb/client/src/assets/vite.svg +0 -1
  23. package/.utils/zugzweb/client/src/index.css +0 -185
  24. package/.utils/zugzweb/client/src/main.tsx +0 -10
  25. package/.utils/zugzweb/client/tsconfig.app.json +0 -25
  26. package/.utils/zugzweb/client/tsconfig.json +0 -7
  27. package/.utils/zugzweb/client/tsconfig.node.json +0 -24
  28. package/.utils/zugzweb/client/vite.config.ts +0 -11
  29. package/.utils/zugzweb/daemon.js +0 -396
  30. package/.utils/zugzweb/daemon.log +0 -5
  31. package/.utils/zugzweb/package.json +0 -3
  32. package/bin/web.js +0 -20
@@ -0,0 +1 @@
1
+ {"root":["../../src/app.tsx","../../src/main.tsx"],"version":"6.0.3"}
@@ -0,0 +1 @@
1
+ {"root":["../../vite.config.ts"],"version":"6.0.3"}
@@ -0,0 +1,14 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(node /workspaces/nanoid/test/check-versions.js)",
5
+ "Bash(echo \"Exit: $?\")",
6
+ "Bash(node --version)",
7
+ "Bash(node --experimental-strip-types test/check-prebuild.js)",
8
+ "Bash(node --experimental-strip-types test/update-prebuild.js)",
9
+ "Bash(node test/check-versions.js)",
10
+ "Bash(node bin/nanoid.js --version)",
11
+ "Bash(node bin/nanoid.js -s 10)"
12
+ ]
13
+ }
14
+ }
package/bin/init.js CHANGED
@@ -25,7 +25,7 @@ ${bold}${cyan}███████╗██╗ ██╗ ██████
25
25
  ███╔╝ ██║ ██║██║ ██║ ███╔╝
26
26
  ███████╗╚██████╔╝╚██████╔╝███████╗
27
27
  ╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝${reset}
28
- ${bold}${yellow} Harness Installer v1.0.13${reset}\n`;
28
+ ${bold}${yellow} Harness Installer v1.0.7${reset}\n`;
29
29
 
30
30
  console.log(banner);
31
31
  console.log(`${bold}${cyan}🔍 Detectando entorno de trabajo...${reset}`);
package/opencode.json CHANGED
@@ -22,7 +22,8 @@
22
22
  "lsp": true,
23
23
  "instructions": [],
24
24
  "plugin": [
25
- "opencode-dynamic-context-pruning"
25
+ "opencode-dynamic-context-pruning",
26
+ "opencode-notificator"
26
27
  ],
27
28
  "mcp": {
28
29
  "oh-my-design": {
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "zugzbot",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Fácil instalador del arnés SDD de Zugzbot para proyectos OpenCode",
5
5
  "type": "module",
6
6
  "bin": {
7
- "zugzbot": "./bin/init.js",
8
- "zugzweb": "./bin/web.js"
7
+ "zugzbot": "./bin/init.js"
9
8
  },
10
9
  "files": [
11
10
  "bin/",
@@ -26,49 +25,5 @@
26
25
  "cli"
27
26
  ],
28
27
  "author": "Daniel Isla",
29
- "license": "MIT",
30
- "dependencies": {
31
- "@base-ui/react": "^1.5.0",
32
- "@radix-ui/react-slot": "^1.2.5",
33
- "class-variance-authority": "^0.7.1",
34
- "clsx": "^2.1.1",
35
- "lucide-react": "^1.18.0",
36
- "next": "16.2.9",
37
- "next-themes": "^0.4.4",
38
- "radix-ui": "^1.5.0",
39
- "react": "19.2.4",
40
- "react-dom": "19.2.4",
41
- "shadcn": "^4.11.0",
42
- "sonner": "^2.0.7",
43
- "tailwind-merge": "^3.6.0",
44
- "tw-animate-css": "^1.4.0"
45
- },
46
- "devDependencies": {
47
- "@eslint/eslintrc": "^3",
48
- "@tailwindcss/postcss": "^4",
49
- "@testing-library/dom": "^10.4.1",
50
- "@testing-library/jest-dom": "^6.9.1",
51
- "@testing-library/react": "^16.3.2",
52
- "@testing-library/user-event": "^14.6.1",
53
- "@types/node": "^20",
54
- "@types/react": "^19",
55
- "@types/react-dom": "^19",
56
- "@vitejs/plugin-react": "^4.7.0",
57
- "eslint": "^9",
58
- "eslint-config-next": "16.2.9",
59
- "happy-dom": "^20.10.3",
60
- "jsdom": "^27.0.1",
61
- "tailwindcss": "^4",
62
- "tsx": "^4.22.4",
63
- "typescript": "^5",
64
- "vitest": "^4.1.8"
65
- },
66
- "scripts": {
67
- "dev": "next dev",
68
- "build": "next build",
69
- "start": "next start",
70
- "lint": "eslint",
71
- "test": "vitest run",
72
- "test:vitest": "vitest run"
73
- }
28
+ "license": "MIT"
74
29
  }
@@ -1,15 +0,0 @@
1
- ---
2
- description: Inicia el centro de control web local de ZugzWeb
3
- ---
4
-
5
- # 🤖 PANEL DE CONTROL WEB LOCAL (ZUGZWEB)
6
-
7
- Iniciando el servidor web local en segundo plano de manera 100% segura para controlar y monitorear tu sesión de Opencode desde tu navegador...
8
-
9
- !`node .utils/zugzweb/daemon.js > /dev/null 2>&1 &`
10
-
11
- ### 🔌 ¿Cómo ingresar?
12
- 1. El Daemon se ha levantado de forma segura en segundo plano en el puerto **4097**.
13
- 2. Abre tu navegador e ingresa a:
14
- 👉 **http://localhost:4097** 👈
15
- 3. ¡Podrás enviar prompts, ver pensamientos del agente, monitorear tokens/costos en tiempo real y habilitar notificaciones locales en tu navegador!
@@ -1,73 +0,0 @@
1
- # React + TypeScript + Vite
2
-
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
-
5
- Currently, two official plugins are available:
6
-
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)
9
-
10
- ## React Compiler
11
-
12
- The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
13
-
14
- ## Expanding the ESLint configuration
15
-
16
- If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
17
-
18
- ```js
19
- export default defineConfig([
20
- globalIgnores(['dist']),
21
- {
22
- files: ['**/*.{ts,tsx}'],
23
- extends: [
24
- // Other configs...
25
-
26
- // Remove tseslint.configs.recommended and replace with this
27
- tseslint.configs.recommendedTypeChecked,
28
- // Alternatively, use this for stricter rules
29
- tseslint.configs.strictTypeChecked,
30
- // Optionally, add this for stylistic rules
31
- tseslint.configs.stylisticTypeChecked,
32
-
33
- // Other configs...
34
- ],
35
- languageOptions: {
36
- parserOptions: {
37
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
38
- tsconfigRootDir: import.meta.dirname,
39
- },
40
- // other options...
41
- },
42
- },
43
- ])
44
- ```
45
-
46
- You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
47
-
48
- ```js
49
- // eslint.config.js
50
- import reactX from 'eslint-plugin-react-x'
51
- import reactDom from 'eslint-plugin-react-dom'
52
-
53
- export default defineConfig([
54
- globalIgnores(['dist']),
55
- {
56
- files: ['**/*.{ts,tsx}'],
57
- extends: [
58
- // Other configs...
59
- // Enable lint rules for React
60
- reactX.configs['recommended-typescript'],
61
- // Enable lint rules for React DOM
62
- reactDom.configs.recommended,
63
- ],
64
- languageOptions: {
65
- parserOptions: {
66
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
67
- tsconfigRootDir: import.meta.dirname,
68
- },
69
- // other options...
70
- },
71
- },
72
- ])
73
- ```