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 sh