Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis pushed to main at flowmade-one/architecture 2026-06-02 09:33:14 +00:00
a08333b70a Add start-llm and stop-llm commands to Makefile
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-31 16:10:31 +00:00
aa4a1c77c5 removed agents.md
HugoNijhuis created pull request flowmade-one/aether#153 2026-05-21 09:08:40 +00:00
Remove CLAUDE.md, .claude, and .product-strategy; add AGENTS.md
HugoNijhuis pushed to update-agents-md at flowmade-one/aether 2026-05-21 09:08:37 +00:00
0b44f6664a Remove CLAUDE.md, .claude, and .product-strategy; add AGENTS.md
HugoNijhuis created branch update-agents-md in flowmade-one/aether 2026-05-21 09:08:37 +00:00
HugoNijhuis opened issue flowmade-one/aether#152 2026-05-21 09:08:22 +00:00
Remove CLAUDE.md, .claude, and .product-strategy; add AGENTS.md
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-21 09:07:24 +00:00
0c6dfe1b40 Add AGENTS.md and remove legacy folder
HugoNijhuis closed issue flowmade-one/aether#149 2026-05-17 15:30:02 +00:00
Implement cross-node event broadcasting with NATSEventBus
HugoNijhuis pushed to main at flowmade-one/aether 2026-05-17 15:29:54 +00:00
b481dae0b6 feat: implement cross-node event broadcasting with NATSEventBus (#151)
HugoNijhuis merged pull request flowmade-one/aether#151 2026-05-17 15:29:53 +00:00
feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis pushed to issue-149-cross-node-broadcasting at flowmade-one/aether 2026-05-17 14:39:58 +00:00
5fb68fed4a feat: add integration tests and examples for cross-node event broadcasting
f46348ab07 feat: implement cross-node event broadcasting with NATSEventBus
Compare 2 commits »
HugoNijhuis commented on pull request flowmade-one/aether#151 2026-05-17 12:15:38 +00:00
feat: implement cross-node event broadcasting with NATSEventBus

Review: Cross-Node Event Broadcasting

Overall: LGTM - The implementation is sound and follows Go best practices. The version cache synchronization pattern correctly handles concurrent…

HugoNijhuis pushed to issue-149-cross-node-broadcasting at flowmade-one/aether 2026-05-17 12:07:45 +00:00
5c01911e3c feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis commented on pull request flowmade-one/aether#151 2026-05-17 12:04:00 +00:00
feat: implement cross-node event broadcasting with NATSEventBus

Implementation Complete

What was implemented:

  1. UpdateVersionCache(actorID, version) - JetStreamEventStore method to update version cache from external sources (NATS EventStored…
HugoNijhuis pushed to issue-149-cross-node-broadcasting at flowmade-one/aether 2026-05-17 12:03:51 +00:00
1c2c85e061 feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis commented on issue flowmade-one/aether#149 2026-05-17 12:01:54 +00:00
Implement cross-node event broadcasting with NATSEventBus

Implementation complete! Created PR #151 with:

  • UpdateVersionCache method in JetStreamEventStore
  • SubscribeToEventStored helper in NATSEventBus
  • Integration tests (all passing): -…
HugoNijhuis created pull request flowmade-one/aether#151 2026-05-17 12:01:47 +00:00
feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis created branch issue-149-cross-node-broadcasting in flowmade-one/aether 2026-05-17 11:47:02 +00:00
HugoNijhuis pushed to issue-149-cross-node-broadcasting at flowmade-one/aether 2026-05-17 11:47:02 +00:00
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-17 10:22:29 +00:00
3fb88b1edc fixed git-worktree-create branch creation