An always-on flight recorder for Python scripts: live watch line while it runs, compact Markdown report when it crashes or gets stuck.
pip install runcorderSee docs/user.md for more information.
Runcorder uses uv for environment management. Requires Python 3.13+.
uv syncuv run pytestuv buildArtifacts land in dist/ (wheel and sdist).