80e69016b0
Merge pull request 'chore: bump all packages to 0.0.2 — drop alpha prerelease tag' (#354) from chore/bump-0.0.2 into main
jason.woltje2026-04-03 01:12:24 +00:00
e084a88a9d
chore: bump all packages to 0.0.2 — drop alpha prerelease tag
Jarvis
2026-04-02 20:01:44 -05:00
990a88362f
Merge pull request 'feat: complete CLI command parity — coord, prdy, seq, upgrade' (#352) from fix/complete-cli-parity into main
jason.woltje2026-04-03 00:52:36 +00:00
8efbaf100e
Merge pull request 'feat: unify mosaic CLI — single binary, no PATH conflict' (#351) from feat/unify-mosaic-cli into main
jason.woltje2026-04-03 00:41:06 +00:00
147f5f1bec
Merge pull request 'fix: remove stale bootstrap repo references' (#346) from fix/stale-bootstrap-refs into main
jason.woltje2026-04-02 02:27:49 +00:00
f05b198882
fix: remove stale bootstrap repo references from CLI error messages
Jason Woltje
2026-04-01 21:26:53 -05:00
d0a484cbb7
Merge pull request 'feat: complete bootstrap → monorepo migration (archive-ready)' (#345) from feat/framework-migration-complete into main
jason.woltje2026-04-02 02:24:33 +00:00
53199122d8
Merge pull request 'feat: integrate framework files into monorepo' (#344) from feat/framework-into-monorepo into main
jason.woltje2026-04-02 02:20:17 +00:00
b38cfac760
feat: integrate framework files into monorepo under packages/mosaic/framework/
Jason Woltje
2026-04-01 21:19:21 -05:00
f3cb3e6852
Merge pull request 'fix(web): add public/ directory — fixes Docker build COPY failure' (#343) from fix/web-public-dir into main
jason.woltje2026-04-01 18:09:40 +00:00
6357a3fc9c
Merge pull request 'fix(ci): use gitea_token secret for npm publish' (#342) from fix/ci-npm-secret into main
jason.woltje2026-04-01 17:51:32 +00:00
92998e6e65
fix(ci): use gitea_token secret for npm publish
Jason Woltje
2026-04-01 12:51:06 -05:00
2394a2a0dd
Merge pull request 'feat: npm publish pipeline + package versioning (0.0.1-alpha.1)' (#341) from feat/npm-publish-pipeline into main
jason.woltje2026-04-01 17:47:10 +00:00
35123b21ce
Merge pull request 'fix(ci): pass DATABASE_URL through Turbo to test tasks' (#338) from fix/turbo-env-passthrough into main
jason.woltje2026-03-31 04:03:29 +00:00
492dc18e14
Merge pull request 'fix(db): add missing migration to Drizzle journal — fixes CI test failures' (#337) from fix/ci-drizzle-migration-journal into main
jason.woltje2026-03-31 03:03:45 +00:00
a824a43ed1
fix(ci): pass DATABASE_URL through Turbo to test tasks
Jarvis
2026-03-30 22:02:37 -05:00
9b72f0ea14
fix(db): add CREATE EXTENSION vector before first migration using pgvector
Jarvis
2026-03-30 21:14:44 -05:00
31a5751c6c
Merge pull request 'feat(ci): Docker build+push pipeline for gateway and web images' (#335) from fix/ci-docker-publish-test-dep into main
jason.woltje2026-03-31 01:48:08 +00:00
fa43989cd5
Merge pull request 'fix: parse VALKEY_URL into RedisOptions for BullMQ — fixes ECONNREFUSED 6379' (#336) from fix/bullmq-valkey-url-port into main
jason.woltje2026-03-31 01:45:37 +00:00
1b317e8a0a
style: fix prettier formatting in plugins/macp (consolidation follow-up)
Jason Woltje2026-03-30 20:43:54 -05:00
316807581c
fix: parse VALKEY_URL into RedisOptions object for BullMQ connection
Jason Woltje2026-03-30 20:42:03 -05:00
3321d4575a
fix(ci): wait for postgres readiness before migration + tests
Jarvis
2026-03-30 20:41:46 -05:00
85d4527701
fix(macp): use sh instead of bash in gate-runner — Alpine Linux compatibility
Jarvis
2026-03-30 20:31:39 -05:00
47b7509288
fix(ci): add postgres service sidecar for integration tests
Jarvis
2026-03-30 20:25:59 -05:00
34fad9da81
fix(ci): remove build step from ci.yml — build only in publish pipeline
Jarvis
2026-03-30 20:19:29 -05:00
48be0aa195
fix(ci): separate publish pipeline — Docker builds independent of test failures
Jarvis
2026-03-30 20:12:23 -05:00
f544cc65d2
fix(ci): switch to Kaniko image builder using global gitea secrets
Jarvis
2026-03-30 20:04:50 -05:00
41e8f91b2d
fix(ci): decouple build/publish from test step — DB test requires external Postgres
Jarvis
2026-03-30 20:00:35 -05:00
f161e3cb62
feat(ci): add Docker build+push pipeline for gateway and web images
Jarvis
2026-03-30 19:54:28 -05:00
da41724490
Merge pull request 'fix: remove all hardcoded user paths — dynamic OC SDK resolution' (#333) from fix/macp-dynamic-sdk-resolution into main
jason.woltje2026-03-30 19:55:21 +00:00
281e636e4d
fix: remove all hardcoded user paths from plugins — dynamic SDK resolution
Mos (Agent)
2026-03-30 19:55:00 +00:00
87dcd12a65
Merge pull request 'fix: update MACP plugin paths from /home/jarvis to local environment' (#332) from fix/macp-plugin-paths into main
jason.woltje2026-03-30 19:47:11 +00:00
d3fdc4ff54
fix: update MACP plugin paths from /home/jarvis to dynamic resolution
Mos (Agent)
2026-03-30 19:46:52 +00:00
9690aba0f5
Merge pull request 'feat: monorepo consolidation — forge, MACP, framework plugin, profiles/guides/skills' (#331) from feat/monorepo-consolidation into main
jason.woltje2026-03-30 19:44:23 +00:00
40c068fcbc
Merge pull request 'fix(oc-plugin): MACP OC bridge — route through controller queue instead of Pi-direct' (#330) from fix/macp-oc-bridge into main
jason.woltje2026-03-30 15:48:12 +00:00
a9340adad7
fix(oc-plugin): replace Pi-direct with MACP controller bridge in runTurn
Jarvis
2026-03-30 10:33:32 -05:00
5cb72e8ca6
Merge pull request 'feat(oc-plugin): MACP ACP runtime backend — sessions_spawn(runtime:macp)' (#329) from feat/oc-macp-plugin-v2 into main
jason.woltje2026-03-30 04:29:47 +00:00