@bradygaster/squad-cli 0.8.25 → 0.9.0

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 (172) hide show
  1. package/README.md +284 -32
  2. package/dist/cli/commands/aspire.d.ts.map +1 -1
  3. package/dist/cli/commands/aspire.js +3 -0
  4. package/dist/cli/commands/aspire.js.map +1 -1
  5. package/dist/cli/commands/build.js +3 -3
  6. package/dist/cli/commands/build.js.map +1 -1
  7. package/dist/cli/commands/cast.d.ts +13 -0
  8. package/dist/cli/commands/cast.d.ts.map +1 -0
  9. package/dist/cli/commands/cast.js +77 -0
  10. package/dist/cli/commands/cast.js.map +1 -0
  11. package/dist/cli/commands/cost.d.ts +2 -0
  12. package/dist/cli/commands/cost.d.ts.map +1 -0
  13. package/dist/cli/commands/cost.js +170 -0
  14. package/dist/cli/commands/cost.js.map +1 -0
  15. package/dist/cli/commands/cross-squad.d.ts +12 -0
  16. package/dist/cli/commands/cross-squad.d.ts.map +1 -0
  17. package/dist/cli/commands/cross-squad.js +80 -0
  18. package/dist/cli/commands/cross-squad.js.map +1 -0
  19. package/dist/cli/commands/doctor.d.ts +5 -0
  20. package/dist/cli/commands/doctor.d.ts.map +1 -1
  21. package/dist/cli/commands/doctor.js +156 -0
  22. package/dist/cli/commands/doctor.js.map +1 -1
  23. package/dist/cli/commands/economy.d.ts +10 -0
  24. package/dist/cli/commands/economy.d.ts.map +1 -0
  25. package/dist/cli/commands/economy.js +64 -0
  26. package/dist/cli/commands/economy.js.map +1 -0
  27. package/dist/cli/commands/export.d.ts.map +1 -1
  28. package/dist/cli/commands/export.js +11 -4
  29. package/dist/cli/commands/export.js.map +1 -1
  30. package/dist/cli/commands/import.js +2 -2
  31. package/dist/cli/commands/import.js.map +1 -1
  32. package/dist/cli/commands/personal.d.ts +16 -0
  33. package/dist/cli/commands/personal.d.ts.map +1 -0
  34. package/dist/cli/commands/personal.js +213 -0
  35. package/dist/cli/commands/personal.js.map +1 -0
  36. package/dist/cli/commands/roles.d.ts +2 -0
  37. package/dist/cli/commands/roles.d.ts.map +1 -0
  38. package/dist/cli/commands/roles.js +54 -0
  39. package/dist/cli/commands/roles.js.map +1 -0
  40. package/dist/cli/commands/schedule.d.ts +14 -0
  41. package/dist/cli/commands/schedule.d.ts.map +1 -0
  42. package/dist/cli/commands/schedule.js +208 -0
  43. package/dist/cli/commands/schedule.js.map +1 -0
  44. package/dist/cli/commands/watch.d.ts.map +1 -1
  45. package/dist/cli/commands/watch.js +17 -5
  46. package/dist/cli/commands/watch.js.map +1 -1
  47. package/dist/cli/core/cast.d.ts +9 -0
  48. package/dist/cli/core/cast.d.ts.map +1 -1
  49. package/dist/cli/core/cast.js +170 -60
  50. package/dist/cli/core/cast.js.map +1 -1
  51. package/dist/cli/core/detect-squad-dir.d.ts +10 -0
  52. package/dist/cli/core/detect-squad-dir.d.ts.map +1 -1
  53. package/dist/cli/core/detect-squad-dir.js +47 -0
  54. package/dist/cli/core/detect-squad-dir.js.map +1 -1
  55. package/dist/cli/core/init.d.ts +8 -0
  56. package/dist/cli/core/init.d.ts.map +1 -1
  57. package/dist/cli/core/init.js +115 -2
  58. package/dist/cli/core/init.js.map +1 -1
  59. package/dist/cli/core/migrations.d.ts.map +1 -1
  60. package/dist/cli/core/migrations.js +21 -0
  61. package/dist/cli/core/migrations.js.map +1 -1
  62. package/dist/cli/core/templates.d.ts.map +1 -1
  63. package/dist/cli/core/templates.js +8 -1
  64. package/dist/cli/core/templates.js.map +1 -1
  65. package/dist/cli/core/upgrade.d.ts +14 -0
  66. package/dist/cli/core/upgrade.d.ts.map +1 -1
  67. package/dist/cli/core/upgrade.js +182 -48
  68. package/dist/cli/core/upgrade.js.map +1 -1
  69. package/dist/cli/core/version.js +2 -2
  70. package/dist/cli/core/version.js.map +1 -1
  71. package/dist/cli/index.d.ts +2 -0
  72. package/dist/cli/index.d.ts.map +1 -1
  73. package/dist/cli/index.js +2 -0
  74. package/dist/cli/index.js.map +1 -1
  75. package/dist/cli/self-update.d.ts +21 -0
  76. package/dist/cli/self-update.d.ts.map +1 -0
  77. package/dist/cli/self-update.js +113 -0
  78. package/dist/cli/self-update.js.map +1 -0
  79. package/dist/cli/shell/autocomplete.d.ts.map +1 -1
  80. package/dist/cli/shell/autocomplete.js +5 -0
  81. package/dist/cli/shell/autocomplete.js.map +1 -1
  82. package/dist/cli/shell/commands.d.ts.map +1 -1
  83. package/dist/cli/shell/commands.js +55 -24
  84. package/dist/cli/shell/commands.js.map +1 -1
  85. package/dist/cli/shell/components/AgentPanel.d.ts.map +1 -1
  86. package/dist/cli/shell/components/AgentPanel.js +21 -6
  87. package/dist/cli/shell/components/AgentPanel.js.map +1 -1
  88. package/dist/cli/shell/components/App.d.ts.map +1 -1
  89. package/dist/cli/shell/components/App.js +33 -15
  90. package/dist/cli/shell/components/App.js.map +1 -1
  91. package/dist/cli/shell/components/InputPrompt.js +1 -1
  92. package/dist/cli/shell/components/InputPrompt.js.map +1 -1
  93. package/dist/cli/shell/components/MessageStream.d.ts +2 -0
  94. package/dist/cli/shell/components/MessageStream.d.ts.map +1 -1
  95. package/dist/cli/shell/components/MessageStream.js +20 -20
  96. package/dist/cli/shell/components/MessageStream.js.map +1 -1
  97. package/dist/cli/shell/components/ThinkingIndicator.d.ts +4 -0
  98. package/dist/cli/shell/components/ThinkingIndicator.d.ts.map +1 -1
  99. package/dist/cli/shell/components/ThinkingIndicator.js +23 -4
  100. package/dist/cli/shell/components/ThinkingIndicator.js.map +1 -1
  101. package/dist/cli/shell/coordinator.d.ts +7 -0
  102. package/dist/cli/shell/coordinator.d.ts.map +1 -1
  103. package/dist/cli/shell/coordinator.js +206 -88
  104. package/dist/cli/shell/coordinator.js.map +1 -1
  105. package/dist/cli/shell/error-messages.d.ts +14 -0
  106. package/dist/cli/shell/error-messages.d.ts.map +1 -1
  107. package/dist/cli/shell/error-messages.js +65 -1
  108. package/dist/cli/shell/error-messages.js.map +1 -1
  109. package/dist/cli/shell/index.d.ts +1 -1
  110. package/dist/cli/shell/index.d.ts.map +1 -1
  111. package/dist/cli/shell/index.js +83 -12
  112. package/dist/cli/shell/index.js.map +1 -1
  113. package/dist/cli/shell/router.d.ts.map +1 -1
  114. package/dist/cli/shell/router.js +21 -2
  115. package/dist/cli/shell/router.js.map +1 -1
  116. package/dist/cli/shell/stream-bridge.d.ts +2 -0
  117. package/dist/cli/shell/stream-bridge.d.ts.map +1 -1
  118. package/dist/cli/shell/stream-bridge.js +11 -2
  119. package/dist/cli/shell/stream-bridge.js.map +1 -1
  120. package/dist/cli/shell/terminal.d.ts +5 -5
  121. package/dist/cli/shell/terminal.d.ts.map +1 -1
  122. package/dist/cli/shell/terminal.js +35 -26
  123. package/dist/cli/shell/terminal.js.map +1 -1
  124. package/dist/cli-entry.js +124 -42
  125. package/dist/cli-entry.js.map +1 -1
  126. package/package.json +20 -4
  127. package/scripts/patch-esm-imports.mjs +84 -55
  128. package/scripts/patch-ink-rendering.mjs +115 -0
  129. package/templates/casting/Futurama.json +10 -0
  130. package/templates/casting-policy.json +4 -2
  131. package/templates/casting-reference.md +104 -0
  132. package/templates/cooperative-rate-limiting.md +229 -0
  133. package/templates/issue-lifecycle.md +412 -0
  134. package/templates/keda-scaler.md +164 -0
  135. package/templates/machine-capabilities.md +75 -0
  136. package/templates/orchestration-log.md +1 -1
  137. package/templates/ralph-circuit-breaker.md +313 -0
  138. package/templates/routing.md +5 -20
  139. package/templates/scribe-charter.md +1 -1
  140. package/templates/skills/agent-collaboration/SKILL.md +42 -0
  141. package/templates/skills/agent-conduct/SKILL.md +24 -0
  142. package/templates/skills/architectural-proposals/SKILL.md +151 -0
  143. package/templates/skills/ci-validation-gates/SKILL.md +84 -0
  144. package/templates/skills/cli-wiring/SKILL.md +47 -0
  145. package/templates/skills/client-compatibility/SKILL.md +89 -0
  146. package/templates/skills/cross-squad/SKILL.md +114 -0
  147. package/templates/skills/distributed-mesh/SKILL.md +287 -0
  148. package/templates/skills/distributed-mesh/mesh.json.example +30 -0
  149. package/templates/skills/distributed-mesh/sync-mesh.ps1 +111 -0
  150. package/templates/skills/distributed-mesh/sync-mesh.sh +104 -0
  151. package/templates/skills/docs-standards/SKILL.md +71 -0
  152. package/templates/skills/economy-mode/SKILL.md +114 -0
  153. package/templates/skills/external-comms/SKILL.md +329 -0
  154. package/templates/skills/gh-auth-isolation/SKILL.md +183 -0
  155. package/templates/skills/git-workflow/SKILL.md +204 -0
  156. package/templates/skills/github-multi-account/SKILL.md +95 -0
  157. package/templates/skills/history-hygiene/SKILL.md +36 -0
  158. package/templates/skills/humanizer/SKILL.md +105 -0
  159. package/templates/skills/init-mode/SKILL.md +102 -0
  160. package/templates/skills/model-selection/SKILL.md +117 -0
  161. package/templates/skills/nap/SKILL.md +24 -0
  162. package/templates/skills/personal-squad/SKILL.md +57 -0
  163. package/templates/skills/release-process/SKILL.md +423 -0
  164. package/templates/skills/reskill/SKILL.md +92 -0
  165. package/templates/skills/reviewer-protocol/SKILL.md +79 -0
  166. package/templates/skills/secret-handling/SKILL.md +200 -0
  167. package/templates/skills/session-recovery/SKILL.md +155 -0
  168. package/templates/skills/test-discipline/SKILL.md +37 -0
  169. package/templates/skills/windows-compatibility/SKILL.md +74 -0
  170. package/templates/squad.agent.md +1287 -1146
  171. package/templates/workflows/squad-docs.yml +8 -4
  172. package/templates/workflows/squad-heartbeat.yml +3 -4
