Skip to content

v0.1.0

Choose a tag to compare

@tukuaiai tukuaiai released this 07 May 03:19

Release Notes

v0.1.0

Release date: 2026-05-07.

Commit: 2b5a1af96efd0e95a2524afbbc67708886b6f890.

CI evidence:

Install:

curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.0 sh

Windows PowerShell:

$env:TRADECAT_INSTALL_REF = "v0.1.0"; irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.ps1 | iex

Highlights:

  • 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 sh

For Windows, rerun the fixed-ref PowerShell installer above after
tradecat-uninstall.