snap-squad 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.
- package/dist/generator/index.js +7 -7
- package/package.json +1 -1
package/dist/generator/index.js
CHANGED
|
@@ -160,11 +160,11 @@ These triggers fire every session, regardless of user request:
|
|
|
160
160
|
|
|
161
161
|
| When this happens... | Also activate... |
|
|
162
162
|
|---------------------|-----------------|
|
|
163
|
-
| Implementation work | Testing review (
|
|
164
|
-
| User-visible behavior changes | Documentation update (
|
|
165
|
-
| Prompt or agent changes | Eval baseline check (
|
|
163
|
+
| Implementation work | Testing review (Tester/equivalent) |
|
|
164
|
+
| User-visible behavior changes | Documentation update (DevRel/equivalent) |
|
|
165
|
+
| Prompt or agent changes | Eval baseline check (Evaluator/equivalent) |
|
|
166
166
|
| Significant trade-off or decision | Decision logging (any agent) |
|
|
167
|
-
| Meaningful milestone reached | Journal update (
|
|
167
|
+
| Meaningful milestone reached | Journal update (Scribe/equivalent) |
|
|
168
168
|
|
|
169
169
|
## Completion Routing Check
|
|
170
170
|
|
|
@@ -657,7 +657,7 @@ These are not suggestions. They are standing orders for every session:
|
|
|
657
657
|
- **Behavior changed → check docs.** If user-visible behavior shifted, docs must reflect it.
|
|
658
658
|
- **Decision made → log it.** Any trade-off or design choice goes in \`.squad/decisions.md\`.
|
|
659
659
|
- **Milestone reached → journal it.** Update \`JOURNAL.md\` with what happened and why.
|
|
660
|
-
- **Another role needed → activate it.** Don't wait to be asked. If docs need updating, be
|
|
660
|
+
- **Another role needed → activate it.** Don't wait to be asked. If docs need updating, be DevRel. If tests are missing, be Tester.
|
|
661
661
|
|
|
662
662
|
## Before You Say "Done"
|
|
663
663
|
|
|
@@ -793,7 +793,7 @@ function generateJournalMd(arch, projectName) {
|
|
|
793
793
|
return `# JOURNAL.md — Build Story
|
|
794
794
|
|
|
795
795
|
> How this project was built, the steering moments that shaped it, and why things are the way they are.
|
|
796
|
-
> Maintained by **
|
|
796
|
+
> Maintained by **Scribe** (Historian / Build Journalist). Update after milestones.
|
|
797
797
|
|
|
798
798
|
---
|
|
799
799
|
|
|
@@ -823,7 +823,7 @@ The builder chose **${arch.name}** — ${arch.description.toLowerCase().replace(
|
|
|
823
823
|
|
|
824
824
|
## How to Use This Journal
|
|
825
825
|
|
|
826
|
-
> *
|
|
826
|
+
> *Scribe's guide for the builder and future contributors.*
|
|
827
827
|
|
|
828
828
|
This isn't a changelog. It's the **story of how the project was built** — the decisions, the pivots, the moments where the builder steered the squad in a new direction.
|
|
829
829
|
|