Investment trading learning app
- Upgrade Dockerfile base from node:18 to node:20 (fixes crypto global) - Map host port 4025 → container 4018 (4018 taken by actiontrail) - Join learning_ai_common_plat_default Docker network for platform service - Switch all @bytelyst/* link: deps to registry versions - Bump @bytelyst/llm to ^0.1.1 (adds createFallbackChain, GeminiProvider etc) - Regenerate pnpm-lock.yaml against Gitea registry Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| backend | ||
| docs | ||
| mobile | ||
| scripts | ||
| shared | ||
| web | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| docker-compose.yml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.base.json | ||
| vercel.json | ||
ByteLyst Investment Trading
Canonical monorepo for the ByteLyst trading product.
Workspaces
backend/— trading backend and execution/runtime APIsweb/— trading dashboardmobile/— Expo mobile appshared/— canonical product identity and shared runtime helpers
Shared dependencies
This repo consumes local ByteLyst common-platform packages from:
../learning_ai_common_plat/packages/*
Core principles
- backend-authoritative trading state
- platform-service for auth, kill switch, telemetry, and flags
- no duplicated bootstrap logic across surfaces
- domain-specific trading logic stays product-owned
Common commands
pnpm install
pnpm verify
pnpm lint
pnpm build
Operations
- product and scope:
docs/PRD.md - execution tracker:
docs/ROADMAP.md - local dev, cutover, rollback, and release checks:
docs/OPERATIONS.md