Investment trading learning app
Go to file
root b2f037c77d chore(deploy): Node 20, port 4025, registry deps, platform network
- 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>
2026-04-13 17:23:49 +00:00
backend chore(deploy): Node 20, port 4025, registry deps, platform network 2026-04-13 17:23:49 +00:00
docs docs(azure): mark KV wiring and AzureOpenAI items complete in audit log 2026-04-05 18:29:13 -07:00
mobile chore(deploy): Node 20, port 4025, registry deps, platform network 2026-04-13 17:23:49 +00:00
scripts test: add release smoke coverage and runbook 2026-04-04 17:07:48 -07:00
shared refactor: share feature flag contract across backend and web 2026-04-04 18:10:34 -07:00
web feat: make backend Docker-ready and web Vercel-ready 2026-04-05 19:05:35 -07:00
.env.example feat: make backend Docker-ready and web Vercel-ready 2026-04-05 19:05:35 -07:00
.gitignore feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
.npmrc feat: make backend Docker-ready and web Vercel-ready 2026-04-05 19:05:35 -07:00
docker-compose.yml chore(deploy): Node 20, port 4025, registry deps, platform network 2026-04-13 17:23:49 +00:00
package.json feat: make backend Docker-ready and web Vercel-ready 2026-04-05 19:05:35 -07:00
pnpm-lock.yaml chore(deploy): Node 20, port 4025, registry deps, platform network 2026-04-13 17:23:49 +00:00
pnpm-workspace.yaml feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
README.md docs: add operations runbook and refresh roadmap status 2026-04-04 14:36:41 -07:00
tsconfig.base.json feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
vercel.json feat: make backend Docker-ready and web Vercel-ready 2026-04-05 19:05:35 -07:00

ByteLyst Investment Trading

Canonical monorepo for the ByteLyst trading product.

Workspaces

  • backend/ — trading backend and execution/runtime APIs
  • web/ — trading dashboard
  • mobile/ — Expo mobile app
  • shared/ — 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