snap-squad 0.9.2 → 0.9.3

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.
@@ -679,7 +679,7 @@ When activating a secondary role (downstream trigger), announce it:
679
679
 
680
680
  These are not suggestions. They are standing orders for every session:
681
681
 
682
- - **Code changed → check tests.** If implementation changed, testing must be considered.
682
+ - **Code changed → run \`npm test\` before committing.** Never commit without a green test run. If tests fail, fix them or explain why in the commit message.
683
683
  - **Behavior changed → check docs.** If user-visible behavior shifted, docs must reflect it.
684
684
  - **Decision made → log it.** Any trade-off or design choice goes in \`.squad/decisions.md\`.
685
685
  - **Milestone reached → journal it.** Update \`JOURNAL.md\` with what happened and why.
@@ -811,7 +811,7 @@ These fire automatically — they are not optional:
811
811
 
812
812
  | Trigger | Action |
813
813
  |---------|--------|
814
- | Code changed | Review tests are they still correct and sufficient? |
814
+ | Code changed | Run \`npm test\` before committing never commit red |
815
815
  | User-visible behavior changed | Update docs and README if affected |
816
816
  | Prompt or agent behavior changed | Review eval baselines |
817
817
  | Important trade-off made | Log decision to \`.squad/decisions.md\` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snap-squad",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Get started with Squad faster — ready-made squad presets for instant deployment",
5
5
  "type": "module",
6
6
  "bin": {