c8f3e0db44f22d08ef2f6229bdfcf30711c2cbdb
Each step was re-running pnpm install independently, and all quality steps (typecheck, lint, format, test) ran in parallel. On merge commits with more accumulated code this pushed the CI runner over its memory limit (exit code 254 = OOM kill). Fix: - install once, share node_modules via Woodpecker workspace volume - sequential execution: install → typecheck → lint → format → test → build - corepack enable in each step (fresh container) but no redundant install
Description
Self-hosted multi-user AI agent platform — web dashboard, TUI, remote control, shared memory, mission orchestration
Releases
11
mosaic v0.0.29
Latest
Languages
TypeScript
74.5%
Shell
19.7%
PowerShell
3%
JavaScript
1.4%
Python
1%
Other
0.4%