Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis created branch issue-57 in flowmade-one/aether 2026-01-10 23:09:49 +00:00
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-10 23:06:59 +00:00
bbd7870483 Configure model settings for commands, agents, and skills
HugoNijhuis commented on pull request flowmade-one/aether#49 2026-01-10 23:02:50 +00:00
[Issue #22] Add EventBroadcaster metrics

AI Code Review

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

Summary

This PR adds comprehensive metrics tracking for EventBroadcaster implementations. The implementat…

HugoNijhuis commented on pull request flowmade-one/aether#40 2026-01-10 23:02:50 +00:00
[Issue #35] Add mutex protection to ConsistentHashRing for thread safety

Code Review for PR #40

Summary

This PR adds mutex protection to ConsistentHashRing for thread safety, addressing Issue #35.

Analysis

What was reviewed:

  • cluster/hashring.go
HugoNijhuis commented on pull request flowmade-one/aether#42 2026-01-10 23:02:50 +00:00
[Issue #37] Replace interface{} with properly defined interfaces

Code Review: PR #42 - Replace interface{} with properly defined interfaces

Overall Assessment

Good refactoring that improves type safety by replacing interface{} with properly defined…

HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 22:58:56 +00:00
aae0f2413d Fix CI workflow - auto-detect architecture
dd5deb7944 Fix CI workflow - remove sudo dependency
f966f01dd3 Fix CI workflow for integration tests
7085c682c3 Add integration tests for JetStreamEventStore
Compare 4 commits »
HugoNijhuis merged pull request flowmade-one/aether#56 2026-01-10 22:58:54 +00:00
[Issue #10] Add integration tests for JetStreamEventStore
HugoNijhuis commented on pull request flowmade-one/aether#56 2026-01-10 22:58:49 +00:00
[Issue #10] Add integration tests for JetStreamEventStore

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…
HugoNijhuis commented on pull request flowmade-one/aether#56 2026-01-10 22:56:31 +00:00
[Issue #10] Add integration tests for JetStreamEventStore

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…

HugoNijhuis pushed to issue-10-jetstream-integration-tests at flowmade-one/aether 2026-01-10 22:56:22 +00:00
2d47edbee2 Fix CI workflow - auto-detect architecture
HugoNijhuis commented on pull request flowmade-one/aether#56 2026-01-10 22:54:52 +00:00
[Issue #10] Add integration tests for JetStreamEventStore

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.

HugoNijhuis pushed to issue-10-jetstream-integration-tests at flowmade-one/aether 2026-01-10 22:54:45 +00:00
1bce6c7f53 Fix CI workflow - remove sudo dependency
HugoNijhuis created pull request flowmade-one/architecture#87 2026-01-10 22:54:14 +00:00
[Issue #76] Add validation
HugoNijhuis commented on pull request flowmade-one/aether#56 2026-01-10 22:53:17 +00:00
[Issue #10] Add integration tests for JetStreamEventStore

CI Fix Applied

Fixed the blocking CI issue:

  1. Removed unused services block (lines 23-28) - Gitea runner doesn't support --name and -p Docker flags in the options field 2.…
HugoNijhuis pushed to issue-10-jetstream-integration-tests at flowmade-one/aether 2026-01-10 22:53:12 +00:00
9407b09c1b Fix CI workflow for integration tests
HugoNijhuis created branch integrate-issue-76-validation in flowmade-one/architecture 2026-01-10 22:52:38 +00:00
HugoNijhuis pushed to integrate-issue-76-validation at flowmade-one/architecture 2026-01-10 22:52:38 +00:00
e0fa7377ec Add validation and interactive guidance to /create-capability
HugoNijhuis deleted branch issue-5-shardmanager-unit-tests from flowmade-one/aether 2026-01-10 22:52:38 +00:00
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 22:52:37 +00:00
e66fa40b3a Add ShardManager unit tests
HugoNijhuis merged pull request flowmade-one/aether#55 2026-01-10 22:52:35 +00:00
[Issue #5] Add ShardManager unit tests