Skip to content

chore: add Entire CLI for AI session tracking#2286

Merged
ananas-block merged 1 commit intomainfrom
jorrit/feat-add-entire
Feb 13, 2026
Merged

chore: add Entire CLI for AI session tracking#2286
ananas-block merged 1 commit intomainfrom
jorrit/feat-add-entire

Conversation

@ananas-block
Copy link
Contributor

Summary

  • Adds Entire CLI configuration to the repository
  • Entire captures AI coding sessions (Claude Code) alongside Git commits, creating a searchable history of how code was written
  • Uses manual-commit strategy: sessions are recorded on commits without changing the existing Git workflow

What is Entire?

Entire CLI is a tool that integrates with Git and AI coding agents to record development sessions. It indexes sessions alongside commits so you can later search and understand how code was produced.

What gets committed (shared with team):

  • .entire/settings.json - project configuration
  • .entire/.gitignore - keeps local files (logs, tmp, personal settings) out of Git

What stays local:

  • tmp/, logs/, metadata/ - session temp files and logs
  • settings.local.json - personal overrides

How to install

# macOS/Linux via Homebrew
brew tap entireio/tap
brew install entireio/tap/entire

# Or via Go
go install github.com/entireio/cli/cmd/entire@latest

# Then enable in the repo (already done, but needed for new clones)
entire enable

After installing, verify with entire version. The Git hooks and agent hooks are set up automatically by entire enable.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • .entire/.gitignore is excluded by none and included by none
  • .entire/settings.json is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jorrit/feat-add-entire

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ananas-block ananas-block merged commit cc552ac into main Feb 13, 2026
15 checks passed
@ananas-block ananas-block deleted the jorrit/feat-add-entire branch February 13, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants