Commit Graph

8 Commits

Author SHA1 Message Date
saravanakumardb1
3bc8e0e14c fix(mcp-server): move default port 4006 → 4007 (conflict with extraction-service Python sidecar); add Dockerfile + docker-compose service + CI workflow 2026-03-05 11:56:35 -08:00
saravanakumardb1
d436f77be4 refactor: update CI matrix and docker-compose for consolidated services 2026-02-14 21:42:24 -08:00
saravanakumardb1
fde10be75b chore: add extraction-service to AGENTS.md, CI matrix, token pre-commit hook (7.9)
- AGENTS.md: extraction-service in layout, file ownership, deps, test table (211+ tests)
- ci.yml.disabled: extraction package + extraction-service added to matrix
- package.json: lint-staged rule to auto-generate tokens on bytelyst.tokens.json change
- ROADMAP.md: 252/278 (~91%), 7.9 done
2026-02-14 20:48:07 -08:00
3ac6de0595 ci(workflows): add reusable pnpm workflow 2026-02-14 19:50:44 -08:00
saravanakumardb1
c5b7029348 chore(ci): add cross-repo CI trigger + update roadmap (5.18-5.23, 4.23)
- trigger-consumers.yml.disabled: dispatches common-platform-updated event
- Dashboard CI workflows now in LysnrAI repo (5.22)
- Service CI already in common-plat ci.yml.disabled (5.18-5.21 N/A)
- Roadmap updated: 251/278 items (~90%)
2026-02-14 14:25:43 -08:00
saravanakumardb1
0d0165e950 ci(extraction): add CI workflow for extraction-service (TS + Python)
- TypeScript job: pnpm build, vitest, tsc --noEmit
- Python job: ruff lint, pytest
- Triggers on services/extraction-service/** and packages/extraction/**
2026-02-14 13:59:29 -08:00
saravanakumardb1
a383b245e5 ci: disable GitHub Actions and add manual quality checks
- Disable CI workflows due to billing issues
- Add quick-check.sh script for 5-min pre-push validation
- Add MANUAL_CI.md with comprehensive instructions
- Update README with CI disabled notice
- Production readiness workflow updated with manual check note
2026-02-12 23:13:07 -08:00
saravanakumardb1
88d3196ce0 ci: add GitHub Actions workflow for common platform
Three parallel job groups (NO deployment):
- build-and-test: full build + typecheck + test + lint
- package-tests: matrix of 9 @bytelyst/* packages
- service-tests: matrix of 4 @lysnrai/* services

Uses pnpm v10, Node 20, dependency caching.
Runs on push/PR to main with concurrency cancellation.
2026-02-12 23:00:39 -08:00