Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis merged pull request flowmade-one/aether#49 2026-01-10 18:52:33 +00:00
[Issue #22] Add EventBroadcaster metrics
HugoNijhuis closed pull request flowmade-one/aether#51 2026-01-10 18:52:11 +00:00
[Issue #21] Add namespace event filtering
HugoNijhuis commented on pull request flowmade-one/aether#51 2026-01-10 18:52:05 +00:00
[Issue #21] Add namespace event filtering

This PR's implementation conflicts with the wildcard subscription support merged in PR #52. The filtering feature needs to be redesigned to:

  1. Work with wildcard patterns (the current implementat…
HugoNijhuis commented on pull request flowmade-one/aether#49 2026-01-10 18:51:32 +00:00
[Issue #22] Add EventBroadcaster metrics

Rebased on main and fixed the implementation to work with the wildcard subscription support. The metrics are now integrated with both exact and wildcard subscriptions. All tests pass.

HugoNijhuis pushed to issue-22-eventbroadcaster-metrics at flowmade-one/aether 2026-01-10 18:51:29 +00:00
dae751a6ef Add EventBroadcaster metrics for observability and debugging
9e238c5e70 Add integration tests for NATSEventBus
adead7e980 Add wildcard namespace subscriptions
Compare 3 commits »
502601bf21 Address review feedback: clarify approval gate before file creation
HugoNijhuis closed pull request flowmade-one/aether#53 2026-01-10 18:45:54 +00:00
[Issue #17] Add unit tests for EventBus
HugoNijhuis commented on pull request flowmade-one/aether#53 2026-01-10 18:45:50 +00:00
[Issue #17] Add unit tests for EventBus

Closing this PR - main now has comprehensive EventBus tests from PR #52 (wildcard subscriptions). The metrics code added here overlaps with issue #22 (PR #49) and should be addressed there. The…

HugoNijhuis opened issue flowmade-one/architecture#86 2026-01-10 18:39:38 +00:00
Spawn agents with cwd set to their worktree
HugoNijhuis deleted branch issue-25-lint-checking-code-reviewer from flowmade-one/architecture 2026-01-10 18:27:32 +00:00
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-10 18:27:27 +00:00
a4c09b8411 Add lint checking to code-reviewer agent
HugoNijhuis closed issue flowmade-one/architecture#25 2026-01-10 18:27:27 +00:00
Add lint checking to code-reviewer agent
HugoNijhuis merged pull request flowmade-one/architecture#85 2026-01-10 18:27:27 +00:00
[Issue #25] Add lint checking to code-reviewer agent
HugoNijhuis commented on pull request flowmade-one/architecture#85 2026-01-10 18:27:21 +00:00
[Issue #25] Add lint checking to code-reviewer agent

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

Excellent enhancement that adds automated linting to the code review process. The implementation…

HugoNijhuis deleted branch issue-18-nats-eventbus-integration-tests from flowmade-one/aether 2026-01-10 18:27:14 +00:00
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 18:27:11 +00:00
9e238c5e70 Add integration tests for NATSEventBus
HugoNijhuis commented on pull request flowmade-one/aether#53 2026-01-10 18:27:10 +00:00
[Issue #17] Add unit tests for EventBus

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

This PR adds comprehensive unit tests for EventBus along with a full metrics/observability…

HugoNijhuis merged pull request flowmade-one/aether#50 2026-01-10 18:27:09 +00:00
[Issue #18] Add integration tests for NATSEventBus
HugoNijhuis commented on pull request flowmade-one/aether#51 2026-01-10 18:27:08 +00:00
[Issue #21] Add namespace event filtering

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

PR adds namespace event filtering with event type and actor pattern support. Implementation is…

HugoNijhuis commented on pull request flowmade-one/aether#50 2026-01-10 18:27:04 +00:00
[Issue #18] Add integration tests for NATSEventBus

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

Comprehensive integration test suite for NATSEventBus with excellent coverage of cross-node…