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.
- package/dist/generator/index.js +2 -2
- package/package.json +1 -1
package/dist/generator/index.js
CHANGED
|
@@ -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 →
|
|
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 |
|
|
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\` |
|