Block a user
[Issue #7] Add event metadata support
[Issue #7] Add event metadata support
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
This PR adds comprehensive event metadata support for distributed tracing and auditing. The…
[Issue #6] Add event versioning validation
[Issue #6] Add event versioning validation
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
This PR successfully implements event versioning validation with comprehensive error handling,…
[Issue #6] Add event versioning validation
HugoNijhuis
created branch issue-6-event-versioning-validation in flowmade-one/aether
2026-01-09 16:56:56 +00:00
HugoNijhuis
pushed to issue-6-event-versioning-validation at flowmade-one/aether
2026-01-09 16:56:56 +00:00
[Issue #7] Add event metadata support
HugoNijhuis
created branch issue-7-event-metadata-support in flowmade-one/aether
2026-01-09 16:53:10 +00:00
HugoNijhuis
pushed to issue-7-event-metadata-support at flowmade-one/aether
2026-01-09 16:53:10 +00:00
[Issue #4] Add SnapshotStore unit tests
[Issue #4] Add SnapshotStore unit tests
Re-Review - Approved
All feedback from the previous review has been addressed:
- Thread safety: Added mutex protection to
SaveSnapshot(Lock) andGetLatestSnapshot(RLock) - **Nil…
[Issue #7] Auth-protected app example
[Issue #7] Auth-protected app example
Code Review - Approved
Comprehensive OIDC authentication example with login/logout flow, protected routes, and token handling.
Highlights
- Well-documented package comment explaining…