Skip to main content

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."

RepoPurpose
mts1b-foundationTypes + schemas
mts1b-platformShared infrastructure
mts1b-deployDocker + Proxmox installer
mts1b-brokersIBKR, Coinbase, Schwab, ...
mts1b-marketdataFMP, Polygon, ThetaData, ...
mts1b-quantkitCanonical quant library
mts1b-portfolioPosition sizing
mts1b-riskenginePretrade gates + drawdown halt
mts1b-omsOMS state machine
mts1b-oms-algosVWAP, TWAP, Almgren-Chriss
mts1b-GPUbacktesterCUDA backtest engine
mts1b-docsThis 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."

RepoPurpose
mts1b-altdataSEC, GDELT, news, ...
mts1b-cryptodataBinance, Kraken Futures, ...
mts1b-macrodataFRED, ECB, BLS, ...
mts1b-datalakeParquet data lake
mts1b-researchLadder-sweep + factor discovery
mts1b-llmLLM router + personas
mts1b-cloudburstGPU burst worker
mts1b-operationsCompliance + watchdogs
mts1b-reportslibraryReports + RCA
mts1b-tradingviewTV webhook bridge
mts1b-frontendswebui + 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."

RepoPurpose
mts1b-treasuryCapital allocator + NAV
mts1b-sportsDFS + sportsbook + esports
mts1b-prediction-marketsKalshi, Polymarket, ...
mts1b-githubbotAI issue/PR bot
mts1b-discordbotCommunity-support bot
mts1b-pluginsdkPlugin 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-docs for 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:

  1. CI is consistently green
  2. README + docs/ complete
  3. License audit clean
  4. 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