jason.woltje
5f0a7c847c
fix: use double quotes for ConfigService key (prettier)
2026-03-10 22:50:58 -05:00
jason.woltje and Claude Opus 4.6
639abfaefa
fix: bump simple-git to 3.32.3 and use ConfigService for giteaApiBaseUrl
...
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-03-10 22:44:03 -05:00
jason.woltje
6e2b9a307e
feat(gatekeeper): add PR merge automation service
2026-03-10 21:35:11 -05:00
jason.woltje
3289677056
Merge pull request 'chore(tasks): mark MS24 all done' ( #756 ) from chore/ms24-ver-done into main
ci/woodpecker/tag/infra Pipeline failed
2026-03-09 02:58:46 +00:00
jason.woltje
5a14a97cb4
chore(tasks): mark MS24 all done including API-002 and VER-001
2026-03-08 21:58:33 -05:00
jason.woltje
aebf6b18db
Merge pull request 'chore(tasks): correct MS24 task statuses' ( #755 ) from chore/ms24-tasks-correction into main
2026-03-09 02:38:36 +00:00
jason.woltje
6fbfb3c197
chore(tasks): correct MS24 task statuses — API-002 done, VER-001 not-started pending CI
2026-03-08 21:38:12 -05:00
jason.woltje
348943c5f7
Merge pull request 'feat(api): MS24 Woodpecker CI webhook → agent notification' ( #754 ) from feat/ms24-ci-webhook into main
2026-03-09 02:33:37 +00:00
jason.woltje
39d36e67c5
ci: trigger pipeline with woodpecker secrets
2026-03-08 21:27:49 -05:00
jason.woltje
e8a2d32476
feat(api): add Woodpecker CI webhook notifications
2026-03-08 18:37:35 -05:00
jason.woltje
3c0c10c9e5
Merge pull request 'chore(tasks): add MS24-API-002 Woodpecker webhook task' ( #753 ) from chore/ms24-api-002-task into main
2026-03-08 23:30:12 +00:00
jason.woltje
f59ce6a7a5
chore(tasks): add MS24-API-002 Woodpecker webhook task
2026-03-08 18:30:00 -05:00
jason.woltje
11fa1734bd
Merge pull request 'chore(tasks): mark MS24 tasks done' ( #752 ) from chore/ms24-tasks-done into main
2026-03-08 23:25:43 +00:00
jason.woltje
46815707a9
chore(tasks): mark MS24 tasks done
2026-03-08 18:25:28 -05:00
jason.woltje
621df6ee70
chore(tasks): add MS24 queue integration tasks
2026-03-08 18:25:20 -05:00
jason.woltje
ac406f19bc
Merge pull request 'feat(web): MS24 queue notification feed component' ( #751 ) from feat/ms24-queue-ui into main
2026-03-08 23:21:23 +00:00
jason.woltje
72d295edd6
feat(web): add queue notification feed
2026-03-08 18:18:07 -05:00
jason.woltje
6e9def3c5a
Merge pull request 'feat(api): MS24 queue notifications module' ( #750 ) from feat/ms24-queue-api into main
2026-03-08 23:04:16 +00:00
jason.woltje
456d53fc7f
fix(api): add SkipCsrf to queue notification ack endpoint
2026-03-08 17:54:35 -05:00
jason.woltje
8014930b70
Merge pull request 'fix(api): proxy mission-control routes to orchestrator' ( #748 ) from fix/mission-control-proxy into main
2026-03-08 22:51:08 +00:00
jason.woltje
06f2cc4be3
feat(api): add queue notifications module
2026-03-08 17:27:41 -05:00
jason.woltje
04bbdf3308
fix(api): proxy mission-control routes to orchestrator
2026-03-08 14:04:12 -05:00
jason.woltje
a6f1438f40
fix(web): route Mission Control API calls through orchestrator proxy ( #747 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-08 17:00:27 +00:00
jason.woltje
523662656e
Merge pull request 'fix(deploy): use consistent network alias for openbrain-brain-internal' ( #746 ) from fix/compose-network-alias-consistency into main
2026-03-08 16:35:32 +00:00
jason.woltje
27120ac3f2
fix(deploy): use consistent network alias for openbrain-brain-internal
...
Service definitions were using 'openbrain_brain-internal' (underscore) but the
networks block defines the alias as 'openbrain-brain-internal' (hyphen), with
name: openbrain_brain-internal pointing to the actual Docker network.
This caused 'undefined network' errors on every Portainer deploy for
orchestrator and synapse services.
Fixed: all service network references now use 'openbrain-brain-internal'.
2026-03-08 11:34:38 -05:00
jason.woltje
ad9921107c
fix(deploy): add DATABASE_URL and openbrain network to orchestrator + synapse ( #745 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-08 15:51:22 +00:00
jason.woltje
3c288f9849
fix(web): add ReactQueryProvider to root layout for Mission Control ( #744 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-08 15:50:40 +00:00
jason.woltje
51d6302401
Merge pull request 'style(web): fix prettier formatting in AuditLogDrawer' ( #743 ) from fix/audit-drawer-format into main
2026-03-08 01:56:03 +00:00
jason.woltje
cf490510bf
style(web): fix prettier formatting in AuditLogDrawer
2026-03-07 19:54:08 -06:00
jason.woltje
3d91334df7
Merge pull request 'fix(mission-control): increase rate limit for events/recent, add error handling' ( #742 ) from fix/mission-control-ratelimit into main
2026-03-08 00:44:31 +00:00
jason.woltje
e80b624ca6
fix(mission-control): increase rate limit for events/recent, add error handling
2026-03-07 18:42:50 -06:00
jason.woltje
65536fcb75
Merge pull request 'fix(orchestrator): add missing module import for OrchestratorApiKeyGuard' ( #741 ) from fix/orchestrator-guard-import into main
2026-03-07 23:36:55 +00:00
jason.woltje
53915dc621
fix(orchestrator): add missing module import for OrchestratorApiKeyGuard
2026-03-07 17:35:57 -06:00
jason.woltje
398ee06920
Merge pull request 'chore: release v0.0.23 — Mission Control Dashboard' ( #740 ) from chore/ms23-v0.0.23-release into main
2026-03-07 23:01:19 +00:00
jason.woltje
2182717f59
chore: release v0.0.23 — Mission Control Dashboard
2026-03-07 17:00:15 -06:00
jason.woltje
fe55363f38
Merge pull request 'chore: MS23-P4-001 QA gate — lint/typecheck/test all green' ( #739 ) from chore/ms23-p4-qa into main
2026-03-07 22:57:06 +00:00
jason.woltje
d60165572a
fix(orchestrator): encrypt OpenClaw provider tokens at rest
2026-03-07 16:55:51 -06:00
jason.woltje
ff73fbd391
Merge pull request 'test(orchestrator): MS23-P3-004 OpenClaw provider E2E — Phase 3 gate' ( #738 ) from test/ms23-p3 into main
2026-03-07 22:46:21 +00:00
jason.woltje
95ec63a868
test(orchestrator): MS23-P3-004 OpenClaw provider E2E — Phase 3 gate
2026-03-07 16:44:57 -06:00
jason.woltje
2ab736b68b
Merge pull request 'feat(web): MS23-P3-003 OpenClaw provider config UI' ( #736 ) from feat/ms23-p3-config-ui into main
2026-03-07 22:33:22 +00:00
jason.woltje
30e0168983
Merge pull request 'feat(orchestrator): MS23-P3-002 OpenClaw SSE bridge' ( #737 ) from feat/ms23-p3-openclaw-bridge into main
2026-03-07 22:33:13 +00:00
jason.woltje
495d78115e
feat(orchestrator): add OpenClaw SSE bridge streaming
2026-03-07 16:20:27 -06:00
jason.woltje
54ee5cf945
feat(web): MS23-P3-003 OpenClaw provider config UI
2026-03-07 16:18:21 -06:00
jason.woltje
563d59ad5d
Merge pull request 'feat(orchestrator): MS23-P3-001 OpenClawProvider' ( #735 ) from feat/ms23-p3-openclaw-provider into main
2026-03-07 22:06:31 +00:00
jason.woltje
da6e055113
feat(orchestrator): MS23-P3-001 OpenClawProvider
2026-03-07 15:58:56 -06:00
jason.woltje
0441d44f42
Merge pull request 'test(web): MS23-P2-009 Mission Control frontend tests' ( #733 ) from test/ms23-p2 into main
2026-03-07 21:38:36 +00:00
jason.woltje
7147dc3503
test(web): MS23-P2-009 Mission Control frontend tests
2026-03-07 15:27:36 -06:00
jason.woltje
f0aa3b5a75
test(web): add Mission Control frontend tests for phase 2 gate
2026-03-07 15:25:39 -06:00
jason.woltje
11d64341b1
Merge pull request 'fix(web): MS23-P2 restore main branch CI' ( #732 ) from fix/ms23-p2-main into main
2026-03-07 21:08:54 +00:00
jason.woltje
90d2fa7563
fix(web): MS23-P2 fix broken lint/typecheck on main
2026-03-07 14:55:04 -06:00
jason.woltje
31af6c26ec
Merge pull request 'feat(web): MS23-P2-008 Panel grid responsive layout' ( #731 ) from feat/ms23-p2-grid into main
2026-03-07 20:48:36 +00:00
jason.woltje
e4f942dde7
feat(web): MS23-P2-008 panel grid responsive layout
2026-03-07 14:47:39 -06:00
jason.woltje
4ea31c5749
Merge pull request 'feat: MS23-P2-007 AuditLogDrawer + audit log endpoint' ( #730 ) from feat/ms23-p2-audit into main
2026-03-07 20:40:21 +00:00
jason.woltje
4792f7b70a
feat: MS23-P2-007 AuditLogDrawer + audit log endpoint
2026-03-07 14:40:06 -06:00
jason.woltje
571094a099
Merge pull request 'feat(web): MS23-P2-004 Panel operator controls' ( #729 ) from feat/ms23-p2-controls into main
2026-03-07 20:35:53 +00:00
jason.woltje
adef5bdbb2
feat(web): MS23-P2-004 panel operator controls
2026-03-07 14:34:31 -06:00
jason.woltje
eb771d795a
Merge pull request 'feat(web): MS23-P2-003 BargeInInput component' ( #728 ) from feat/ms23-p2-barge into main
2026-03-07 20:33:39 +00:00
jason.woltje
c9aff531ea
Merge pull request 'feat(web): MS23-P2-006 KillAllDialog confirmation modal' ( #727 ) from feat/ms23-p2-killall into main
2026-03-07 20:33:03 +00:00
jason.woltje
b2c751caca
feat(web): MS23-P2-003 BargeInInput component
2026-03-07 14:32:12 -06:00
jason.woltje
cd28428cf2
feat(web): MS23-P2-006 KillAllDialog confirmation modal
2026-03-07 14:31:38 -06:00
jason.woltje
2c36569f85
Merge pull request 'feat(web): MS23-P2-005 GlobalAgentRoster sidebar tree' ( #726 ) from feat/ms23-p2-roster into main
2026-03-07 20:20:17 +00:00
jason.woltje
7c086db7e4
feat(web): MS23-P2-005 GlobalAgentRoster sidebar tree
2026-03-07 14:19:05 -06:00
jason.woltje
577e6141e0
Merge pull request 'feat(web): MS23-P2-002 OrchestratorPanel SSE stream component' ( #725 ) from feat/ms23-p2-panel into main
2026-03-07 20:17:56 +00:00
jason.woltje
631ba499e3
feat(web): MS23-P2-002 OrchestratorPanel SSE stream component
2026-03-07 14:14:57 -06:00
jason.woltje
a61106c24a
Merge pull request 'feat(web): MS23-P2-001 Mission Control page route + layout shell' ( #724 ) from feat/ms23-p2-page into main
2026-03-07 20:00:55 +00:00
jason.woltje
487aac6903
feat(web): add Mission Control page layout shell
2026-03-07 13:59:23 -06:00
jason.woltje
544e828e58
Merge pull request 'test(orchestrator): MS23-P1-006 Phase 1 provider system unit tests' ( #723 ) from test/ms23-p1 into main
2026-03-07 19:51:09 +00:00
jason.woltje
9489bc63f8
test(orchestrator): add mission-control phase 1 gate coverage
2026-03-07 13:47:49 -06:00
jason.woltje
ad644799aa
feat(orchestrator): MS23-P1-005 Mission Control proxy API ( #722 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 19:43:34 +00:00
jason.woltje
81bf349270
Merge pull request 'feat(orchestrator): MS23-P1-004 AgentProviderConfig CRUD API' ( #721 ) from feat/ms23-p1-provider-api into main
2026-03-07 19:26:24 +00:00
jason.woltje
bcada71e88
feat(orchestrator): add AgentProviderConfig CRUD API
2026-03-07 13:22:56 -06:00
jason.woltje
9cc82e7fcf
feat(orchestrator): MS23-P1-003 AgentProviderRegistry ( #720 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 19:15:59 +00:00
jason.woltje
4b135ae1f0
feat(orchestrator): MS23-P1-002 InternalAgentProvider ( #719 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 19:06:36 +00:00
jason.woltje
364619b332
feat(shared): MS23-P1-001 IAgentProvider interface + agent types ( #718 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 18:29:18 +00:00
jason.woltje
18ed3a5411
chore(tasks): MS23 Phase 0 complete — all 6 P0 tasks done ( #717 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 18:13:12 +00:00
jason.woltje
79ff3a921f
test(orchestrator): MS23-P0-006 service unit tests for AgentMessages/Control/Tree ( #716 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 18:12:47 +00:00
jason.woltje
76f06d0291
chore(tasks): MS23-P0-005 done, P0-006 in-progress ( #715 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:58:20 +00:00
jason.woltje
03dd25f028
feat(orchestrator): MS23-P0-005 subagent tree endpoint ( #714 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:57:55 +00:00
jason.woltje
f3726de54e
chore(tasks): MS23-P0-004 done, P0-005 in-progress ( #713 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:43:35 +00:00
jason.woltje
d0c6622de5
feat(orchestrator): MS23-P0-004 operator inject/pause/resume endpoints ( #712 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:43:11 +00:00
jason.woltje
4749f52668
chore(tasks): MS23-P0-002 done, P0-003 done, P0-004 in-progress ( #711 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:15:57 +00:00
jason.woltje
e0b28c91c3
feat(orchestrator): MS23 per-agent message history and SSE stream ( #702 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:15:30 +00:00
jason.woltje
fa7837af3e
fix(orchestrator): rm symlink before schema COPY in Docker builder ( #710 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 17:00:38 +00:00
jason.woltje
123cbce5cd
fix(orchestrator): copy schema to overwrite dangling symlink in Docker ( #709 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 16:45:54 +00:00
jason.woltje
7d47e5ff99
fix(orchestrator): use symlink path ./prisma/schema.prisma in generate script ( #708 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 16:31:49 +00:00
jason.woltje
ef674206e7
fix(orchestrator): symlink prisma/schema.prisma to resolve Docker build root detection ( #707 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 16:17:20 +00:00
jason.woltje
977747599f
fix(orchestrator): local prisma schema copy for Docker generate ( #706 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 16:00:07 +00:00
jason.woltje
fc4699ca51
fix(orchestrator): copy apps/api/package.json for prisma generate in Dockerfile ( #705 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 15:38:46 +00:00
jason.woltje
b61554800b
fix(orchestrator): add prisma CLI devDependency for prisma:generate ( #704 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 06:56:42 +00:00
jason.woltje
98e892f23c
fix(orchestrator): Dockerfile prisma generate + vitest reflect-metadata setup ( #703 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 04:45:17 +00:00
jason.woltje
de6faf659e
feat(orchestrator): MS23 agent lifecycle ingestion service ( #701 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 04:21:26 +00:00
jason.woltje
49fa958444
chore(orchestrator): MS23 P0-001 done, P0-002 in-progress ( #700 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 02:10:59 +00:00
jason.woltje
8d6abd72bb
feat(api): MS23 mission control Prisma schema ( #699 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 01:18:06 +00:00
jason.woltje
1bed5b3573
chore(orchestrator): Bootstrap MS23 mission-control TASKS.md + PRD ( #698 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 00:27:24 +00:00
jason.woltje
c644d1044b
Merge pull request 'fix(api): add AuthModule import to UserAgentModule' ( #691 ) from fix/user-agent-auth-module into main
2026-03-05 22:22:18 +00:00
jason.woltje
bf5779fb73
fix(api): add AuthModule import to UserAgentModule
2026-03-05 16:21:38 -06:00
jason.woltje
08d7a6b708
chore: trigger CI rebuild for hotfix
2026-03-05 16:15:32 -06:00
jason.woltje
570edef4e5
Merge pull request 'fix(api): add AuthModule import to AgentTemplateModule' ( #690 ) from fix/agent-template-auth-module into main
2026-03-05 22:10:36 +00:00
jason.woltje
d220be6b58
fix(api): add AuthModule import to AgentTemplateModule
...
The AgentTemplateController uses AuthGuard which requires AuthService,
but AgentTemplateModule was not importing AuthModule. This caused the
API to crash during dependency resolution.
2026-03-05 09:46:22 -06:00
jason.woltje
ade9e968ca
chore(ms22-p2): mission complete — all 10 tasks done ( #689 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 15:41:43 +00:00