Release waves
The 29 MTS1B repos ship in three waves over 12 months, then enter a 6-month stability cycle before the v1.0 LTS.
Wave 0 — Namespace + Web Presence (weeks -2 → 0)
✅ Completed. All 29 repos exist as private skeletons under github.com/MTS1B. Docs site live at docs.mts1b.investmentparadisellc.com. Discord setup pending.
Wave 1 — Foundational 12 (months 1-3)
Tagline: "Backtest + paper-trade equities with a 12-repo OSS stack."
| Repo | Purpose |
|---|---|
mts1b-foundation | Types + schemas |
mts1b-platform | Shared infrastructure |
mts1b-deploy | Docker + Proxmox installer |
mts1b-brokers | IBKR, Coinbase, Schwab, ... |
mts1b-marketdata | FMP, Polygon, ThetaData, ... |
mts1b-quantkit | Canonical quant library |
mts1b-portfolio | Position sizing |
mts1b-riskengine | Pretrade gates + drawdown halt |
mts1b-oms | OMS state machine |
mts1b-oms-algos | VWAP, TWAP, Almgren-Chriss |
mts1b-GPUbacktester | CUDA backtest engine |
mts1b-docs | This site |
Public flip gates: each repo individually reviewed by maintainer; CI green for 30 consecutive days; documentation complete; community feedback addressed.
Wave 2 — Engines + Data + Research (months 4-7)
Tagline: "Production-grade research + multi-cloud deploy."
| Repo | Purpose |
|---|---|
mts1b-altdata | SEC, GDELT, news, ... |
mts1b-cryptodata | Binance, Kraken Futures, ... |
mts1b-macrodata | FRED, ECB, BLS, ... |
mts1b-datalake | Parquet data lake |
mts1b-research | Ladder-sweep + factor discovery |
mts1b-llm | LLM router + personas |
mts1b-cloudburst | GPU burst worker |
mts1b-operations | Compliance + watchdogs |
mts1b-reportslibrary | Reports + RCA |
mts1b-tradingview | TV webhook bridge |
mts1b-frontends | webui + TUI + CLI |
Multi-target deploy expansion (in mts1b-deploy): K8s Helm, Nomad, Crossplane, Pulumi, Terraform, Ansible.
Wave 3 — Treasury + Community (months 8-12)
Tagline: "Full ecosystem. Treasury, sports, prediction markets, AI bots, plugins."
| Repo | Purpose |
|---|---|
mts1b-treasury | Capital allocator + NAV |
mts1b-sports | DFS + sportsbook + esports |
mts1b-prediction-markets | Kalshi, Polymarket, ... |
mts1b-githubbot | AI issue/PR bot |
mts1b-discordbot | Community-support bot |
mts1b-pluginsdk | Plugin SDK + registry |
Deploy targets added: native installers (Mac brew, Windows winget, Linux deb/rpm), VMware OVF, Packer images.
LTS v1.0 — month 18
After 6 months of stable v3, we cut v1.0 LTS. From this point on:
- Breaking changes require a major version bump.
- Security patches are backported for 24 months.
- Migration guides published in
mts1b-docsfor every major bump.
Public-flip policy
⚠️ All repos stay PRIVATE invite-only until the user explicitly flips each one public. Wave labels are scheduling milestones, NOT auto-public-flip triggers.
This protects against premature exposure of incomplete APIs. Each repo's gh repo edit --visibility public is a manual decision after:
- CI is consistently green
- README + docs/ complete
- License audit clean
- Maintainer sign-off
Open community gates
- Discord: live in Wave 1
- GitHub Discussions: live in Wave 1
- GitHub Sponsors: applies in Wave 1, accepting at Wave 2
- AI bot in production: Wave 3
- Plugin marketplace: Wave 3