v0.1.0
Release Notes
v0.1.0
Release date: 2026-05-07.
Commit: 2b5a1af96efd0e95a2524afbbc67708886b6f890.
CI evidence:
- Develop CI: https://github.com/tukuaiai/tradecat/actions/runs/25471829267
- Tag CI: https://github.com/tukuaiai/tradecat/actions/runs/25471890550
Install:
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.0 shWindows PowerShell:
$env:TRADECAT_INSTALL_REF = "v0.1.0"; irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.ps1 | iexHighlights:
- Standard Skill wrapper with all project source under
scripts/project/. - Cache-first CLI/TUI backed by local JSON snapshot cache files.
- POSIX and PowerShell installers with pinned ref install support.
- Skill strict validation, root boundary guard, secret scan, tests, wheel data
checks, and cross-platform smoke tests.
Known limits:
- Public data comes from public Google Sheets CSV endpoints; remote availability
is outside this repository. - Fixed ref installs intentionally skip launcher auto-update.
- User runtime directories and cache files are local state and are not tracked.
Rollback:
tradecat-uninstall
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.0 shFor Windows, rerun the fixed-ref PowerShell installer above after
tradecat-uninstall.