Releases: tradecatlabs/tradecat-public
Releases · tradecatlabs/tradecat-public
Release list
v0.1.3
v0.1.3
Stable release for the Agent contract hardening wave.
Install
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.3/scripts/project/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.3/scripts/project/install.ps1 | iexHighlights
- Makes
v0.1.3the default stable install ref. - Promotes Agent contract hardening into the stable channel: manifest/schema coverage, real payload schema validation, golden JSON fixtures, and expanded
agent-smoke. - Adds formal watcher lifecycle status contract
tradecat.watch_status.v1forscripts/project/scripts/start.sh --jsonstatus/start/stop output. - Keeps
tradecat.watch_cycle.v1internal until the long-running stream contract is intentionally promoted. - Updates GitHub artifact upload actions to
actions/upload-artifact@v7. - Clarifies Agent dry-run probe usage with
probe --json --no-writeand local dev bootstrap requirements.
Validation
Local gates passed before tag:
bash scripts/validate-skill.sh --strict
bash scripts/agent-smoke.sh
bash scripts/verify.sh
bash scripts/security-scan.sh
bash scripts/supply-chain-audit.sh
git diff --checkGitHub Actions:
- develop push CI: https://github.com/tukuaiai/tradecat/actions/runs/25625156461
- v0.1.3 tag CI: https://github.com/tukuaiai/tradecat/actions/runs/25625156464
Both completed successfully.
Known Limits
- Public data still depends on public Google Sheets CSV availability.
- Stable tag installs intentionally do not auto-update.
tradecat.watch_cycle.v1remains an internal long-running stream payload, not a formal Agent surface.
Rollback
tradecat-uninstall
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.2/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.2 shTradeCat 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 shTradeCat v0.1.1
Highlights
- Replaces stale launcher symlinks instead of following broken symlink targets.
- Hardens first-run cache behavior with event_stream installer fallback and cold-start diagnostics.
- Adds explicit sync timeout controls for sync, sync-all, probe, and doctor --sync.
- Updates published installer smoke to v0.1.1.
Install
Linux / macOS / WSL:
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.1 shWindows PowerShell:
$env:TRADECAT_INSTALL_REF = "v0.1.1"; irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.ps1 | iexVerification
- Develop CI: https://github.com/tukuaiai/tradecat/actions/runs/25531835777
- Tag CI: https://github.com/tukuaiai/tradecat/actions/runs/25531835774
- Follow-up docs CI: https://github.com/tukuaiai/tradecat/actions/runs/25531933473
Rollback
tradecat-uninstall
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.0/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.0 shv0.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.