shadok-ai 0.1.214 → 0.2.2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadok-ai",
3
- "version": "0.1.214",
3
+ "version": "0.2.2",
4
4
  "main": "dist/session.js",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test test/*.ts .claude/skills/shadok-ai-agents/test/*.test.mjs",
@@ -18,15 +18,15 @@
18
18
  "agents",
19
19
  "tmux"
20
20
  ],
21
- "author": "gnarco",
21
+ "author": "shadok-ai-dev",
22
22
  "license": "ISC",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/gnarco/shadok-ai.git"
25
+ "url": "git+https://github.com/shadok-ai/shadok-ai.git"
26
26
  },
27
- "homepage": "https://github.com/gnarco/shadok-ai#readme",
27
+ "homepage": "https://github.com/shadok-ai/shadok-ai#readme",
28
28
  "bugs": {
29
- "url": "https://github.com/gnarco/shadok-ai/issues"
29
+ "url": "https://github.com/shadok-ai/shadok-ai/issues"
30
30
  },
31
31
  "description": "Web cockpit that drives multiple real Claude Code TUI sessions in parallel, with Telegram control",
32
32
  "type": "module",