@@ -1,18 +1,19 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * ESM Import Patcher for @github/copilot-sdk
5
- *
6
- * Patches broken ESM imports in @github/copilot-sdk for Node 24+ compatibility.
7
- *
8
- * Root cause: @github/copilot-sdk@0.1.32 has inconsistent ESM imports:
9
- * - session.js imports "vscode-jsonrpc/node" (BROKEN - missing .js extension)
10
- * - client.js imports "vscode-jsonrpc/node.js" (correct)
11
- *
12
- * Node 24+ enforces strict ESM resolution requiring .js extensions.
13
- * This is a temporary workaround until copilot-sdk fixes upstream.
14
- *
15
- * Issue: bradygaster/squad#XXX
4
+ * ESM Import Patcher — dual-layer fix for Node 22/24+ compatibility
5
+ *
6
+ * Layer 1: Patch vscode-jsonrpc/package.json with `exports` field
7
+ * vscode-jsonrpc@8.2.1 has no `exports` field. Node 22+ strict ESM
8
+ * rejects subpath imports like 'vscode-jsonrpc/node' without it.
9
+ * Injecting the exports map from v9.x fixes ALL subpath imports at once.
10
+ *
11
+ * Layer 2: Patch @github/copilot-sdk session.js (defense-in-depth)
12
+ * copilot-sdk@0.1.32 imports 'vscode-jsonrpc/node' without .js extension.
13
+ * This layer ensures the import works even if Layer 1 somehow fails.
14
+ *
15
+ * Issue: bradygaster/squad#449
16
+ * Upstream: https://github.com/github/copilot-sdk/issues/707
16
17
  */
