Skip to content

entire enable#191

Merged
pjbgf merged 1 commit into
mainfrom
entire-enable
Jul 23, 2026
Merged

entire enable#191
pjbgf merged 1 commit into
mainfrom
entire-enable

Conversation

@pjbgf

@pjbgf pjbgf commented Jul 23, 2026

Copy link
Copy Markdown
Member

Set the default settings for entire.

Signed-off-by: Paulo Gomes <paulo@entire.io>
Copilot AI review requested due to automatic review settings July 23, 2026 15:03
@pjbgf
pjbgf merged commit 191b38c into main Jul 23, 2026
6 checks passed
@pjbgf
pjbgf deleted the entire-enable branch July 23, 2026 15:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds default configuration to enable the “entire” tool for this repo and wires it into Codex/Claude via hook configuration files.

Changes:

  • Introduces .entire/settings.json to enable Entire and define checkpoint strategy defaults.
  • Adds Codex hook configuration (.codex/hooks.json) and enables hooks via .codex/config.toml.
  • Adds Claude hook configuration (.claude/settings.json), including a permission deny rule for reading .entire/metadata/**.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
.entire/settings.json Sets default Entire enablement and checkpoint remote configuration.
.codex/hooks.json Runs Entire CLI hook commands for Codex lifecycle events when entire is available.
.codex/config.toml Enables Codex hooks feature.
.claude/settings.json Runs Entire CLI hook commands for Claude lifecycle events and restricts reads of Entire metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .entire/settings.json
Comment on lines +4 to +7
"checkpoint_remote": {
"provider": "github",
"repo": "qubesome/entire"
}
Comment thread .entire/settings.json
@@ -0,0 +1,14 @@
{
"enabled": true,
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