agent-takkub 1.0.3 → 1.0.5

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/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## 🖥️ The Desktop Cockpit
14
14
 
15
- ![Takkub Cockpit — Lead + specialist teammates working in parallel](https://raw.githubusercontent.com/takkub/agent-takkub/main/assets/cockpit-main.png)
15
+ ![Takkub Cockpit — Lead + specialist teammates working in parallel](https://cdn.jsdelivr.net/npm/agent-takkub@latest/assets/cockpit-main.png)
16
16
 
17
17
  *One window: you talk to the **Lead**, it spawns and drives specialist teammates (frontend · backend · qa · …) as live Claude Code panes.*
18
18
 
Binary file
package/package.json CHANGED
@@ -1,45 +1,46 @@
1
- {
2
- "name": "agent-takkub",
3
- "version": "1.0.3",
4
- "description": "Desktop cockpit for orchestrating a team of Claude Code agents (Windows + macOS)",
5
- "keywords": [
6
- "claude",
7
- "claude-code",
8
- "ai-agents",
9
- "agent-orchestration",
10
- "cockpit",
11
- "desktop",
12
- "cli",
13
- "developer-tools"
14
- ],
15
- "author": "takkub",
16
- "repository": {
17
- "type": "git",
18
- "url": "git+https://github.com/takkub/agent-takkub.git"
19
- },
20
- "homepage": "https://github.com/takkub/agent-takkub#readme",
21
- "bugs": {
22
- "url": "https://github.com/takkub/agent-takkub/issues"
23
- },
24
- "bin": {
25
- "agent-takkub": "npm/bin/agent-takkub.js",
26
- "takkub": "npm/bin/takkub.js"
27
- },
28
- "scripts": {
29
- "postinstall": "node npm/scripts/postinstall.js"
30
- },
31
- "files": [
32
- "npm/",
33
- "dist/*.whl",
34
- "assets/icon.ico",
35
- "assets/icon.png"
36
- ],
37
- "os": [
38
- "win32",
39
- "darwin"
40
- ],
41
- "engines": {
42
- "node": ">=18"
43
- },
44
- "license": "MIT"
45
- }
1
+ {
2
+ "name": "agent-takkub",
3
+ "version": "1.0.5",
4
+ "description": "Desktop cockpit for orchestrating a team of Claude Code agents (Windows + macOS)",
5
+ "keywords": [
6
+ "claude",
7
+ "claude-code",
8
+ "ai-agents",
9
+ "agent-orchestration",
10
+ "cockpit",
11
+ "desktop",
12
+ "cli",
13
+ "developer-tools"
14
+ ],
15
+ "author": "takkub",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/takkub/agent-takkub.git"
19
+ },
20
+ "homepage": "https://github.com/takkub/agent-takkub#readme",
21
+ "bugs": {
22
+ "url": "https://github.com/takkub/agent-takkub/issues"
23
+ },
24
+ "bin": {
25
+ "agent-takkub": "npm/bin/agent-takkub.js",
26
+ "takkub": "npm/bin/takkub.js"
27
+ },
28
+ "scripts": {
29
+ "postinstall": "node npm/scripts/postinstall.js"
30
+ },
31
+ "files": [
32
+ "npm/",
33
+ "dist/*.whl",
34
+ "assets/icon.ico",
35
+ "assets/icon.png",
36
+ "assets/cockpit-main.png"
37
+ ],
38
+ "os": [
39
+ "win32",
40
+ "darwin"
41
+ ],
42
+ "engines": {
43
+ "node": ">=18"
44
+ },
45
+ "license": "MIT"
46
+ }