TradeCat v0.1.2
Highlights
- Makes stable v0.1.2 the ordinary user install ref.
- Keeps TRADECAT_INSTALL_BRANCH=develop as the explicit auto-update channel.
- Removes TRADECAT_INSTALL_SKIP_SYNC from published raw installer smoke and asserts event_stream cache readiness after install or doctor --sync repair.
- Bootstraps local dev tooling from verify on bare checkouts.
- Aligns Python package metadata and runtime version with 0.1.2.
Install
Linux / macOS / WSL:
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.2/scripts/project/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.2/scripts/project/install.ps1 | iexVerification
- Develop CI: https://github.com/tukuaiai/tradecat/actions/runs/25535689654
- Tag CI: https://github.com/tukuaiai/tradecat/actions/runs/25535689666
Rollback
tradecat-uninstall
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.1 sh