@bradygaster/squad-sdk 0.9.0 → 0.9.1

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 (76) hide show
  1. package/README.md +296 -296
  2. package/dist/agents/history-shadow.js +30 -30
  3. package/dist/build/github-dist.js +42 -42
  4. package/dist/config/init.js +173 -173
  5. package/dist/sharing/consult.js +78 -78
  6. package/package.json +1 -1
  7. package/templates/casting/Futurama.json +9 -9
  8. package/templates/casting-history.json +4 -4
  9. package/templates/casting-policy.json +37 -37
  10. package/templates/casting-reference.md +104 -104
  11. package/templates/casting-registry.json +3 -3
  12. package/templates/ceremonies.md +41 -41
  13. package/templates/charter.md +53 -53
  14. package/templates/constraint-tracking.md +38 -38
  15. package/templates/cooperative-rate-limiting.md +229 -229
  16. package/templates/copilot-instructions.md +46 -46
  17. package/templates/history.md +10 -10
  18. package/templates/identity/now.md +9 -9
  19. package/templates/identity/wisdom.md +15 -15
  20. package/templates/issue-lifecycle.md +412 -412
  21. package/templates/keda-scaler.md +164 -164
  22. package/templates/machine-capabilities.md +74 -74
  23. package/templates/mcp-config.md +90 -90
  24. package/templates/multi-agent-format.md +28 -28
  25. package/templates/plugin-marketplace.md +49 -49
  26. package/templates/ralph-circuit-breaker.md +313 -313
  27. package/templates/raw-agent-output.md +37 -37
  28. package/templates/roster.md +60 -60
  29. package/templates/routing.md +39 -39
  30. package/templates/run-output.md +50 -50
  31. package/templates/schedule.json +19 -19
  32. package/templates/scribe-charter.md +119 -119
  33. package/templates/skill.md +24 -24
  34. package/templates/skills/agent-collaboration/SKILL.md +42 -42
  35. package/templates/skills/agent-conduct/SKILL.md +24 -24
  36. package/templates/skills/architectural-proposals/SKILL.md +151 -151
  37. package/templates/skills/ci-validation-gates/SKILL.md +84 -84
  38. package/templates/skills/cli-wiring/SKILL.md +47 -47
  39. package/templates/skills/client-compatibility/SKILL.md +89 -89
  40. package/templates/skills/cross-squad/SKILL.md +114 -114
  41. package/templates/skills/distributed-mesh/SKILL.md +287 -287
  42. package/templates/skills/distributed-mesh/mesh.json.example +30 -30
  43. package/templates/skills/distributed-mesh/sync-mesh.ps1 +111 -111
  44. package/templates/skills/distributed-mesh/sync-mesh.sh +104 -104
  45. package/templates/skills/docs-standards/SKILL.md +71 -71
  46. package/templates/skills/economy-mode/SKILL.md +114 -114
  47. package/templates/skills/external-comms/SKILL.md +329 -329
  48. package/templates/skills/gh-auth-isolation/SKILL.md +183 -183
  49. package/templates/skills/git-workflow/SKILL.md +204 -204
  50. package/templates/skills/github-multi-account/SKILL.md +95 -95
  51. package/templates/skills/history-hygiene/SKILL.md +36 -36
  52. package/templates/skills/humanizer/SKILL.md +105 -105
  53. package/templates/skills/init-mode/SKILL.md +102 -102
  54. package/templates/skills/model-selection/SKILL.md +117 -117
  55. package/templates/skills/nap/SKILL.md +24 -24
  56. package/templates/skills/personal-squad/SKILL.md +57 -57
  57. package/templates/skills/project-conventions/SKILL.md +56 -56
  58. package/templates/skills/release-process/SKILL.md +423 -423
  59. package/templates/skills/reskill/SKILL.md +92 -92
  60. package/templates/skills/reviewer-protocol/SKILL.md +79 -79
  61. package/templates/skills/secret-handling/SKILL.md +200 -200
  62. package/templates/skills/session-recovery/SKILL.md +155 -155
  63. package/templates/skills/squad-conventions/SKILL.md +69 -69
  64. package/templates/skills/test-discipline/SKILL.md +37 -37
  65. package/templates/skills/windows-compatibility/SKILL.md +74 -74
  66. package/templates/workflows/squad-ci.yml +24 -24
  67. package/templates/workflows/squad-docs.yml +54 -54
  68. package/templates/workflows/squad-heartbeat.yml +171 -171
  69. package/templates/workflows/squad-insider-release.yml +61 -61
  70. package/templates/workflows/squad-issue-assign.yml +161 -161
  71. package/templates/workflows/squad-label-enforce.yml +181 -181
  72. package/templates/workflows/squad-preview.yml +55 -55
  73. package/templates/workflows/squad-promote.yml +120 -120
  74. package/templates/workflows/squad-release.yml +77 -77
  75. package/templates/workflows/squad-triage.yml +260 -260
  76. package/templates/workflows/sync-squad-labels.yml +169 -169
