Commit Graph

4 Commits

Author SHA1 Message Date
saravanakumardb1
582936ad65 feat(repo): migrate chronomind workspace to pnpm
- Add pnpm-workspace.yaml (backend + web + common-plat packages)
- Add root package.json with workspace scripts and pnpm config
- Add packageManager: pnpm@10.6.5 to backend/web manifests
- Remove package-lock.json files, generate pnpm-lock.yaml
- Add root .gitignore (was missing)
- Update CI to use pnpm workspace commands
- Add transpilePackages + webpack symlinks to next.config.ts
- Update docker-prep.sh for backend + web consumers
- Rewrite backend/web Dockerfiles to .docker-deps consumer pattern
- Add .dockerignore

Verified: typecheck + 576 tests (182 backend + 394 web) + builds pass
Docker: backend + web smoke builds pass
2026-03-22 19:11:01 -07:00
saravanakumardb1
15f34c1c80 feat(ci): add backend CI job with common-plat checkout, upgrade Node to 22
- Backend: common-plat checkout, pnpm build, typecheck, 135 tests
- Web: upgrade Node 20→22, add concurrency group
2026-03-20 15:19:28 -07:00
saravanakumardb1
f9439f4519 chore(docs): regenerate AI agent config files 2026-03-05 14:37:31 -08:00
saravanakumardb1
02f9a5fc12 ci: add GitHub Actions workflow for lint, typecheck, and test 2026-02-27 21:01:59 -08:00