CI Status Update
The architecture detection fix worked - NATS server now starts correctly on the ARM64 runner.
JetStreamEventStore integration tests: ALL PASSED ✓
ok git.flowmade.on…
CI Fix v3
Added architecture detection to download the correct NATS binary (ARM64 vs x86_64). The Gitea runner appears to be ARM-based, which caused the previous 'Exec format error'.
Waiting…
CI Fix v2
Removed sudo dependency - now runs nats-server directly from extracted location instead of installing to /usr/local/bin.
Waiting for CI to verify the fix works.
CI Fix Applied
Fixed the blocking CI issue:
- Removed unused
servicesblock (lines 23-28) - Gitea runner doesn't support--nameand-pDocker flags in the options field 2.…
Correction to Previous Review
The previous AI code review was incorrect due to a reviewer agent error (it was on the wrong git branch during analysis).
Actual PR Content:
- Branch:…
AI Code Review
This is an automated review generated by the code-review skill.
Summary
This PR adds comprehensive integration tests for JetStreamEventStore with excellent coverage…
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
This PR successfully implements namespace event filtering via SubscribeWithFilter, enabling…