rusa is maintained as a CLI-first project.
- core pipeline correctness
- simple English CLI UX and diagnostics
- tests and regressions
- documentation and packaging
- release discipline
- update
README.md - add or update tests
- keep fast checks runnable:
pytest -q -m 'not slow and not live_tts'
pytest -q tests/test_cli_smoke.pyChanges that improve the core CLI flow are in scope. Changes that add a new UI layer are out of scope for now.