clean - Entire

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Clean up Entire session data.

entire clean [flags]
Flag Description
-a, --all Clean all Entire session data across the repository
--dry-run Show what would be cleaned without actually deleting
-f, --force Skip confirmation and override the active-session guard
--session ID Clean a specific session by ID

By default, entire clean removes session data for the current HEAD commit:

Use --session ID to clean a single session. This removes the session state and deletes its shadow branch if no other session still needs it. File changes remain in your working directory. Use --all to clean Entire session data across the repository:

The permanent entire/checkpoints/v1 branch is preserved.

# Preview cleanup for the current HEAD
entire clean --dry-run

# Clean one session
entire clean --session 2026-02-02-test123 --force

# Clean all session data in the repository
entire clean --all --force

entire reset is deprecated. Use entire clean instead, or entire clean --all for repository-wide cleanup.