v0.1.1 — trash & audit CLI, README fixes
Patch closing 4 important findings from the v0.1.0 final code review.
Added
- `cc-janitor trash list/restore/empty` — completes the soft-delete → restore round-trip that v0.1.0 README promised but didn't expose.
- `cc-janitor audit list` with `--since`, `--cmd`, `--failed`, `--json` filters — first user-facing read access to the audit log written on every mutation.
Documentation
- README install instructions now use `uv tool install git+https://github.com/CreatmanCEO/cc-janitor\` since the package isn't on PyPI yet.
- README + README.ru now warn Windows users that `install-hooks` writes a POSIX shell snippet (`test -f`); cross-platform PowerShell support is targeted for v0.2.0.
- CHANGELOG updated with a 0.1.1 section.
Tests
102 passing (up from 93 in v0.1.0): 4 new for trash, 5 new for audit.
Roadmap
- 0.2.0 (Phase 2): memory editor, reinject hook, hooks debugger with `simulate`, scheduler (cron / Task Scheduler). Design + implementation plan are now in the repo: docs/plans/2026-05-05-cc-janitor-phase2-design.md, docs/plans/2026-05-05-cc-janitor-phase2-mvp.md.
🤖 Built with Claude Code.