@sandrinio/vbounce 1.0.0 → 1.3.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.
- package/README.md +3 -1
- package/bin/vbounce.mjs +42 -7
- package/brains/AGENTS.md +5 -2
- package/brains/CHANGELOG.md +7 -0
- package/brains/CLAUDE.md +5 -2
- package/brains/GEMINI.md +5 -2
- package/brains/SETUP.md +12 -0
- package/brains/claude-agents/architect.md +34 -2
- package/brains/claude-agents/developer.md +31 -3
- package/brains/claude-agents/devops.md +14 -1
- package/brains/claude-agents/qa.md +55 -2
- package/docs/HOTFIX_EDGE_CASES.md +37 -0
- package/docs/agent-skill-profiles.docx +0 -0
- package/docs/vbounce-os-manual.docx +0 -0
- package/package.json +13 -4
- package/scripts/hotfix_manager.sh +157 -0
- package/scripts/pre_bounce_sync.sh +37 -0
- package/scripts/validate_report.mjs +122 -0
- package/scripts/vbounce_ask.mjs +98 -0
- package/scripts/vbounce_index.mjs +184 -0
- package/scripts/verify_framework.mjs +105 -0
- package/scripts/verify_framework.sh +13 -0
- package/skills/agent-team/SKILL.md +15 -2
- package/skills/doc-manager/SKILL.md +1 -2
- package/skills/file-organization/SKILL.md +146 -0
- package/skills/file-organization/TEST-RESULTS.md +193 -0
- package/skills/file-organization/evals/evals.json +41 -0
- package/skills/file-organization/references/gitignore-template.md +53 -0
- package/skills/file-organization/references/quick-checklist.md +48 -0
- package/templates/delivery_plan.md +11 -0
- package/templates/hotfix.md +3 -0
- package/templates/sprint_report.md +7 -1
- package/templates/story.md +1 -0
|
@@ -10,6 +10,7 @@ FOLLOW THIS EXACT STRUCTURE. Output sections in order 1-7.
|
|
|
10
10
|
6b. **§5b Open Questions**: Operational questions that may block active sprint stories
|
|
11
11
|
7. **§6 Completed Sprints**: ONE-LINE summaries of finished sprints (full detail in version history)
|
|
12
12
|
8. **§7 Change Log**: Auto-appended on updates
|
|
13
|
+
9. **§8 Applied Hotfixes**: Ledger of L1 Trivial fixes that bypassed Epic/Story hierarchy (auto-appended by `hotfix_manager.sh ledger`)
|
|
13
14
|
|
|
14
15
|
Sprint Lifecycle:
|
|
15
16
|
- When a sprint completes: update Sprint Registry row to "Completed",
|
|
@@ -186,3 +187,13 @@ DO NOT manually edit the table rows - they are managed by the system.
|
|
|
186
187
|
| Date | Change | By |
|
|
187
188
|
|------|--------|-----|
|
|
188
189
|
| {YYYY-MM-DD} | Initial creation from Roadmap | Architect |
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 8. Applied Hotfixes
|
|
194
|
+
|
|
195
|
+
> L1 Trivial fixes that bypassed the Epic/Story hierarchy. Auto-appended by `hotfix_manager.sh ledger`.
|
|
196
|
+
|
|
197
|
+
| Date | Title | Brief Description |
|
|
198
|
+
|------|-------|-------------------|
|
|
199
|
+
| — | — | No hotfixes applied yet |
|
package/templates/hotfix.md
CHANGED
|
@@ -47,6 +47,8 @@ Do NOT output these instructions.
|
|
|
47
47
|
- **Files to Modify**: `{filepath}`
|
|
48
48
|
- **Instructions**: {e.g., "Change the padding-left from 10px to 20px" or "Fix the typo in the error message."}
|
|
49
49
|
|
|
50
|
+
> **CONSTRAINT**: If this fix requires modifying more than 2 files, STOP immediately and escalate to the Team Lead. The task must be promoted to an Epic/Story.
|
|
51
|
+
|
|
50
52
|
---
|
|
51
53
|
|
|
52
54
|
## 3. Verification
|
|
@@ -54,4 +56,5 @@ Do NOT output these instructions.
|
|
|
54
56
|
|
|
55
57
|
- [ ] {Simple step, e.g., "Open the settings modal and verify the button is aligned."}
|
|
56
58
|
- [ ] Automated tests still pass (`npm test`).
|
|
59
|
+
- [ ] **Framework Integrity**: If `brains/` or `skills/` were modified, log to `brains/CHANGELOG.md` and run `./scripts/pre_bounce_sync.sh`.
|
|
57
60
|
- [ ] **Post-Fix Action**: Run `./scripts/hotfix_manager.sh ledger "HOTFIX: {Name}" "{Brief Fix Description}"`
|
|
@@ -97,7 +97,7 @@ Do NOT output these instructions.
|
|
|
97
97
|
| **Total QA Bounces** | {N} | across all stories |
|
|
98
98
|
| **Total Architect Bounces** | {N} | across all stories |
|
|
99
99
|
| **Bounce Ratio** | {X}% | (total bounces / total stories) |
|
|
100
|
-
| **Average Correction Tax** | {X}% |
|
|
100
|
+
| **Average Correction Tax** | {X}% | 🟢 0-5% · 🟡 6-15% · 🔴 16%+ requires process review |
|
|
101
101
|
| **First-Pass Success Rate** | {X}% | stories that passed QA on first try |
|
|
102
102
|
| **Merge Conflicts** | {N} simple, {N} complex | |
|
|
103
103
|
|
|
@@ -107,6 +107,12 @@ Do NOT output these instructions.
|
|
|
107
107
|
|-------|--------|----------|----------------|---------|------|
|
|
108
108
|
| STORY-{ID} | {N} | {Xh Ym} | {N} | {N} | ${X.XX} |
|
|
109
109
|
|
|
110
|
+
### Threshold Alerts
|
|
111
|
+
> Flag any metrics that crossed warning or critical thresholds. If none, write "No threshold alerts."
|
|
112
|
+
|
|
113
|
+
- {e.g., "STORY-001-05: Correction Tax 10% (🟡) — root cause: test architecture rework due to ESM timer conflict"}
|
|
114
|
+
- {e.g., "STORY-002-03: 2 QA bounces — spec ambiguity in edge case handling"}
|
|
115
|
+
|
|
110
116
|
---
|
|
111
117
|
|
|
112
118
|
## 4. Lessons Learned
|
package/templates/story.md
CHANGED
|
@@ -148,3 +148,4 @@ POST /api/resource
|
|
|
148
148
|
- [ ] LESSONS.md consulted before implementation.
|
|
149
149
|
- [ ] No violations of Roadmap ADRs.
|
|
150
150
|
- [ ] Documentation (API/Tech Stack) updated.
|
|
151
|
+
- [ ] **Framework Integrity**: If `brains/` or `skills/` were modified, log to `brains/CHANGELOG.md` and run `./scripts/pre_bounce_sync.sh`.
|