@bradygaster/squad-cli 0.8.19 → 0.8.22
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 +77 -77
- package/dist/cli/commands/build.d.ts +31 -0
- package/dist/cli/commands/build.d.ts.map +1 -0
- package/dist/cli/commands/build.js +453 -0
- package/dist/cli/commands/build.js.map +1 -0
- package/dist/cli/commands/init-remote.d.ts.map +1 -1
- package/dist/cli/commands/init-remote.js +13 -0
- package/dist/cli/commands/init-remote.js.map +1 -1
- package/dist/cli/commands/link.d.ts.map +1 -1
- package/dist/cli/commands/link.js +13 -0
- package/dist/cli/commands/link.js.map +1 -1
- package/dist/cli/commands/migrate.d.ts +14 -0
- package/dist/cli/commands/migrate.d.ts.map +1 -0
- package/dist/cli/commands/migrate.js +419 -0
- package/dist/cli/commands/migrate.js.map +1 -0
- package/dist/cli/commands/streams.d.ts +15 -0
- package/dist/cli/commands/streams.d.ts.map +1 -0
- package/dist/cli/commands/streams.js +147 -0
- package/dist/cli/commands/streams.js.map +1 -0
- package/dist/cli/core/cast.d.ts.map +1 -1
- package/dist/cli/core/cast.js +111 -63
- package/dist/cli/core/cast.js.map +1 -1
- package/dist/cli/core/init.d.ts +4 -0
- package/dist/cli/core/init.d.ts.map +1 -1
- package/dist/cli/core/init.js +2 -2
- package/dist/cli/core/init.js.map +1 -1
- package/dist/cli/core/migrate-directory.d.ts.map +1 -1
- package/dist/cli/core/migrate-directory.js +3 -2
- package/dist/cli/core/migrate-directory.js.map +1 -1
- package/dist/cli/core/team-md.js +34 -34
- package/dist/cli/core/templates.d.ts.map +1 -1
- package/dist/cli/core/templates.js +0 -6
- package/dist/cli/core/templates.js.map +1 -1
- package/dist/cli/core/upgrade.d.ts.map +1 -1
- package/dist/cli/core/upgrade.js +2 -1
- package/dist/cli/core/upgrade.js.map +1 -1
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +1 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/shell/commands.d.ts +6 -0
- package/dist/cli/shell/commands.d.ts.map +1 -1
- package/dist/cli/shell/commands.js +2 -1
- package/dist/cli/shell/commands.js.map +1 -1
- package/dist/cli/shell/components/AgentPanel.d.ts.map +1 -1
- package/dist/cli/shell/components/AgentPanel.js +4 -3
- package/dist/cli/shell/components/AgentPanel.js.map +1 -1
- package/dist/cli/shell/components/App.d.ts.map +1 -1
- package/dist/cli/shell/components/App.js +36 -2
- package/dist/cli/shell/components/App.js.map +1 -1
- package/dist/cli/shell/components/MessageStream.d.ts.map +1 -1
- package/dist/cli/shell/components/MessageStream.js +2 -1
- package/dist/cli/shell/components/MessageStream.js.map +1 -1
- package/dist/cli/shell/components/ThinkingIndicator.js +2 -2
- package/dist/cli/shell/components/ThinkingIndicator.js.map +1 -1
- package/dist/cli/shell/coordinator.js +88 -88
- package/dist/cli/shell/index.d.ts.map +1 -1
- package/dist/cli/shell/index.js +41 -3
- package/dist/cli/shell/index.js.map +1 -1
- package/dist/cli-entry.js +207 -15
- package/dist/cli-entry.js.map +1 -1
- package/package.json +181 -156
- package/templates/casting-history.json +4 -4
- package/templates/casting-policy.json +35 -35
- package/templates/casting-registry.json +3 -3
- package/templates/ceremonies.md +41 -41
- package/templates/charter.md +53 -53
- package/templates/constraint-tracking.md +38 -38
- package/templates/copilot-instructions.md +46 -46
- package/templates/history.md +10 -10
- package/templates/identity/now.md +9 -9
- package/templates/identity/wisdom.md +15 -15
- package/templates/mcp-config.md +90 -90
- package/templates/multi-agent-format.md +28 -28
- package/templates/orchestration-log.md +27 -27
- package/templates/plugin-marketplace.md +49 -49
- package/templates/ralph-triage.js +1 -1
- package/templates/raw-agent-output.md +37 -37
- package/templates/roster.md +60 -60
- package/templates/routing.md +54 -54
- package/templates/run-output.md +50 -50
- package/templates/scribe-charter.md +119 -119
- package/templates/skill.md +24 -24
- package/templates/skills/squad-conventions/SKILL.md +69 -69
- package/templates/squad.agent.md +1146 -1146
- package/templates/workflows/squad-ci.yml +24 -24
- package/templates/workflows/squad-docs.yml +50 -50
- package/templates/workflows/squad-heartbeat.yml +3 -3
- package/templates/workflows/squad-insider-release.yml +61 -61
- package/templates/workflows/squad-issue-assign.yml +161 -161
- package/templates/workflows/squad-label-enforce.yml +181 -181
- package/templates/workflows/squad-preview.yml +55 -55
- package/templates/workflows/squad-promote.yml +120 -121
- package/templates/workflows/squad-release.yml +77 -77
- package/templates/workflows/squad-triage.yml +260 -260
- package/templates/workflows/sync-squad-labels.yml +169 -169
- package/dist/cli/shell/sdk-bridge.d.ts +0 -50
- package/dist/cli/shell/sdk-bridge.d.ts.map +0 -1
- package/dist/cli/shell/sdk-bridge.js +0 -235
- package/dist/cli/shell/sdk-bridge.js.map +0 -1
- package/dist/cli/shell/theme-colors.d.ts +0 -39
- package/dist/cli/shell/theme-colors.d.ts.map +0 -1
- package/dist/cli/shell/theme-colors.js +0 -39
- package/dist/cli/shell/theme-colors.js.map +0 -1
- package/dist/cli.d.ts +0 -3
- package/dist/cli.d.ts.map +0 -1
- package/dist/cli.js +0 -4
- package/dist/cli.js.map +0 -1
- package/templates/workflows/squad-main-guard.yml +0 -129
package/package.json
CHANGED
|
@@ -1,156 +1,181 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bradygaster/squad-cli",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "Squad CLI — Command-line interface for the Squad multi-agent runtime",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
"squad": "
|
|
8
|
-
"squad-cli": "
|
|
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
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
},
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@bradygaster/squad-cli",
|
|
3
|
+
"version": "0.8.22",
|
|
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
|
+
"./commands/watch": {
|
|
116
|
+
"types": "./dist/cli/commands/watch.d.ts",
|
|
117
|
+
"import": "./dist/cli/commands/watch.js"
|
|
118
|
+
},
|
|
119
|
+
"./commands/start": {
|
|
120
|
+
"types": "./dist/cli/commands/start.d.ts",
|
|
121
|
+
"import": "./dist/cli/commands/start.js"
|
|
122
|
+
},
|
|
123
|
+
"./commands/rc-tunnel": {
|
|
124
|
+
"types": "./dist/cli/commands/rc-tunnel.d.ts",
|
|
125
|
+
"import": "./dist/cli/commands/rc-tunnel.js"
|
|
126
|
+
},
|
|
127
|
+
"./commands/extract": {
|
|
128
|
+
"types": "./dist/cli/commands/extract.d.ts",
|
|
129
|
+
"import": "./dist/cli/commands/extract.js"
|
|
130
|
+
},
|
|
131
|
+
"./commands/copilot": {
|
|
132
|
+
"types": "./dist/cli/commands/copilot.d.ts",
|
|
133
|
+
"import": "./dist/cli/commands/copilot.js"
|
|
134
|
+
},
|
|
135
|
+
"./commands/copilot-bridge": {
|
|
136
|
+
"types": "./dist/cli/commands/copilot-bridge.d.ts",
|
|
137
|
+
"import": "./dist/cli/commands/copilot-bridge.js"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"files": [
|
|
141
|
+
"dist",
|
|
142
|
+
"templates",
|
|
143
|
+
"README.md"
|
|
144
|
+
],
|
|
145
|
+
"scripts": {
|
|
146
|
+
"prepublishOnly": "npm run build",
|
|
147
|
+
"build": "tsc -p tsconfig.json"
|
|
148
|
+
},
|
|
149
|
+
"engines": {
|
|
150
|
+
"node": ">=20"
|
|
151
|
+
},
|
|
152
|
+
"dependencies": {
|
|
153
|
+
"@bradygaster/squad-sdk": "*",
|
|
154
|
+
"ink": "^6.8.0",
|
|
155
|
+
"react": "^19.2.4",
|
|
156
|
+
"vscode-jsonrpc": "^8.2.1"
|
|
157
|
+
},
|
|
158
|
+
"devDependencies": {
|
|
159
|
+
"@types/node": "^22.0.0",
|
|
160
|
+
"@types/react": "^19.2.14",
|
|
161
|
+
"esbuild": "^0.25.0",
|
|
162
|
+
"typescript": "^5.7.0",
|
|
163
|
+
"ink-testing-library": "^4.0.0"
|
|
164
|
+
},
|
|
165
|
+
"keywords": [
|
|
166
|
+
"copilot",
|
|
167
|
+
"multi-agent",
|
|
168
|
+
"squad",
|
|
169
|
+
"cli"
|
|
170
|
+
],
|
|
171
|
+
"license": "MIT",
|
|
172
|
+
"homepage": "https://github.com/bradygaster/squad#readme",
|
|
173
|
+
"bugs": {
|
|
174
|
+
"url": "https://github.com/bradygaster/squad/issues"
|
|
175
|
+
},
|
|
176
|
+
"repository": {
|
|
177
|
+
"type": "git",
|
|
178
|
+
"url": "git+https://github.com/bradygaster/squad.git",
|
|
179
|
+
"directory": "packages/squad-cli"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{
|
|
2
|
-
"universe_usage_history": [],
|
|
3
|
-
"assignment_cast_snapshots": {}
|
|
4
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"universe_usage_history": [],
|
|
3
|
+
"assignment_cast_snapshots": {}
|
|
4
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
{
|
|
2
|
-
"casting_policy_version": "1.1",
|
|
3
|
-
"allowlist_universes": [
|
|
4
|
-
"The Usual Suspects",
|
|
5
|
-
"Reservoir Dogs",
|
|
6
|
-
"Alien",
|
|
7
|
-
"Ocean's Eleven",
|
|
8
|
-
"Arrested Development",
|
|
9
|
-
"Star Wars",
|
|
10
|
-
"The Matrix",
|
|
11
|
-
"Firefly",
|
|
12
|
-
"The Goonies",
|
|
13
|
-
"The Simpsons",
|
|
14
|
-
"Breaking Bad",
|
|
15
|
-
"Lost",
|
|
16
|
-
"Marvel Cinematic Universe",
|
|
17
|
-
"DC Universe"
|
|
18
|
-
],
|
|
19
|
-
"universe_capacity": {
|
|
20
|
-
"The Usual Suspects": 6,
|
|
21
|
-
"Reservoir Dogs": 8,
|
|
22
|
-
"Alien": 8,
|
|
23
|
-
"Ocean's Eleven": 14,
|
|
24
|
-
"Arrested Development": 15,
|
|
25
|
-
"Star Wars": 12,
|
|
26
|
-
"The Matrix": 10,
|
|
27
|
-
"Firefly": 10,
|
|
28
|
-
"The Goonies": 8,
|
|
29
|
-
"The Simpsons": 20,
|
|
30
|
-
"Breaking Bad": 12,
|
|
31
|
-
"Lost": 18,
|
|
32
|
-
"Marvel Cinematic Universe": 25,
|
|
33
|
-
"DC Universe": 18
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"casting_policy_version": "1.1",
|
|
3
|
+
"allowlist_universes": [
|
|
4
|
+
"The Usual Suspects",
|
|
5
|
+
"Reservoir Dogs",
|
|
6
|
+
"Alien",
|
|
7
|
+
"Ocean's Eleven",
|
|
8
|
+
"Arrested Development",
|
|
9
|
+
"Star Wars",
|
|
10
|
+
"The Matrix",
|
|
11
|
+
"Firefly",
|
|
12
|
+
"The Goonies",
|
|
13
|
+
"The Simpsons",
|
|
14
|
+
"Breaking Bad",
|
|
15
|
+
"Lost",
|
|
16
|
+
"Marvel Cinematic Universe",
|
|
17
|
+
"DC Universe"
|
|
18
|
+
],
|
|
19
|
+
"universe_capacity": {
|
|
20
|
+
"The Usual Suspects": 6,
|
|
21
|
+
"Reservoir Dogs": 8,
|
|
22
|
+
"Alien": 8,
|
|
23
|
+
"Ocean's Eleven": 14,
|
|
24
|
+
"Arrested Development": 15,
|
|
25
|
+
"Star Wars": 12,
|
|
26
|
+
"The Matrix": 10,
|
|
27
|
+
"Firefly": 10,
|
|
28
|
+
"The Goonies": 8,
|
|
29
|
+
"The Simpsons": 20,
|
|
30
|
+
"Breaking Bad": 12,
|
|
31
|
+
"Lost": 18,
|
|
32
|
+
"Marvel Cinematic Universe": 25,
|
|
33
|
+
"DC Universe": 18
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"agents": {}
|
|
3
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"agents": {}
|
|
3
|
+
}
|
package/templates/ceremonies.md
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
# Ceremonies
|
|
2
|
-
|
|
3
|
-
> Team meetings that happen before or after work. Each squad configures their own.
|
|
4
|
-
|
|
5
|
-
## Design Review
|
|
6
|
-
|
|
7
|
-
| Field | Value |
|
|
8
|
-
|-------|-------|
|
|
9
|
-
| **Trigger** | auto |
|
|
10
|
-
| **When** | before |
|
|
11
|
-
| **Condition** | multi-agent task involving 2+ agents modifying shared systems |
|
|
12
|
-
| **Facilitator** | lead |
|
|
13
|
-
| **Participants** | all-relevant |
|
|
14
|
-
| **Time budget** | focused |
|
|
15
|
-
| **Enabled** | ✅ yes |
|
|
16
|
-
|
|
17
|
-
**Agenda:**
|
|
18
|
-
1. Review the task and requirements
|
|
19
|
-
2. Agree on interfaces and contracts between components
|
|
20
|
-
3. Identify risks and edge cases
|
|
21
|
-
4. Assign action items
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## Retrospective
|
|
26
|
-
|
|
27
|
-
| Field | Value |
|
|
28
|
-
|-------|-------|
|
|
29
|
-
| **Trigger** | auto |
|
|
30
|
-
| **When** | after |
|
|
31
|
-
| **Condition** | build failure, test failure, or reviewer rejection |
|
|
32
|
-
| **Facilitator** | lead |
|
|
33
|
-
| **Participants** | all-involved |
|
|
34
|
-
| **Time budget** | focused |
|
|
35
|
-
| **Enabled** | ✅ yes |
|
|
36
|
-
|
|
37
|
-
**Agenda:**
|
|
38
|
-
1. What happened? (facts only)
|
|
39
|
-
2. Root cause analysis
|
|
40
|
-
3. What should change?
|
|
41
|
-
4. Action items for next iteration
|
|
1
|
+
# Ceremonies
|
|
2
|
+
|
|
3
|
+
> Team meetings that happen before or after work. Each squad configures their own.
|
|
4
|
+
|
|
5
|
+
## Design Review
|
|
6
|
+
|
|
7
|
+
| Field | Value |
|
|
8
|
+
|-------|-------|
|
|
9
|
+
| **Trigger** | auto |
|
|
10
|
+
| **When** | before |
|
|
11
|
+
| **Condition** | multi-agent task involving 2+ agents modifying shared systems |
|
|
12
|
+
| **Facilitator** | lead |
|
|
13
|
+
| **Participants** | all-relevant |
|
|
14
|
+
| **Time budget** | focused |
|
|
15
|
+
| **Enabled** | ✅ yes |
|
|
16
|
+
|
|
17
|
+
**Agenda:**
|
|
18
|
+
1. Review the task and requirements
|
|
19
|
+
2. Agree on interfaces and contracts between components
|
|
20
|
+
3. Identify risks and edge cases
|
|
21
|
+
4. Assign action items
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Retrospective
|
|
26
|
+
|
|
27
|
+
| Field | Value |
|
|
28
|
+
|-------|-------|
|
|
29
|
+
| **Trigger** | auto |
|
|
30
|
+
| **When** | after |
|
|
31
|
+
| **Condition** | build failure, test failure, or reviewer rejection |
|
|
32
|
+
| **Facilitator** | lead |
|
|
33
|
+
| **Participants** | all-involved |
|
|
34
|
+
| **Time budget** | focused |
|
|
35
|
+
| **Enabled** | ✅ yes |
|
|
36
|
+
|
|
37
|
+
**Agenda:**
|
|
38
|
+
1. What happened? (facts only)
|
|
39
|
+
2. Root cause analysis
|
|
40
|
+
3. What should change?
|
|
41
|
+
4. Action items for next iteration
|
package/templates/charter.md
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
# {Name} — {Role}
|
|
2
|
-
|
|
3
|
-
> {One-line personality statement — what makes this person tick}
|
|
4
|
-
|
|
5
|
-
## Identity
|
|
6
|
-
|
|
7
|
-
- **Name:** {Name}
|
|
8
|
-
- **Role:** {Role title}
|
|
9
|
-
- **Expertise:** {2-3 specific skills relevant to the project}
|
|
10
|
-
- **Style:** {How they communicate — direct? thorough? opinionated?}
|
|
11
|
-
|
|
12
|
-
## What I Own
|
|
13
|
-
|
|
14
|
-
- {Area of responsibility 1}
|
|
15
|
-
- {Area of responsibility 2}
|
|
16
|
-
- {Area of responsibility 3}
|
|
17
|
-
|
|
18
|
-
## How I Work
|
|
19
|
-
|
|
20
|
-
- {Key approach or principle 1}
|
|
21
|
-
- {Key approach or principle 2}
|
|
22
|
-
- {Pattern or convention I follow}
|
|
23
|
-
|
|
24
|
-
## Boundaries
|
|
25
|
-
|
|
26
|
-
**I handle:** {types of work this agent does}
|
|
27
|
-
|
|
28
|
-
**I don't handle:** {types of work that belong to other team members}
|
|
29
|
-
|
|
30
|
-
**When I'm unsure:** I say so and suggest who might know.
|
|
31
|
-
|
|
32
|
-
**If I review others' work:** On rejection, I may require a different agent to revise (not the original author) or request a new specialist be spawned. The Coordinator enforces this.
|
|
33
|
-
|
|
34
|
-
## Model
|
|
35
|
-
|
|
36
|
-
- **Preferred:** auto
|
|
37
|
-
- **Rationale:** Coordinator selects the best model based on task type — cost first unless writing code
|
|
38
|
-
- **Fallback:** Standard chain — the coordinator handles fallback automatically
|
|
39
|
-
|
|
40
|
-
## Collaboration
|
|
41
|
-
|
|
42
|
-
Before starting work, run `git rev-parse --show-toplevel` to find the repo root, or use the `TEAM ROOT` provided in the spawn prompt. All `.squad/` paths must be resolved relative to this root — do not assume CWD is the repo root (you may be in a worktree or subdirectory).
|
|
43
|
-
|
|
44
|
-
Before starting work, read `.squad/decisions.md` for team decisions that affect me.
|
|
45
|
-
After making a decision others should know, write it to `.squad/decisions/inbox/{my-name}-{brief-slug}.md` — the Scribe will merge it.
|
|
46
|
-
If I need another team member's input, say so — the coordinator will bring them in.
|
|
47
|
-
|
|
48
|
-
## Voice
|
|
49
|
-
|
|
50
|
-
{1-2 sentences describing personality. Not generic — specific. This agent has OPINIONS.
|
|
51
|
-
They have preferences. They push back. They have a style that's distinctly theirs.
|
|
52
|
-
Example: "Opinionated about test coverage. Will push back if tests are skipped.
|
|
53
|
-
Prefers integration tests over mocks. Thinks 80% coverage is the floor, not the ceiling."}
|
|
1
|
+
# {Name} — {Role}
|
|
2
|
+
|
|
3
|
+
> {One-line personality statement — what makes this person tick}
|
|
4
|
+
|
|
5
|
+
## Identity
|
|
6
|
+
|
|
7
|
+
- **Name:** {Name}
|
|
8
|
+
- **Role:** {Role title}
|
|
9
|
+
- **Expertise:** {2-3 specific skills relevant to the project}
|
|
10
|
+
- **Style:** {How they communicate — direct? thorough? opinionated?}
|
|
11
|
+
|
|
12
|
+
## What I Own
|
|
13
|
+
|
|
14
|
+
- {Area of responsibility 1}
|
|
15
|
+
- {Area of responsibility 2}
|
|
16
|
+
- {Area of responsibility 3}
|
|
17
|
+
|
|
18
|
+
## How I Work
|
|
19
|
+
|
|
20
|
+
- {Key approach or principle 1}
|
|
21
|
+
- {Key approach or principle 2}
|
|
22
|
+
- {Pattern or convention I follow}
|
|
23
|
+
|
|
24
|
+
## Boundaries
|
|
25
|
+
|
|
26
|
+
**I handle:** {types of work this agent does}
|
|
27
|
+
|
|
28
|
+
**I don't handle:** {types of work that belong to other team members}
|
|
29
|
+
|
|
30
|
+
**When I'm unsure:** I say so and suggest who might know.
|
|
31
|
+
|
|
32
|
+
**If I review others' work:** On rejection, I may require a different agent to revise (not the original author) or request a new specialist be spawned. The Coordinator enforces this.
|
|
33
|
+
|
|
34
|
+
## Model
|
|
35
|
+
|
|
36
|
+
- **Preferred:** auto
|
|
37
|
+
- **Rationale:** Coordinator selects the best model based on task type — cost first unless writing code
|
|
38
|
+
- **Fallback:** Standard chain — the coordinator handles fallback automatically
|
|
39
|
+
|
|
40
|
+
## Collaboration
|
|
41
|
+
|
|
42
|
+
Before starting work, run `git rev-parse --show-toplevel` to find the repo root, or use the `TEAM ROOT` provided in the spawn prompt. All `.squad/` paths must be resolved relative to this root — do not assume CWD is the repo root (you may be in a worktree or subdirectory).
|
|
43
|
+
|
|
44
|
+
Before starting work, read `.squad/decisions.md` for team decisions that affect me.
|
|
45
|
+
After making a decision others should know, write it to `.squad/decisions/inbox/{my-name}-{brief-slug}.md` — the Scribe will merge it.
|
|
46
|
+
If I need another team member's input, say so — the coordinator will bring them in.
|
|
47
|
+
|
|
48
|
+
## Voice
|
|
49
|
+
|
|
50
|
+
{1-2 sentences describing personality. Not generic — specific. This agent has OPINIONS.
|
|
51
|
+
They have preferences. They push back. They have a style that's distinctly theirs.
|
|
52
|
+
Example: "Opinionated about test coverage. Will push back if tests are skipped.
|
|
53
|
+
Prefers integration tests over mocks. Thinks 80% coverage is the floor, not the ceiling."}
|