Start here if
Use this page to:- add PII or custom redaction rules
- opt in or out of anonymous CLI analytics
- change checkpoint commit signing
PII redaction
PII redaction is disabled by default. Enable it when checkpoint metadata may include personal information such as email addresses, phone numbers, or addresses.- Project settings
- Local settings
Use project settings when PII redaction should apply to everyone working in the repository.
.entire/settings.json
User-defined redaction
User-defined redaction lets you redact project-specific strings that Entire’s built-in secret detection may not catch.- Inline rules
- Rule packs
Use inline rules for a small number of patterns.Put shared rules in
.entire/settings.json
.entire/settings.json. Put private rules in .entire/settings.local.json.Telemetry
Telemetry controls anonymous CLI usage analytics. It does not send prompts, transcripts, source code, file paths, repository names, or flag values.- Settings file
- Environment variable
To opt out in this repository, set:Use
.entire/settings.json
.entire/settings.local.json instead when the telemetry preference should apply only to your machine.Checkpoint commit signing
Checkpoint commits are signed by default when your Git signing setup is available. To disable signing for the repository, set:.entire/settings.json
.entire/settings.local.json instead when the signing preference should apply only to your machine.
See Checkpoint commit signing for requirements and best-effort behavior.