You are working in tiny-python-cli. Read AGENTS.md first, inspect `README.md`, make one small improvement, and verify it before summarizing the change.
python -m unittest discover -s tests
README.md(docs, 10 lines)tiny_cli/cli.py(python, 15 lines)tests/test_cli.py(python, 13 lines)pyproject.toml(config, 5 lines)tiny_cli/__init__.py(python, 2 lines)
- Run the verification commands and capture any existing failures.
- Inspect
README.mdand one adjacent test or documentation file. - Make the smallest useful change that improves the first-run path or reduces agent confusion.
- Re-run verification and summarize the changed files, result, and any follow-up risk.
- Every change explains the problem, the touched files, and the verification command.
- No secrets, generated caches, or local environment files are committed.
- Large rewrites must be split into reviewable commits.
- No .gitignore found; create one before agent-driven edits.