17
18
 
18
19
  import { readFileSync, writeFileSync, existsSync } from 'fs';
@@ -21,57 +22,85 @@ import { fileURLToPath } from 'url';
21
22
 
22
23
  const __dirname = dirname(fileURLToPath(import.meta.url));
23
24
 
25
+ // Locations where npm workspaces / global install may place dependencies
26
+ const SEARCH_ROOTS = [
27
+ join(__dirname, '..', 'node_modules'), // squad-cli local
28
+ join(__dirname, '..', '..', '..', 'node_modules'), // workspace root
29
+ join(__dirname, '..', '..'), // global install (sibling)
30
+ ];
31
+
24
32
  /**
25
- * Patch session.js in @github/copilot-sdk
33
+ * Layer 1 Inject `exports` field into vscode-jsonrpc/package.json.
34
+ * This is the canonical fix: once the package has proper exports, Node's
35
+ * ESM resolver handles every subpath ('vscode-jsonrpc/node', '/browser', etc.)
36
+ * without needing per-file patches.
26
37
  */
27
- function patchCopilotSdk() {
28
- // Try multiple possible locations (npm workspaces can hoist dependencies)
29
- const possiblePaths = [
30
- // squad-cli package node_modules
31
- join(__dirname, '..', 'node_modules', '@github', 'copilot-sdk', 'dist', 'session.js'),
32
- // Workspace root node_modules (common with npm workspaces)
33
- join(__dirname, '..', '..', '..', 'node_modules', '@github', 'copilot-sdk', 'dist', 'session.js'),
34
- // Global install location (node_modules at parent of package)
35
- join(__dirname, '..', '..', '@github', 'copilot-sdk', 'dist', 'session.js'),
36
- ];
37
-
38
- let sessionJsPath = null;
39
- for (const path of possiblePaths) {
40
- if (existsSync(path)) {
41
- sessionJsPath = path;
42
- break;
38
+ function patchVscodeJsonrpcExports() {
39
+ const exportsField = {
40
+ '.': { types: './lib/common/api.d.ts', default: './lib/node/main.js' },
41
+ './node': { node: './lib/node/main.js', types: './lib/node/main.d.ts' },
42
+ './node.js': { node: './lib/node/main.js', types: './lib/node/main.d.ts' },
43
+ './browser': { types: './lib/browser/main.d.ts', browser: './lib/browser/main.js' },
44
+ };
45
+
46
+ for (const root of SEARCH_ROOTS) {
47
+ const pkgPath = join(root, 'vscode-jsonrpc', 'package.json');
48
+ if (!existsSync(pkgPath)) continue;
49
+
50
+ try {
51
+ const raw = readFileSync(pkgPath, 'utf8');
52
+ const pkg = JSON.parse(raw);
53
+
54
+ if (pkg.exports && pkg.exports['./node.js']) {
55
+ console.log('⏭️ vscode-jsonrpc already has complete exports field — skipping');
56
+ return false;
57
+ }
58
+
59
+ pkg.exports = exportsField;
60
+ writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + '\n', 'utf8');
61
+ console.log('✅ Patched vscode-jsonrpc/package.json with exports field (Node 22/24+ ESM fix)');
62
+ return true;
63
+ } catch (err) {
64
+ console.warn('⚠️ Failed to patch vscode-jsonrpc exports:', err.message);
65
+ return false;
43
66
  }
44
67
  }
45
68
 
46
- if (!sessionJsPath) {
47
- // copilot-sdk not installed (maybe optionalDependency or CI without install)
48
- // This is fine - exit silently
49
- return false;
50
- }
69
+ return false;
70
+ }
51
71
 
52
- try {
53
- let content = readFileSync(sessionJsPath, 'utf8');
54
-
55
- // Replace extensionless import with .js extension
56
- const patched = content.replace(
57
- /from\s+["']vscode-jsonrpc\/node["']/g,
58
- 'from "vscode-jsonrpc/node.js"'
59
- );
60
-
61
- if (patched !== content) {
62
- writeFileSync(sessionJsPath, patched, 'utf8');
63
- console.log('✅ Patched @github/copilot-sdk ESM imports for Node 24+ compatibility');
64
- return true;
65
- } else {
66
- // Already patched or upstream fixed
72
+ /**
73
+ * Layer 2 — Patch copilot-sdk session.js import (defense-in-depth).
74
+ * Rewrites extensionless 'vscode-jsonrpc/node' to 'vscode-jsonrpc/node.js'.
75
+ */
76
+ function patchCopilotSdkSessionJs() {
77
+ for (const root of SEARCH_ROOTS) {
78
+ const sessionJsPath = join(root, '@github', 'copilot-sdk', 'dist', 'session.js');
79
+ if (!existsSync(sessionJsPath)) continue;
80
+
81
+ try {
82
+ const content = readFileSync(sessionJsPath, 'utf8');
83
+
84
+ const patched = content.replace(
85
+ /from\s+["']vscode-jsonrpc\/node["']/g,
86
+ 'from "vscode-jsonrpc/node.js"'
87
+ );
88
+
89
+ if (patched !== content) {
90
+ writeFileSync(sessionJsPath, patched, 'utf8');
91
+ console.log('✅ Patched @github/copilot-sdk session.js ESM imports');
92
+ return true;
93
+ }
94
+ return false;
95
+ } catch (err) {
96
+ console.warn('⚠️ Failed to patch copilot-sdk session.js:', err.message);
67
97
  return false;
68
98
  }
69
- } catch (err) {
70
- console.warn('⚠️ Failed to patch @github/copilot-sdk ESM imports:', err.message);
71
- console.warn(' This may cause issues on Node 24+ if copilot-sdk loads.');
72
- return false;
73
99
  }
100
+
101
+ return false;
74
102
  }
75
103
 
76
- // Run patch
77
- patchCopilotSdk();
104
+ // Run both layers
105
+ patchVscodeJsonrpcExports();
106
+ patchCopilotSdkSessionJs();
@@ -0,0 +1,115 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * Ink Rendering Patcher for Squad CLI
5
+ *
6
+ * Patches ink/build/ink.js to fix scroll flicker on Windows Terminal.
7
+ * Three patches are applied:
8
+ *
9
+ * 1. Remove trailing newline — the extra '\n' appended to output causes
10
+ * logUpdate's previousLineCount to be off by one, pushing the bottom of
11
+ * the UI below the viewport.
12
+ *
13
+ * 2. Disable clearTerminal fullscreen path — when output fills the terminal,
14
+ * Ink clears the entire screen, causing violent scroll-to-top flicker.
15
+ * We force the condition to `false` so logUpdate's incremental
16
+ * erase-and-rewrite is always used instead.
17
+ *
18
+ * 3. Verify incrementalRendering passthrough — confirms that Ink forwards
19
+ * the incrementalRendering option to logUpdate.create(). No code change
20
+ * needed if already wired up.
21
+ *
22
+ * All patches are idempotent (safe to run multiple times).
23
+ */
24
+
25
+ import { readFileSync, writeFileSync, existsSync } from 'fs';
26
+ import { join, dirname } from 'path';
27
+ import { fileURLToPath } from 'url';
28
+
29
+ const __dirname = dirname(fileURLToPath(import.meta.url));
30
+
31
+ function patchInkRendering() {
32
+ // Try multiple possible locations (npm workspaces can hoist dependencies)
33
+ const possiblePaths = [
34
+ // squad-cli package node_modules
35
+ join(__dirname, '..', 'node_modules', 'ink', 'build', 'ink.js'),
36
+ // Workspace root node_modules (common with npm workspaces)
37
+ join(__dirname, '..', '..', '..', 'node_modules', 'ink', 'build', 'ink.js'),
38
+ // Global install location (node_modules at parent of package)
39
+ join(__dirname, '..', '..', 'ink', 'build', 'ink.js'),
40
+ ];
41
+
42
+ const inkJsPath = possiblePaths.find(p => existsSync(p)) ?? null;
43
+
44
+ if (!inkJsPath) {
45
+ // ink not installed yet — exit silently
46
+ return false;
47
+ }
48
+
49
+ try {
50
+ let content = readFileSync(inkJsPath, 'utf8');
51
+ let patchCount = 0;
52
+
53
+ // --- Patch 1: Remove trailing newline ---
54
+ // Original: const outputToRender = output + '\n';
55
+ // Patched: const outputToRender = output;
56
+ const trailingNewlineSearch = "const outputToRender = output + '\\n';";
57
+ const trailingNewlineReplace = 'const outputToRender = output;';
58
+ if (content.includes(trailingNewlineSearch)) {
59
+ content = content.replace(trailingNewlineSearch, trailingNewlineReplace);
60
+ console.log(' ✅ Patch 1/3: Removed trailing newline from outputToRender');
61
+ patchCount++;
62
+ } else if (content.includes(trailingNewlineReplace)) {
63
+ console.log(' ⏭️ Patch 1/3: Trailing newline already removed');
64
+ } else {
65
+ console.warn(' ⚠️ Patch 1/3: Could not find outputToRender pattern — Ink version may have changed');
66
+ }
67
+
68
+ // --- Patch 2: Disable clearTerminal fullscreen path ---
69
+ // Original: if (isFullscreen) {
70
+ // const sync = shouldSynchronize(this.options.stdout);
71
+ // ...
72
+ // this.options.stdout.write(ansiEscapes.clearTerminal + ...
73
+ // Patched: if (false) {
74
+ //
75
+ // We match `if (isFullscreen) {` only when followed by the clearTerminal
76
+ // usage to avoid replacing unrelated isFullscreen references.
77
+ const fullscreenSearch = /if \(isFullscreen\) \{\s*\n\s*const sync = shouldSynchronize/;
78
+ const fullscreenAlreadyPatched = /if \(false\) \{\s*\n\s*const sync = shouldSynchronize/;
79
+ if (fullscreenSearch.test(content)) {
80
+ content = content.replace(
81
+ /if \(isFullscreen\) (\{\s*\n\s*const sync = shouldSynchronize)/,
82
+ 'if (false) $1'
83
+ );
84
+ console.log(' ✅ Patch 2/3: Disabled clearTerminal fullscreen path');
85
+ patchCount++;
86
+ } else if (fullscreenAlreadyPatched.test(content)) {
87
+ console.log(' ⏭️ Patch 2/3: clearTerminal path already disabled');
88
+ } else {
89
+ console.warn(' ⚠️ Patch 2/3: Could not find isFullscreen pattern — Ink version may have changed');
90
+ }
91
+
92
+ // --- Patch 3: Verify incrementalRendering passthrough ---
93
+ const incrementalPattern = 'incremental: options.incrementalRendering';
94
+ if (content.includes(incrementalPattern)) {
95
+ console.log(' ✅ Patch 3/3: incrementalRendering passthrough verified (no change needed)');
96
+ } else {
97
+ console.warn(' ⚠️ Patch 3/3: incrementalRendering passthrough not found — Ink version may have changed');
98
+ }
99
+
100
+ if (patchCount > 0) {
101
+ writeFileSync(inkJsPath, content, 'utf8');
102
+ console.log(`✅ Patched ink.js with ${patchCount} rendering fix(es) for scroll flicker`);
103
+ return true;
104
+ }
105
+
106
+ return false;
107
+ } catch (err) {
108
+ console.warn('⚠️ Failed to patch ink.js rendering:', err.message);
109
+ console.warn(' Scroll flicker may occur on Windows Terminal.');
110
+ return false;
111
+ }
112
+ }
113
+
114
+ // Run patch
115
+ patchInkRendering();
@@ -0,0 +1,10 @@
1
+ [
2
+ "Fry",
3
+ "Leela",
4
+ "Bender",
5
+ "Farnsworth",
6
+ "Zoidberg",
7
+ "Amy",
8
+ "Zapp",
9
+ "Kif"
10
+ ]
@@ -14,7 +14,8 @@
14
14
  "Breaking Bad",
15
15
  "Lost",
16
16
  "Marvel Cinematic Universe",
17
- "DC Universe"
17
+ "DC Universe",
18
+ "Futurama"
18
19
  ],
19
20
  "universe_capacity": {
20
21
  "The Usual Suspects": 6,
@@ -30,6 +31,7 @@
30
31
  "Breaking Bad": 12,
31
32
  "Lost": 18,
32
33
  "Marvel Cinematic Universe": 25,
33
- "DC Universe": 18
34
+ "DC Universe": 18,
35
+ "Futurama": 12
34
36
  }
35
37
  }
@@ -0,0 +1,104 @@
1
+ # Casting Reference
2
+
3
+ On-demand reference for Squad's casting system. Loaded during Init Mode or when adding team members.
4
+
5
+ ## Universe Table
6
+
7
+ | Universe | Capacity | Shape Tags | Resonance Signals |
8
+ |---|---|---|---|
9
+ | The Usual Suspects | 6 | small, noir, ensemble | crime, heist, mystery, deception |
10
+ | Reservoir Dogs | 8 | small, noir, ensemble | crime, heist, tension, loyalty |
11
+ | Alien | 8 | small, sci-fi, survival | space, isolation, threat, engineering |
12
+ | Ocean's Eleven | 14 | medium, heist, ensemble | planning, coordination, roles, charm |
13
+ | Arrested Development | 15 | medium, comedy, ensemble | dysfunction, business, family, satire |
14
+ | Star Wars | 12 | medium, sci-fi, epic | conflict, mentorship, legacy, rebellion |
15
+ | The Matrix | 10 | medium, sci-fi, cyberpunk | systems, reality, hacking, philosophy |
16
+ | Firefly | 10 | medium, sci-fi, western | frontier, crew, independence, smuggling |
17
+ | The Goonies | 8 | small, adventure, ensemble | exploration, treasure, kids, teamwork |
18
+ | The Simpsons | 20 | large, comedy, ensemble | satire, community, family, absurdity |
19
+ | Breaking Bad | 12 | medium, drama, tension | chemistry, transformation, consequence, power |
20
+ | Lost | 18 | large, mystery, ensemble | survival, mystery, groups, leadership |
21
+ | Marvel Cinematic Universe | 25 | large, action, ensemble | heroism, teamwork, powers, scale |
22
+ | DC Universe | 18 | large, action, ensemble | justice, duality, powers, mythology |
23
+ | Futurama | 12 | medium, sci-fi, comedy | future, robots, space, absurdity |
24
+
25
+ **Total: 15 universes** — capacity range 6–25.
26
+
27
+ ## Selection Algorithm
28
+
29
+ Universe selection is deterministic. Score each universe and pick the highest:
30
+
31
+ ```
32
+ score = size_fit + shape_fit + resonance_fit + LRU
33
+ ```
34
+
35
+ | Factor | Description |
36
+ |---|---|
37
+ | `size_fit` | How well the universe capacity matches the team size. Prefer universes where capacity ≥ agent_count with minimal waste. |
38
+ | `shape_fit` | Match universe shape tags against the assignment shape derived from the project description. |
39
+ | `resonance_fit` | Match universe resonance signals against session and repo context signals. |
40
+ | `LRU` | Least-recently-used bonus — prefer universes not used in recent assignments (from `history.json`). |
41
+
42
+ Same inputs → same choice (unless LRU changes between assignments).
43
+
44
+ ## Casting State File Schemas
45
+
46
+ ### policy.json
47
+
48
+ Source template: `.squad/templates/casting-policy.json`
49
+ Runtime location: `.squad/casting/policy.json`
50
+
51
+ ```json
52
+ {
53
+ "casting_policy_version": "1.1",
54
+ "allowlist_universes": ["Universe Name", "..."],
55
+ "universe_capacity": {
56
+ "Universe Name": 10
57
+ }
58
+ }
59
+ ```
60
+
61
+ ### registry.json
62
+
63
+ Source template: `.squad/templates/casting-registry.json`
64
+ Runtime location: `.squad/casting/registry.json`
65
+
66
+ ```json
67
+ {
68
+ "agents": {
69
+ "agent-role-id": {
70
+ "persistent_name": "CharacterName",
71
+ "universe": "Universe Name",
72
+ "created_at": "ISO-8601",
73
+ "legacy_named": false,
74
+ "status": "active"
75
+ }
76
+ }
77
+ }
78
+ ```
79
+
80
+ ### history.json
81
+
82
+ Source template: `.squad/templates/casting-history.json`
83
+ Runtime location: `.squad/casting/history.json`
84
+
85
+ ```json
86
+ {
87
+ "universe_usage_history": [
88
+ {
89
+ "universe": "Universe Name",
90
+ "assignment_id": "unique-id",
91
+ "used_at": "ISO-8601"
92
+ }
93
+ ],
94
+ "assignment_cast_snapshots": {
95
+ "assignment-id": {
96
+ "universe": "Universe Name",
97
+ "agents": {
98
+ "role-id": "CharacterName"
99
+ },
100
+ "created_at": "ISO-8601"
101
+ }
102
+ }
103
+ }
104
+ ```
@@ -0,0 +1,229 @@
1
+ # Cooperative Rate Limiting for Multi-Agent Deployments
2
+
3
+ > Coordinate API quota across multiple Ralph instances to prevent cascading failures.
4
+
5
+ ## Problem
6
+
7
+ The [circuit breaker template](ralph-circuit-breaker.md) handles single-instance rate limiting well. But when multiple Ralphs run across machines (or pods on K8s), each instance independently hits API limits:
8
+
9
+ - **No coordination** — 5 Ralphs each think they have full API quota
10
+ - **Thundering herd** — All Ralphs retry simultaneously after rate limit resets
11
+ - **Priority inversion** — Low-priority work exhausts quota before critical work runs
12
+ - **Reactive only** — Circuit opens AFTER 429, wasting the failed request
13
+
14
+ ## Solution: 6-Pattern Architecture
15
+
16
+ These patterns layer on top of the existing circuit breaker. Each is independent — adopt one or all.
17
+
18
+ ### Pattern 1: Traffic Light (RAAS — Rate-Aware Agent Scheduling)
19
+
20
+ Map GitHub API `X-RateLimit-Remaining` to traffic light states:
21
+
22
+ | State | Remaining % | Behavior |
23
+ |-------|------------|----------|
24
+ | 🟢 GREEN | >20% | Normal operation |
25
+ | 🟡 AMBER | 5–20% | Only P0 agents proceed |
26
+ | 🔴 RED | <5% | Block all except emergency P0 |
27
+
28
+ ```typescript
29
+ type TrafficLight = 'green' | 'amber' | 'red';
30
+
31
+ function getTrafficLight(remaining: number, limit: number): TrafficLight {
32
+ const pct = remaining / limit;
33
+ if (pct > 0.20) return 'green';
34
+ if (pct > 0.05) return 'amber';
35
+ return 'red';
36
+ }
37
+
38
+ function shouldProceed(light: TrafficLight, agentPriority: number): boolean {
39
+ if (light === 'green') return true;
40
+ if (light === 'amber') return agentPriority === 0; // P0 only
41
+ return false; // RED — block all
42
+ }
43
+ ```
44
+
45
+ ### Pattern 2: Cooperative Token Pool (CMARP)
46
+
47
+ A shared JSON file (`~/.squad/rate-pool.json`) distributes API quota:
48
+
49
+ ```json
50
+ {
51
+ "totalLimit": 5000,
52
+ "resetAt": "2026-03-22T20:00:00Z",
53
+ "allocations": {
54
+ "picard": { "priority": 0, "allocated": 2000, "used": 450, "leaseExpiry": "2026-03-22T19:55:00Z" },
55
+ "data": { "priority": 1, "allocated": 1750, "used": 200, "leaseExpiry": "2026-03-22T19:55:00Z" },
56
+ "ralph": { "priority": 2, "allocated": 1250, "used": 100, "leaseExpiry": "2026-03-22T19:55:00Z" }
57
+ }
58
+ }
59
+ ```
60
+
61
+ **Rules:**
62
+ - P0 agents (Lead) get 40% of quota
63
+ - P1 agents (specialists) get 35%
64
+ - P2 agents (Ralph, Scribe) get 25%
65
+ - Stale leases (>5 minutes without heartbeat) are auto-recovered
66
+ - Each agent checks their remaining allocation before making API calls
67
+
68
+ ```typescript
69
+ interface RatePoolAllocation {
70
+ priority: number;
71
+ allocated: number;
72
+ used: number;
73
+ leaseExpiry: string;
74
+ }
75
+
76
+ interface RatePool {
77
+ totalLimit: number;
78
+ resetAt: string;
79
+ allocations: Record<string, RatePoolAllocation>;
80
+ }
81
+
82
+ function canUseQuota(pool: RatePool, agentName: string): boolean {
83
+ const alloc = pool.allocations[agentName];
84
+ if (!alloc) return true; // Unknown agent — allow (graceful)
85
+
86
+ // Reclaim stale leases from crashed agents
87
+ const now = new Date();
88
+ for (const [name, a] of Object.entries(pool.allocations)) {
89
+ if (new Date(a.leaseExpiry) < now && name !== agentName) {
90
+ a.allocated = 0; // Reclaim
91
+ }
92
+ }
93
+
94
+ return alloc.used < alloc.allocated;
95
+ }
96
+ ```
97
+
98
+ ### Pattern 3: Predictive Circuit Breaker (PCB)
99
+
100
+ Opens the circuit BEFORE getting a 429 by predicting when quota will run out:
101
+
102
+ ```typescript
103
+ interface RateSample {
104
+ timestamp: number; // Date.now()
105
+ remaining: number; // from X-RateLimit-Remaining header
106
+ }
107
+
108
+ class PredictiveCircuitBreaker {
109
+ private samples: RateSample[] = [];
110
+ private readonly maxSamples = 10;
111
+ private readonly warningThresholdSeconds = 120;
112
+
113
+ addSample(remaining: number): void {
114
+ this.samples.push({ timestamp: Date.now(), remaining });
115
+ if (this.samples.length > this.maxSamples) {
116
+ this.samples.shift();
117
+ }
118
+ }
119
+
120
+ /** Predict seconds until quota exhaustion using linear regression */
121
+ predictExhaustion(): number | null {
122
+ if (this.samples.length < 3) return null;
123
+
124
+ const n = this.samples.length;
125
+ const first = this.samples[0];
126
+ const last = this.samples[n - 1];
127
+
128
+ const elapsedMs = last.timestamp - first.timestamp;
129
+ if (elapsedMs === 0) return null;
130
+
131
+ const consumedPerMs = (first.remaining - last.remaining) / elapsedMs;
132
+ if (consumedPerMs <= 0) return null; // Not consuming — safe
133
+
134
+ const msUntilExhausted = last.remaining / consumedPerMs;
135
+ return msUntilExhausted / 1000;
136
+ }
137
+
138
+ shouldOpen(): boolean {
139
+ const eta = this.predictExhaustion();
140
+ if (eta === null) return false;
141
+ return eta < this.warningThresholdSeconds;
142
+ }
143
+ }
144
+ ```
145
+
146
+ ### Pattern 4: Priority Retry Windows (PWJG)
147
+
148
+ Non-overlapping jitter windows prevent thundering herd:
149
+
150
+ | Priority | Retry Window | Description |
151
+ |----------|-------------|-------------|
152
+ | P0 (Lead) | 500ms–5s | Recovers first |
153
+ | P1 (Specialists) | 2s–30s | Moderate delay |
154
+ | P2 (Ralph/Scribe) | 5s–60s | Most patient |
155
+
156
+ ```typescript
157
+ function getRetryDelay(priority: number, attempt: number): number {
158
+ const windows: Record<number, [number, number]> = {
159
+ 0: [500, 5000], // P0: 500ms–5s
160
+ 1: [2000, 30000], // P1: 2s–30s
161
+ 2: [5000, 60000], // P2: 5s–60s
162
+ };
163
+
164
+ const [min, max] = windows[priority] ?? windows[2];
165
+ const base = Math.min(min * Math.pow(2, attempt), max);
166
+ const jitter = Math.random() * base * 0.5;
167
+ return base + jitter;
168
+ }
169
+ ```
170
+
171
+ ### Pattern 5: Resource Epoch Tracker (RET)
172
+
173
+ Heartbeat-based lease system for multi-machine deployments:
174
+
175
+ ```typescript
176
+ interface ResourceLease {
177
+ agent: string;
178
+ machine: string;
179
+ leaseStart: string;
180
+ leaseExpiry: string; // Typically 5 minutes from now
181
+ allocated: number;
182
+ }
183
+
184
+ // Each agent renews its lease every 2 minutes
185
+ // If lease expires (agent crashed), allocation is reclaimed
186
+ ```
187
+
188
+ ### Pattern 6: Cascade Dependency Detector (CDD)
189
+
190
+ Track downstream failures and apply backpressure:
191
+
192
+ ```
193
+ Agent A (rate limited) → Agent B (waiting for A) → Agent C (waiting for B)
194
+ ↑ Backpressure signal: "don't start new work"
195
+ ```
196
+
197
+ When a dependency is rate-limited, upstream agents should pause new work rather than queuing requests that will fail.
198
+
199
+ ## Kubernetes Integration
200
+
201
+ On K8s, cooperative rate limiting can use KEDA to scale pods based on API quota:
202
+
203
+ ```yaml
204
+ apiVersion: keda.sh/v1alpha1
205
+ kind: ScaledObject
206
+ spec:
207
+ scaleTargetRef:
208
+ name: ralph-deployment
209
+ triggers:
210
+ - type: external
211
+ metadata:
212
+ scalerAddress: keda-copilot-scaler:6000
213
+ # Scaler returns 0 when rate limited → pods scale to zero
214
+ ```
215
+
216
+ See [keda-copilot-scaler](https://github.com/tamirdresher/keda-copilot-scaler) for a complete implementation.
217
+
218
+ ## Quick Start
219
+
220
+ 1. **Minimum viable:** Adopt Pattern 1 (Traffic Light) — read `X-RateLimit-Remaining` from API responses
221
+ 2. **Multi-machine:** Add Pattern 2 (Cooperative Pool) — shared `rate-pool.json`
222
+ 3. **Production:** Add Pattern 3 (Predictive CB) — prevent 429s entirely
223
+ 4. **Kubernetes:** Add KEDA scaler for automatic pod scaling
224
+
225
+ ## References
226
+
227
+ - [Circuit Breaker Template](ralph-circuit-breaker.md) — Foundation patterns
228
+ - [Squad on AKS](https://github.com/tamirdresher/squad-on-aks) — Production K8s deployment
229
+ - [KEDA Copilot Scaler](https://github.com/tamirdresher/keda-copilot-scaler) — Custom KEDA external scaler