Skip to content

chore(skills): add event sourcing test patterns#20

Merged
apankov1 merged 1 commit intomainfrom
chore/event-architecture-patterns
Mar 7, 2026
Merged

chore(skills): add event sourcing test patterns#20
apankov1 merged 1 commit intomainfrom
chore/event-architecture-patterns

Conversation

@apankov1
Copy link
Copy Markdown
Owner

@apankov1 apankov1 commented Mar 7, 2026

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

model-based-testing: add Event Replay Testing (Given-When-Then) section
and 2 violations (missing_event_replay_test, missing_given_when_then_coverage).

zod-contract-testing: add 2 violations (missing_schema_version_test,
missing_boundary_contract_test).

> AI assisted with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@apankov1 apankov1 marked this pull request as ready for review March 7, 2026 23:31
@apankov1 apankov1 merged commit 37212f1 into main Mar 7, 2026
3 checks passed
@apankov1 apankov1 deleted the chore/event-architecture-patterns branch March 7, 2026 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant