Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 705 Bytes

File metadata and controls

19 lines (12 loc) · 705 Bytes

Uncompact (Archived)

This project has been deprecated and archived.

Uncompact was an experimental prototype that hooked into Claude Code's lifecycle to re-inject a high-signal "context bomb" after compaction — keeping your AI from losing track of your codebase.

That functionality has been rebuilt, improved, and shipped as supermodel restore in the supermodel CLI.

Migrate

# Install the supermodel CLI
npm install -g supermodel-cli

# Run restore (replaces `uncompact run`)
supermodel restore

See the supermodel CLI repo for full documentation.