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.1.1.tar.gz (136.6 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.1.1-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cc_janitor-0.1.1.tar.gz
  • Upload date:
  • Size: 136.6 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.1.1.tar.gz
Algorithm Hash digest
SHA256 a533d691bbeed17008d73e43b964a592fb0135055a9650bfb862151569fb5aa7
MD5 a4ebf85168bf1db838c58e97425c61fa
BLAKE2b-256 585bf38900599132b72547598e18f6c6a9ed885b96a0df13aabeca7ceffe7ff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_janitor-0.1.1.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.1.1-py3-none-any.whl.

File metadata

  • Download URL: cc_janitor-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 31.3 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 91871c02d519e214e8eeeb6d07f604021407d026ff4f68a4e2b404343021a6c3
MD5 ca66b22a272b1e324409df02a0dcd93b
BLAKE2b-256 8c74742832ac86cbb20835103a88e2439a91b4563d998a8bd2c6b98e1cfa0644

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_janitor-0.1.1-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