Skip to content

Conversation

@jwilger
Copy link
Owner

@jwilger jwilger commented Jan 2, 2026

Closes #279

Summary

Create the eventcore-examples crate to house integration tests and example applications.

Changes

  • Created eventcore-examples/ crate at workspace root
  • Added to workspace in root Cargo.toml
  • Configured strict linting matching other crates
  • Created directory structure: src/, tests/, examples/

Notes

  • No dependencies added yet - will be added incrementally as tests are migrated
  • Crate sits at top of dependency graph, avoiding circular dependencies

Testing

  • Build passes
  • Clippy passes with -D warnings
  • No mutation testing needed (infrastructure only, no production code)

Part of #272

Create the eventcore-examples crate to house integration tests and
example applications. This crate sits at the top of the dependency
graph, allowing it to depend on all other EventCore crates without
creating circular dependencies.

Structure:
- src/lib.rs with strict linting (matching other crates)
- tests/ directory for integration tests
- examples/ directory for demo applications

No dependencies added yet - will be added as needed when tests are
migrated.
@jwilger jwilger self-assigned this Jan 2, 2026
@jwilger jwilger enabled auto-merge (squash) January 2, 2026 04:46
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean infrastructure PR. Lint config matches eventcore-testing pattern (test crates use deny(warnings), production crates dont).

@jwilger jwilger merged commit 1cfcd35 into main Jan 2, 2026
20 of 21 checks passed
@jwilger jwilger deleted the 279-create-eventcore-examples-crate branch January 2, 2026 04:48
@jwilger jwilger mentioned this pull request Jan 2, 2026
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.

Create eventcore-examples crate (ADR-032)

2 participants