@@ -1,46 +1,46 @@
1
- # Copilot Coding Agent — Squad Instructions
2
-
3
- You are working on a project that uses **Squad**, an AI team framework. When picking up issues autonomously, follow these guidelines.
4
-
5
- ## Team Context
6
-
7
- Before starting work on any issue:
8
-
9
- 1. Read `.squad/team.md` for the team roster, member roles, and your capability profile.
10
- 2. Read `.squad/routing.md` for work routing rules.
11
- 3. If the issue has a `squad:{member}` label, read that member's charter at `.squad/agents/{member}/charter.md` to understand their domain expertise and coding style — work in their voice.
12
-
13
- ## Capability Self-Check
14
-
15
- Before starting work, check your capability profile in `.squad/team.md` under the **Coding Agent → Capabilities** section.
16
-
17
- - **🟢 Good fit** — proceed autonomously.
18
- - **🟡 Needs review** — proceed, but note in the PR description that a squad member should review.
19
- - **🔴 Not suitable** — do NOT start work. Instead, comment on the issue:
20
- ```
21
- 🤖 This issue doesn't match my capability profile (reason: {why}). Suggesting reassignment to a squad member.
22
- ```
23
-
24
- ## Branch Naming
25
-
26
- Use the squad branch convention:
27
- ```
28
- squad/{issue-number}-{kebab-case-slug}
29
- ```
30
- Example: `squad/42-fix-login-validation`
31
-
32
- ## PR Guidelines
33
-
34
- When opening a PR:
35
- - Reference the issue: `Closes #{issue-number}`
36
- - If the issue had a `squad:{member}` label, mention the member: `Working as {member} ({role})`
37
- - If this is a 🟡 needs-review task, add to the PR description: `⚠️ This task was flagged as "needs review" — please have a squad member review before merging.`
38
- - Follow any project conventions in `.squad/decisions.md`
39
-
40
- ## Decisions
41
-
42
- If you make a decision that affects other team members, write it to:
43
- ```
44
- .squad/decisions/inbox/copilot-{brief-slug}.md
45
- ```
46
- The Scribe will merge it into the shared decisions file.
1
+ # Copilot Coding Agent — Squad Instructions
2
+
3
+ You are working on a project that uses **Squad**, an AI team framework. When picking up issues autonomously, follow these guidelines.
4
+
5
+ ## Team Context
6
+
7
+ Before starting work on any issue:
8
+
9
+ 1. Read `.squad/team.md` for the team roster, member roles, and your capability profile.
10
+ 2. Read `.squad/routing.md` for work routing rules.
11
+ 3. If the issue has a `squad:{member}` label, read that member's charter at `.squad/agents/{member}/charter.md` to understand their domain expertise and coding style — work in their voice.
12
+
13
+ ## Capability Self-Check
14
+
15
+ Before starting work, check your capability profile in `.squad/team.md` under the **Coding Agent → Capabilities** section.
16
+
17
+ - **🟢 Good fit** — proceed autonomously.
18
+ - **🟡 Needs review** — proceed, but note in the PR description that a squad member should review.
19
+ - **🔴 Not suitable** — do NOT start work. Instead, comment on the issue:
20
+ ```
21
+ 🤖 This issue doesn't match my capability profile (reason: {why}). Suggesting reassignment to a squad member.
22
+ ```
23
+
24
+ ## Branch Naming
25
+
26
+ Use the squad branch convention:
27
+ ```
28
+ squad/{issue-number}-{kebab-case-slug}
29
+ ```
30
+ Example: `squad/42-fix-login-validation`
31
+
32
+ ## PR Guidelines
33
+
34
+ When opening a PR:
35
+ - Reference the issue: `Closes #{issue-number}`
36
+ - If the issue had a `squad:{member}` label, mention the member: `Working as {member} ({role})`
37
+ - If this is a 🟡 needs-review task, add to the PR description: `⚠️ This task was flagged as "needs review" — please have a squad member review before merging.`
38
+ - Follow any project conventions in `.squad/decisions.md`
39
+
40
+ ## Decisions
41
+
42
+ If you make a decision that affects other team members, write it to:
43
+ ```
44
+ .squad/decisions/inbox/copilot-{brief-slug}.md
45
+ ```
46
+ The Scribe will merge it into the shared decisions file.
@@ -1,10 +1,10 @@
1
- # Project Context
2
-
3
- - **Owner:** {user name}
4
- - **Project:** {project description}
5
- - **Stack:** {languages, frameworks, tools}
6
- - **Created:** {timestamp}
7
-
8
- ## Learnings
9
-
10
- <!-- Append new learnings below. Each entry is something lasting about the project. -->
1
+ # Project Context
2
+
3
+ - **Owner:** {user name}
4
+ - **Project:** {project description}
5
+ - **Stack:** {languages, frameworks, tools}
6
+ - **Created:** {timestamp}
7
+
8
+ ## Learnings
9
+
10
+ <!-- Append new learnings below. Each entry is something lasting about the project. -->
@@ -1,9 +1,9 @@
1
- ---
2
- updated_at: {timestamp}
3
- focus_area: {brief description}
4
- active_issues: []
5
- ---
6
-
7
- # What We're Focused On
8
-
9
- {Narrative description of current focus — 1-3 sentences. Updated by coordinator at session start.}
1
+ ---
2
+ updated_at: {timestamp}
3
+ focus_area: {brief description}
4
+ active_issues: []
5
+ ---
6
+
7
+ # What We're Focused On
8
+
9
+ {Narrative description of current focus — 1-3 sentences. Updated by coordinator at session start.}
@@ -1,15 +1,15 @@
1
- ---
2
- last_updated: {timestamp}
3
- ---
4
-
5
- # Team Wisdom
6
-
7
- Reusable patterns and heuristics learned through work. NOT transcripts — each entry is a distilled, actionable insight.
8
-
9
- ## Patterns
10
-
11
- <!-- Append entries below. Format: **Pattern:** description. **Context:** when it applies. -->
12
-
13
- ## Anti-Patterns
14
-
15
- <!-- Things we tried that didn't work. **Avoid:** description. **Why:** reason. -->
1
+ ---
2
+ last_updated: {timestamp}
3
+ ---
4
+
5
+ # Team Wisdom
6
+
7
+ Reusable patterns and heuristics learned through work. NOT transcripts — each entry is a distilled, actionable insight.
8
+
9
+ ## Patterns
10
+
11
+ <!-- Append entries below. Format: **Pattern:** description. **Context:** when it applies. -->
12
+
13
+ ## Anti-Patterns
14
+
15
+ <!-- Things we tried that didn't work. **Avoid:** description. **Why:** reason. -->