A tiny command-line ticket tracker backed by a single JSON file.
pip install -e ".[test]"
ticketctl add "Fix login bug" -p high -t bug,auth -a alice
ticketctl list
ticketctl close <id>
ticketctl stats
pytest
This repository was generated by an AI coding assistant (Claude, via Claude Code) in a single session with no manual cleanup. It exists as a benchmark target for MuckLedger, a reproducible leaderboard for code-cleanup tools. Whatever unused imports, dead helpers or redundant logic the assistant produced have been left exactly as generated so that cleanup tools have something real to work on.
The test suite is real and covers the tool's actual behaviour; it is the oracle MuckLedger uses to decide whether a cleanup tool broke anything.
Licensed under the MIT License (see LICENSE).
0 comments
log in to comment.