Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Dec 18:40
· 342 commits to main since this release

Added

  • Unified rtmx setup command combining init, install, and makefile generation
  • rtmx health command for project health scoring
  • rtmx diff command for comparing RTM versions
  • Phoenix-style backlog display with summary header and sections
  • View modes for backlog: --view all|critical|quick-wins|blockers
  • Colored terminal screenshots in README documentation
  • Auto-regeneration of terminal screenshots in CI

Changed

  • Backlog output now matches Phoenix/Cyclone format with Critical Path and Quick Wins sections
  • Phase display format changed to "Phase X" style
  • Blocks column shows transitive count with direct count in parentheses
  • Status icons updated (△ for PARTIAL)

Improved

  • Code coverage increased from 26% to 87%
  • Added comprehensive test suite for CLI commands, models, adapters

Fixed

  • Type errors in health.py, setup.py, integrate.py
  • Pre-commit hook compatibility issues