Commit 37212f1
chore(skills): add event sourcing test patterns (#20)
## Summary
- `model-based-testing`: Add Event Replay Testing (Given-When-Then)
section + 2 violations
- `zod-contract-testing`: Add 2 violations for schema versioning and
boundary contracts
### New violations
| Skill | Violation | Severity |
|-------|-----------|----------|
| `model-based-testing` | `missing_event_replay_test` | must-fail |
| `model-based-testing` | `missing_given_when_then_coverage` |
should-fail |
| `zod-contract-testing` | `missing_schema_version_test` | must-fail |
| `zod-contract-testing` | `missing_boundary_contract_test` |
should-fail |
Companion to apankov1/ai-balls#3885.
## Test plan
- [ ] Review Given-When-Then examples for correctness
- [ ] Verify violation severity levels are appropriate
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f8405ee commit 37212f1
2 files changed
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
177 | 233 | | |
178 | 234 | | |
179 | 235 | | |
| |||
192 | 248 | | |
193 | 249 | | |
194 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
195 | 259 | | |
196 | 260 | | |
197 | 261 | | |
| |||
213 | 277 | | |
214 | 278 | | |
215 | 279 | | |
| 280 | + | |
216 | 281 | | |
217 | 282 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
248 | 256 | | |
249 | 257 | | |
250 | 258 | | |
| |||
0 commit comments