CodeHarbor currently ships with two implementations:
- Primary runtime (active): TypeScript/Node (
src/) - Legacy reference (maintenance mode): Python (
app/,tests/)
- New features and bug fixes must be implemented in the TypeScript runtime first.
- Python legacy code is kept for reference and fallback validation only.
- CI/release gates run against the TypeScript runtime.
npm run test:legacy