@bradygaster/squad-cli 0.8.17-preview → 0.8.17
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/package.json +156 -156
package/package.json
CHANGED
|
@@ -1,156 +1,156 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bradygaster/squad-cli",
|
|
3
|
-
"version": "0.8.17
|
|
4
|
-
"description": "Squad CLI — Command-line interface for the Squad multi-agent runtime",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
"squad": "./dist/cli-entry.js",
|
|
8
|
-
"squad-cli": "./dist/cli-entry.js"
|
|
9
|
-
},
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"types": "./dist/cli/index.d.ts",
|
|
13
|
-
"import": "./dist/cli/index.js"
|
|
14
|
-
},
|
|
15
|
-
"./upgrade": {
|
|
16
|
-
"types": "./dist/cli/upgrade.d.ts",
|
|
17
|
-
"import": "./dist/cli/upgrade.js"
|
|
18
|
-
},
|
|
19
|
-
"./copilot-install": {
|
|
20
|
-
"types": "./dist/cli/copilot-install.d.ts",
|
|
21
|
-
"import": "./dist/cli/copilot-install.js"
|
|
22
|
-
},
|
|
23
|
-
"./shell/sessions": {
|
|
24
|
-
"types": "./dist/cli/shell/sessions.d.ts",
|
|
25
|
-
"import": "./dist/cli/shell/sessions.js"
|
|
26
|
-
},
|
|
27
|
-
"./shell/spawn": {
|
|
28
|
-
"types": "./dist/cli/shell/spawn.d.ts",
|
|
29
|
-
"import": "./dist/cli/shell/spawn.js"
|
|
30
|
-
},
|
|
31
|
-
"./shell/coordinator": {
|
|
32
|
-
"types": "./dist/cli/shell/coordinator.d.ts",
|
|
33
|
-
"import": "./dist/cli/shell/coordinator.js"
|
|
34
|
-
},
|
|
35
|
-
"./shell/lifecycle": {
|
|
36
|
-
"types": "./dist/cli/shell/lifecycle.d.ts",
|
|
37
|
-
"import": "./dist/cli/shell/lifecycle.js"
|
|
38
|
-
},
|
|
39
|
-
"./shell/stream-bridge": {
|
|
40
|
-
"types": "./dist/cli/shell/stream-bridge.d.ts",
|
|
41
|
-
"import": "./dist/cli/shell/stream-bridge.js"
|
|
42
|
-
},
|
|
43
|
-
"./shell/sdk-bridge": {
|
|
44
|
-
"types": "./dist/cli/shell/sdk-bridge.d.ts",
|
|
45
|
-
"import": "./dist/cli/shell/sdk-bridge.js"
|
|
46
|
-
},
|
|
47
|
-
"./shell/router": {
|
|
48
|
-
"types": "./dist/cli/shell/router.d.ts",
|
|
49
|
-
"import": "./dist/cli/shell/router.js"
|
|
50
|
-
},
|
|
51
|
-
"./shell/commands": {
|
|
52
|
-
"types": "./dist/cli/shell/commands.d.ts",
|
|
53
|
-
"import": "./dist/cli/shell/commands.js"
|
|
54
|
-
},
|
|
55
|
-
"./shell/render": {
|
|
56
|
-
"types": "./dist/cli/shell/render.d.ts",
|
|
57
|
-
"import": "./dist/cli/shell/render.js"
|
|
58
|
-
},
|
|
59
|
-
"./shell/types": {
|
|
60
|
-
"types": "./dist/cli/shell/types.d.ts",
|
|
61
|
-
"import": "./dist/cli/shell/types.js"
|
|
62
|
-
},
|
|
63
|
-
"./shell/session-store": {
|
|
64
|
-
"types": "./dist/cli/shell/session-store.d.ts",
|
|
65
|
-
"import": "./dist/cli/shell/session-store.js"
|
|
66
|
-
},
|
|
67
|
-
"./shell/error-messages": {
|
|
68
|
-
"types": "./dist/cli/shell/error-messages.d.ts",
|
|
69
|
-
"import": "./dist/cli/shell/error-messages.js"
|
|
70
|
-
},
|
|
71
|
-
"./shell/shell-metrics": {
|
|
72
|
-
"types": "./dist/cli/shell/shell-metrics.d.ts",
|
|
73
|
-
"import": "./dist/cli/shell/shell-metrics.js"
|
|
74
|
-
},
|
|
75
|
-
"./core/init": {
|
|
76
|
-
"types": "./dist/cli/core/init.d.ts",
|
|
77
|
-
"import": "./dist/cli/core/init.js"
|
|
78
|
-
},
|
|
79
|
-
"./core/email-scrub": {
|
|
80
|
-
"types": "./dist/cli/core/email-scrub.d.ts",
|
|
81
|
-
"import": "./dist/cli/core/email-scrub.js"
|
|
82
|
-
},
|
|
83
|
-
"./core/upgrade": {
|
|
84
|
-
"types": "./dist/cli/core/upgrade.d.ts",
|
|
85
|
-
"import": "./dist/cli/core/upgrade.js"
|
|
86
|
-
},
|
|
87
|
-
"./core/version": {
|
|
88
|
-
"types": "./dist/cli/core/version.d.ts",
|
|
89
|
-
"import": "./dist/cli/core/version.js"
|
|
90
|
-
},
|
|
91
|
-
"./commands/export": {
|
|
92
|
-
"types": "./dist/cli/commands/export.d.ts",
|
|
93
|
-
"import": "./dist/cli/commands/export.js"
|
|
94
|
-
},
|
|
95
|
-
"./commands/import": {
|
|
96
|
-
"types": "./dist/cli/commands/import.d.ts",
|
|
97
|
-
"import": "./dist/cli/commands/import.js"
|
|
98
|
-
},
|
|
99
|
-
"./commands/doctor": {
|
|
100
|
-
"types": "./dist/cli/commands/doctor.d.ts",
|
|
101
|
-
"import": "./dist/cli/commands/doctor.js"
|
|
102
|
-
},
|
|
103
|
-
"./commands/aspire": {
|
|
104
|
-
"types": "./dist/cli/commands/aspire.d.ts",
|
|
105
|
-
"import": "./dist/cli/commands/aspire.js"
|
|
106
|
-
},
|
|
107
|
-
"./commands/link": {
|
|
108
|
-
"types": "./dist/cli/commands/link.d.ts",
|
|
109
|
-
"import": "./dist/cli/commands/link.js"
|
|
110
|
-
},
|
|
111
|
-
"./commands/init-remote": {
|
|
112
|
-
"types": "./dist/cli/commands/init-remote.d.ts",
|
|
113
|
-
"import": "./dist/cli/commands/init-remote.js"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"files": [
|
|
117
|
-
"dist",
|
|
118
|
-
"templates",
|
|
119
|
-
"README.md"
|
|
120
|
-
],
|
|
121
|
-
"scripts": {
|
|
122
|
-
"prepublishOnly": "npm run build",
|
|
123
|
-
"build": "tsc -p tsconfig.json"
|
|
124
|
-
},
|
|
125
|
-
"engines": {
|
|
126
|
-
"node": ">=20"
|
|
127
|
-
},
|
|
128
|
-
"dependencies": {
|
|
129
|
-
"@bradygaster/squad-sdk": "*",
|
|
130
|
-
"ink": "^6.8.0",
|
|
131
|
-
"react": "^19.2.4"
|
|
132
|
-
},
|
|
133
|
-
"devDependencies": {
|
|
134
|
-
"@types/node": "^22.0.0",
|
|
135
|
-
"@types/react": "^19.2.14",
|
|
136
|
-
"esbuild": "^0.25.0",
|
|
137
|
-
"typescript": "^5.7.0",
|
|
138
|
-
"ink-testing-library": "^4.0.0"
|
|
139
|
-
},
|
|
140
|
-
"keywords": [
|
|
141
|
-
"copilot",
|
|
142
|
-
"multi-agent",
|
|
143
|
-
"squad",
|
|
144
|
-
"cli"
|
|
145
|
-
],
|
|
146
|
-
"license": "MIT",
|
|
147
|
-
"homepage": "https://github.com/bradygaster/squad#readme",
|
|
148
|
-
"bugs": {
|
|
149
|
-
"url": "https://github.com/bradygaster/squad/issues"
|
|
150
|
-
},
|
|
151
|
-
"repository": {
|
|
152
|
-
"type": "git",
|
|
153
|
-
"url": "https://github.com/bradygaster/squad.git",
|
|
154
|
-
"directory": "packages/squad-cli"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@bradygaster/squad-cli",
|
|
3
|
+
"version": "0.8.17",
|
|
4
|
+
"description": "Squad CLI — Command-line interface for the Squad multi-agent runtime",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"bin": {
|
|
7
|
+
"squad": "./dist/cli-entry.js",
|
|
8
|
+
"squad-cli": "./dist/cli-entry.js"
|
|
9
|
+
},
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/cli/index.d.ts",
|
|
13
|
+
"import": "./dist/cli/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./upgrade": {
|
|
16
|
+
"types": "./dist/cli/upgrade.d.ts",
|
|
17
|
+
"import": "./dist/cli/upgrade.js"
|
|
18
|
+
},
|
|
19
|
+
"./copilot-install": {
|
|
20
|
+
"types": "./dist/cli/copilot-install.d.ts",
|
|
21
|
+
"import": "./dist/cli/copilot-install.js"
|
|
22
|
+
},
|
|
23
|
+
"./shell/sessions": {
|
|
24
|
+
"types": "./dist/cli/shell/sessions.d.ts",
|
|
25
|
+
"import": "./dist/cli/shell/sessions.js"
|
|
26
|
+
},
|
|
27
|
+
"./shell/spawn": {
|
|
28
|
+
"types": "./dist/cli/shell/spawn.d.ts",
|
|
29
|
+
"import": "./dist/cli/shell/spawn.js"
|
|
30
|
+
},
|
|
31
|
+
"./shell/coordinator": {
|
|
32
|
+
"types": "./dist/cli/shell/coordinator.d.ts",
|
|
33
|
+
"import": "./dist/cli/shell/coordinator.js"
|
|
34
|
+
},
|
|
35
|
+
"./shell/lifecycle": {
|
|
36
|
+
"types": "./dist/cli/shell/lifecycle.d.ts",
|
|
37
|
+
"import": "./dist/cli/shell/lifecycle.js"
|
|
38
|
+
},
|
|
39
|
+
"./shell/stream-bridge": {
|
|
40
|
+
"types": "./dist/cli/shell/stream-bridge.d.ts",
|
|
41
|
+
"import": "./dist/cli/shell/stream-bridge.js"
|
|
42
|
+
},
|
|
43
|
+
"./shell/sdk-bridge": {
|
|
44
|
+
"types": "./dist/cli/shell/sdk-bridge.d.ts",
|
|
45
|
+
"import": "./dist/cli/shell/sdk-bridge.js"
|
|
46
|
+
},
|
|
47
|
+
"./shell/router": {
|
|
48
|
+
"types": "./dist/cli/shell/router.d.ts",
|
|
49
|
+
"import": "./dist/cli/shell/router.js"
|
|
50
|
+
},
|
|
51
|
+
"./shell/commands": {
|
|
52
|
+
"types": "./dist/cli/shell/commands.d.ts",
|
|
53
|
+
"import": "./dist/cli/shell/commands.js"
|
|
54
|
+
},
|
|
55
|
+
"./shell/render": {
|
|
56
|
+
"types": "./dist/cli/shell/render.d.ts",
|
|
57
|
+
"import": "./dist/cli/shell/render.js"
|
|
58
|
+
},
|
|
59
|
+
"./shell/types": {
|
|
60
|
+
"types": "./dist/cli/shell/types.d.ts",
|
|
61
|
+
"import": "./dist/cli/shell/types.js"
|
|
62
|
+
},
|
|
63
|
+
"./shell/session-store": {
|
|
64
|
+
"types": "./dist/cli/shell/session-store.d.ts",
|
|
65
|
+
"import": "./dist/cli/shell/session-store.js"
|
|
66
|
+
},
|
|
67
|
+
"./shell/error-messages": {
|
|
68
|
+
"types": "./dist/cli/shell/error-messages.d.ts",
|
|
69
|
+
"import": "./dist/cli/shell/error-messages.js"
|
|
70
|
+
},
|
|
71
|
+
"./shell/shell-metrics": {
|
|
72
|
+
"types": "./dist/cli/shell/shell-metrics.d.ts",
|
|
73
|
+
"import": "./dist/cli/shell/shell-metrics.js"
|
|
74
|
+
},
|
|
75
|
+
"./core/init": {
|
|
76
|
+
"types": "./dist/cli/core/init.d.ts",
|
|
77
|
+
"import": "./dist/cli/core/init.js"
|
|
78
|
+
},
|
|
79
|
+
"./core/email-scrub": {
|
|
80
|
+
"types": "./dist/cli/core/email-scrub.d.ts",
|
|
81
|
+
"import": "./dist/cli/core/email-scrub.js"
|
|
82
|
+
},
|
|
83
|
+
"./core/upgrade": {
|
|
84
|
+
"types": "./dist/cli/core/upgrade.d.ts",
|
|
85
|
+
"import": "./dist/cli/core/upgrade.js"
|
|
86
|
+
},
|
|
87
|
+
"./core/version": {
|
|
88
|
+
"types": "./dist/cli/core/version.d.ts",
|
|
89
|
+
"import": "./dist/cli/core/version.js"
|
|
90
|
+
},
|
|
91
|
+
"./commands/export": {
|
|
92
|
+
"types": "./dist/cli/commands/export.d.ts",
|
|
93
|
+
"import": "./dist/cli/commands/export.js"
|
|
94
|
+
},
|
|
95
|
+
"./commands/import": {
|
|
96
|
+
"types": "./dist/cli/commands/import.d.ts",
|
|
97
|
+
"import": "./dist/cli/commands/import.js"
|
|
98
|
+
},
|
|
99
|
+
"./commands/doctor": {
|
|
100
|
+
"types": "./dist/cli/commands/doctor.d.ts",
|
|
101
|
+
"import": "./dist/cli/commands/doctor.js"
|
|
102
|
+
},
|
|
103
|
+
"./commands/aspire": {
|
|
104
|
+
"types": "./dist/cli/commands/aspire.d.ts",
|
|
105
|
+
"import": "./dist/cli/commands/aspire.js"
|
|
106
|
+
},
|
|
107
|
+
"./commands/link": {
|
|
108
|
+
"types": "./dist/cli/commands/link.d.ts",
|
|
109
|
+
"import": "./dist/cli/commands/link.js"
|
|
110
|
+
},
|
|
111
|
+
"./commands/init-remote": {
|
|
112
|
+
"types": "./dist/cli/commands/init-remote.d.ts",
|
|
113
|
+
"import": "./dist/cli/commands/init-remote.js"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"files": [
|
|
117
|
+
"dist",
|
|
118
|
+
"templates",
|
|
119
|
+
"README.md"
|
|
120
|
+
],
|
|
121
|
+
"scripts": {
|
|
122
|
+
"prepublishOnly": "npm run build",
|
|
123
|
+
"build": "tsc -p tsconfig.json"
|
|
124
|
+
},
|
|
125
|
+
"engines": {
|
|
126
|
+
"node": ">=20"
|
|
127
|
+
},
|
|
128
|
+
"dependencies": {
|
|
129
|
+
"@bradygaster/squad-sdk": "*",
|
|
130
|
+
"ink": "^6.8.0",
|
|
131
|
+
"react": "^19.2.4"
|
|
132
|
+
},
|
|
133
|
+
"devDependencies": {
|
|
134
|
+
"@types/node": "^22.0.0",
|
|
135
|
+
"@types/react": "^19.2.14",
|
|
136
|
+
"esbuild": "^0.25.0",
|
|
137
|
+
"typescript": "^5.7.0",
|
|
138
|
+
"ink-testing-library": "^4.0.0"
|
|
139
|
+
},
|
|
140
|
+
"keywords": [
|
|
141
|
+
"copilot",
|
|
142
|
+
"multi-agent",
|
|
143
|
+
"squad",
|
|
144
|
+
"cli"
|
|
145
|
+
],
|
|
146
|
+
"license": "MIT",
|
|
147
|
+
"homepage": "https://github.com/bradygaster/squad#readme",
|
|
148
|
+
"bugs": {
|
|
149
|
+
"url": "https://github.com/bradygaster/squad/issues"
|
|
150
|
+
},
|
|
151
|
+
"repository": {
|
|
152
|
+
"type": "git",
|
|
153
|
+
"url": "https://github.com/bradygaster/squad.git",
|
|
154
|
+
"directory": "packages/squad-cli"
|
|
155
|
+
}
|
|
156
|
+
}
|