Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis created branch issue-10-jetstream-integration-tests in flowmade-one/aether 2026-01-10 22:49:21 +00:00
HugoNijhuis created pull request flowmade-one/aether#55 2026-01-10 22:47:31 +00:00
[Issue #5] Add ShardManager unit tests
HugoNijhuis created branch issue-5-shardmanager-unit-tests in flowmade-one/aether 2026-01-10 22:47:16 +00:00
HugoNijhuis pushed to issue-5-shardmanager-unit-tests at flowmade-one/aether 2026-01-10 22:47:16 +00:00
53576d6f04 Add ShardManager unit tests
HugoNijhuis created pull request flowmade-one/aether#54 2026-01-10 22:46:13 +00:00
[Issue #21] Add namespace event filtering
HugoNijhuis created branch issue-21-namespace-event-filtering-v2 in flowmade-one/aether 2026-01-10 22:46:03 +00:00
ef73fb6bfd Add namespace event filtering (SubscribeWithFilter)
HugoNijhuis closed pull request flowmade-one/architecture#82 2026-01-10 22:44:40 +00:00
[Issue #76] Add validation and interactive guidance to /create-capability
HugoNijhuis commented on issue flowmade-one/architecture#86 2026-01-10 22:42:13 +00:00
Spawn agents with cwd set to their worktree

is it maybe smarter to have the coordinator part in spawn-issues be the one to set up the worktrees for the background agents and clean them up after?

HugoNijhuis commented on pull request flowmade-one/architecture#82 2026-01-10 22:40:59 +00:00
[Issue #76] Add validation and interactive guidance to /create-capability

AI Code Review - Follow-up

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

Summary

The PR successfully addresses the previous blocking issue. The approval gate now…

HugoNijhuis merged pull request flowmade-one/aether#49 2026-01-10 18:52:33 +00:00
[Issue #22] Add EventBroadcaster metrics
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 18:52:33 +00:00
e3dbe3d52d [Issue #22] Add EventBroadcaster metrics (#49)
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