Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-03 14:39:46 +00:00
3f49ef4589 feat: add tea-context.ts tool for context helpers (whoami)
622f791149 feat: add tea-notification.ts tool for notifications (notificationList)
27f33ca7c6 feat: add tea-label.ts tool for label management (labelList)
1a900037ff feat: add tea-milestone.ts tool for milestone management (milestoneList, milestoneCreate)
960457275e feat: add tea-issue-deps.ts tool for issue dependencies (issueDepsList, issueDepsAdd, issueDepsRemove)
Compare 7 commits »
HugoNijhuis pushed to main at flowmade-one/tea 2026-05-02 16:59:18 +00:00
293fa65131 Merge branch 'update-with-local-changes'
d3e43d7623 feat(issues): add dependency management commands
83b718ac34 Move integration tests to tests/ directory (#973)
1f6fd97fc1 fix(deps): update module github.com/go-authgate/sdk-go to v0.9.0 (#974)
27e6083e23 fix(deps): update module github.com/go-authgate/sdk-go to v0.8.0 (#972)
Compare 84 commits »
HugoNijhuis reopened pull request flowmade-one/tea#6 2026-05-02 14:51:06 +00:00
update-with-local-changes
HugoNijhuis closed pull request flowmade-one/tea#6 2026-05-02 14:51:02 +00:00
update-with-local-changes
HugoNijhuis created pull request flowmade-one/tea#6 2026-05-02 14:50:16 +00:00
update-with-local-changes
HugoNijhuis pushed to update-with-local-changes at flowmade-one/tea 2026-05-02 14:00:28 +00:00
d3e43d7623 feat(issues): add dependency management commands
83b718ac34 Move integration tests to tests/ directory (#973)
1f6fd97fc1 fix(deps): update module github.com/go-authgate/sdk-go to v0.9.0 (#974)
27e6083e23 fix(deps): update module github.com/go-authgate/sdk-go to v0.8.0 (#972)
5d2d1a6e0c fix(webhook): Fix when creating webhook, branch filter and auth header cannot be added (#964)
Compare 10 commits »
HugoNijhuis created branch update-with-local-changes in flowmade-one/tea 2026-05-02 14:00:27 +00:00
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-02 11:56:20 +00:00
cc72ad68ed Migrate from Claude Code to OpenCode structure
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-02 09:11:19 +00:00
26e5f6a597 refactor: make LLM service management configurable
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-15 16:29:59 +00:00
00cdb91f09 chore: move documentation files to old2 folder
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-15 16:28:11 +00:00
fa2165ac01 chore: move agents and skills to old2 folder
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-15 16:26:30 +00:00
6a6c3739e6 chore(settings): add padding config to statusLine
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-14 20:41:36 +00:00
7487a5f3af chore: Remove integration tests to speed up CI
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-13 23:24:35 +00:00
b67417ac68 fix(test): Fix flaky NATS EventBus integration tests
HugoNijhuis deleted branch issue-138-integration-test-is-actions-is-failing-open from flowmade-one/aether 2026-01-13 22:49:04 +00:00
HugoNijhuis merged pull request flowmade-one/aether#139 2026-01-13 22:48:57 +00:00
fix: Update deprecated Go build tag syntax in nats_eventbus_integration_test.go
HugoNijhuis deleted branch issue-1-event-types-tests from flowmade-one/aether 2026-01-13 22:48:57 +00:00
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-13 22:48:57 +00:00
5b5083dcf8 fix: Update deprecated Go build tag syntax in nats_eventbus_integration_test.go
HugoNijhuis deleted branch issue-2-hashring-tests from flowmade-one/aether 2026-01-13 22:48:54 +00:00
HugoNijhuis commented on pull request flowmade-one/aether#139 2026-01-13 22:48:54 +00:00
fix: Update deprecated Go build tag syntax in nats_eventbus_integration_test.go

Code Review: Approved ✓

Implementation looks solid. No blocking issues found.