Skip to content

v0.1.3

Latest

Choose a tag to compare

@tukuaiai tukuaiai released this 10 May 09:28

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

Windows PowerShell:

irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.3/scripts/project/install.ps1 | iex

Highlights

  • Makes v0.1.3 the 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.v1 for scripts/project/scripts/start.sh --json status/start/stop output.
  • Keeps tradecat.watch_cycle.v1 internal 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-write and 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 --check

GitHub Actions:

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.v1 remains 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