Skip to content

v0.3.0 — first public release

Choose a tag to compare

@42piratas 42piratas released this 15 May 13:09
· 454 commits to main since this release

First public release of TRON canon.

A canon-shaped supervisor agent for Claude Code's Agent View. One agent you talk to; it runs the rest. Encapsulates operator-nag boilerplate ("be concise", "follow your skill steps", "validate locally", "execute session-end") into reusable scripts so you stop repeating yourself.

What's in

  • Operator-facing: README, tron-seed, tron-scripts, project + workflow examples
  • Templates (6): tron, state, workflow-state, 3 role handovers
  • Skills (9): dispatch, checkpoint, session-end-tron, escalate, validate, update, doctor, edit-self, recover
  • Scripts (4): tg-send, tg-poll, sweep, cron-install

23 locked design premises. Closes failure modes from the predecessor's incident 260411 (bus-dead post-DONE, TG poll gap, stall false positives).

Quickstart

git clone https://github.com/42piratas/tron.git ~/code/tron-canon
cd ~/code/<your-project>
claude "Read ~/code/tron-canon/tron-seed.md and seed TRON into this project."

Then:

claude --bg -n TRON "Begin session."

See README for full layout + requirements.

Status

Predecessor iterations (internal-only, SQLite-bus + iTerm-spawn era) are deprecated and not published. This is the first public release.