Skip to content

v2.5.0

Choose a tag to compare

@m4ttheweric m4ttheweric released this 21 Jul 17:07
· 914 commits to main since this release

first release with docs. ships the rt.cool documentation site (generated command reference plus hand-written guides), full flag/arg coverage across every built-in command, and the release tooling that keeps it current. also lands the interactive commit picker and a batch of daemon and tray fixes.

Documentation

  • rt.cool docs site: Docusaurus scaffold, 97-page generated command reference, and hand-written guides (getting-started, daemon, logging, plugins, StrongDM, tray, context extension, common flags)
  • full flag/arg coverage: every built-in command now declares its real flags and positionals (0 coverage gaps)
  • docs:gen and docs:check scripts: reference regenerates from the command tree, and drift is caught in the validator
  • release tooling: update-docs.ts regenerates docs and drafts these notes, deploy-docs.sh publishes to Cloudflare Pages, and the rt-release and rt-docs skills drive the flow

Commit

  • interactive commit picker: select-all on load, visible discard prompt, backed by tested lib/commit-ops primitives

Daemon

  • stop dropping the first process of headerless ps output
  • make periodic scanners async so status polls can't time out
  • add async runCapture subprocess helper

Tray

  • require two consecutive failed polls before going red

Full Changelog: v2.4.0...v2.5.0

Full Changelog: v2.4.0...v2.5.0