Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Entire CLI

Entire hooks into your git workflow to capture AI agent sessions on every push. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.
Entire hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.

With Entire, you can:

Expand Down Expand Up @@ -180,7 +180,7 @@ Multiple AI sessions can run on the same commit. If you start a second session w

| Flag | Description |
|------------------------|--------------------------------------------------------------------|
| `--agent <name>` | AI agent to setup hooks for: `claude-code` (default) or `gemini` |
| `--agent <name>` | AI agent to install hooks for: `claude-code` (default) or `gemini` |
| `--force`, `-f` | Force reinstall hooks (removes existing Entire hooks first) |
| `--local` | Write settings to `settings.local.json` instead of `settings.json` |
| `--project` | Write settings to `settings.json` even if it already exists |
Expand Down Expand Up @@ -291,7 +291,7 @@ Entire automatically redacts detected secrets (API keys, tokens, credentials) wh
|--------------------------|-------------------------------------------------------------------------------------------|
| "Not a git repository" | Navigate to a Git repository first |
| "Entire is disabled" | Run `entire enable` |
| "No rewind points found" | Work with Claude Code and commit (manual-commit) or wait for agent response (auto-commit) |
| "No rewind points found" | Work with your configured agent and commit (manual-commit) or wait for an agent response (auto-commit) |
| "shadow branch conflict" | Run `entire reset --force` |

### SSH Authentication Errors
Expand Down