Skip to main content

Tidy up your Claude Code environment — sessions, permissions, context, hooks, schedule.

Project description

cc-janitor

Tidy up your Claude Code environment — sessions, permissions, context, hooks.

The first unified TUI/CLI that combines session cleanup, permission pruning, CLAUDE.md/memory inspection, hook debugging (Phase 2), and scheduled maintenance (Phase 2) — all the chores no one else automates, in one tool.

Languages: English / Русский (toggle with F2 in TUI, --lang ru in CLI)

Stack

  • Language: Python 3.11+
  • TUI: Textual (terminal UI framework)
  • CLI: Typer
  • Token estimation: OpenAI tiktoken (cl100k_base, ~5% off for Claude)
  • Tests: pytest + pytest-asyncio + pytest-textual-snapshot
  • Distribution: PyPI via uv tool / pipx

Features (Phase 1 MVP)

Sessions

  • List, search, preview Claude Code sessions in ~/.claude/projects/
  • Soft-delete to recoverable trash; restore from trash via cc-janitor trash restore
  • Inspect compact-summaries and your own indexer markdown summaries

Permissions

  • Discover all rules across global / project, settings.json / .local.json, and ~/.claude.json approvedTools
  • Mark stale rules (no match in last 90 days) by scanning your transcripts
  • Dedupe (subsumed/exact) and prune (stale) — with backups before write

Context inspector

  • Walk CLAUDE.md hierarchy, list memory files, list enabled skills
  • Compute byte/token cost per file + recurring-per-request total
  • Show estimated $ at Opus input rate

Install

⚠️ v0.1.x is not yet on PyPI. Install from source until then:

# Recommended — uv tool from source
uv tool install git+https://github.com/CreatmanCEO/cc-janitor

# Or pipx from source
pipx install git+https://github.com/CreatmanCEO/cc-janitor

# From a local clone for development
git clone https://github.com/CreatmanCEO/cc-janitor && cd cc-janitor
uv sync --all-extras
uv run cc-janitor

PyPI publishing arrives once Trusted Publisher is configured on pypi.org. Track via issue #1 once filed.

Quick start

# Launch TUI
cc-janitor

# CLI: list sessions
cc-janitor session list

# Audit your permission rules
cc-janitor perms audit

# Inspect what your context costs you per request
cc-janitor context cost

# Mutating commands require explicit confirmation:
CC_JANITOR_USER_CONFIRMED=1 cc-janitor session prune --older-than 90d

Safety model

cc-janitor never silently destroys data:

  • CC_JANITOR_USER_CONFIRMED=1 gate: every mutating command refuses to run unless this env var is set. Read-only commands (list, show, audit, cost) are always free to call.
  • Soft-delete: sessions deleted move to ~/.cc-janitor/.trash/<timestamp>/ for 30 days. Restore via cc-janitor trash restore <id>.
  • Backups before write: every settings.json edit creates a timestamped backup in ~/.cc-janitor/backups/<sha-of-path>/.
  • Audit log: every mutating action appends a JSONL record to ~/.cc-janitor/audit.log (rotates at 10 MB).

Windows users: cc-janitor install-hooks writes a POSIX shell snippet (test -f, &&). On native Windows without Git Bash / WSL the hook will fail silently. Cross-platform PowerShell support lands in 0.2.0 (Phase 2). Use Git Bash or WSL in the meantime.

Using from inside Claude Code

cc-janitor is designed to be invoked by both you (TUI / CLI) and Claude Code itself (CLI), but only on your explicit request. See docs/CC_USAGE.md for the reference Claude Code reads when deciding whether a subcommand is safe to call.

Roadmap

  • Phase 1 (this release): sessions / permissions / context inspector / CLI / TUI / safety primitives
  • Phase 2: memory editor, reinject hook, hook debugger with simulation, scheduler (cron / Task Scheduler)
  • Phase 3: monorepo nested .claude/ discovery, auto-reinject watcher, stats dashboard, export/import config

Contributing

Issues and PRs welcome. See docs/architecture.md for the codebase tour.

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cc_janitor-0.3.2.tar.gz (250.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cc_janitor-0.3.2-py3-none-any.whl (71.9 kB view details)

Uploaded Python 3

File details

Details for the file cc_janitor-0.3.2.tar.gz.

File metadata

  • Download URL: cc_janitor-0.3.2.tar.gz
  • Upload date:
  • Size: 250.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cc_janitor-0.3.2.tar.gz
Algorithm Hash digest
SHA256 d1f372e12d1b2c840cc2746ba528e2dbcb0b8855bfe293e8ae36e462fe20721e
MD5 ed7f9ada7ed44622c0733b3718fa436e
BLAKE2b-256 78dc7e44bf9145add98ea4324b20cf6d2c81aa91f415285e1ee406bf31f0901e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_janitor-0.3.2.tar.gz:

Publisher: release.yml on CreatmanCEO/cc-janitor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cc_janitor-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: cc_janitor-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 71.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cc_janitor-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3473aff3e46bad524a73c0ce00832a158f6204196aaff68751f4fb4125b8ebed
MD5 cec754379dc11a1a10737aed6ba9fa43
BLAKE2b-256 9825ecb93fb855c9721562282e194f4c77914e80ad259119cba77daca0b66e97

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_janitor-0.3.2-py3-none-any.whl:

Publisher: release.yml on CreatmanCEO/cc-janitor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page