Skip to content

docs(readme): drop pre-check redact from quick start; refresh counts#8

Merged
hamr0 merged 1 commit into
mainfrom
docs/readme-redact-and-counts
May 24, 2026
Merged

docs(readme): drop pre-check redact from quick start; refresh counts#8
hamr0 merged 1 commit into
mainfrom
docs/readme-redact-and-counts

Conversation

@hamr0
Copy link
Copy Markdown
Owner

@hamr0 hamr0 commented May 24, 2026

README staleness found while reviewing it against the 0.4.4–0.4.7 changes.

  • Quick start showed gate.check(gate.redact(action)) — but since v0.4.5 the gate auto-redacts at the audit boundary when secrets is configured, and pre-redacting before check() can weaken policy matching (eval should see the real action). Now gate.check(action), matching the Integration Guide and the secrets feature-table row (which already says auto-redact).
  • Stale test count 88 → 107, LOC ~930 → ~1,000.

Docs-only; no code change, no version bump. GitHub README fixes on merge; npm README refreshes on the next publish.

🤖 Generated with Claude Code

- Quick start showed `gate.check(gate.redact(action))`, but since v0.4.5 the
  gate auto-redacts at the audit boundary when `secrets` is configured, and
  pre-redacting before check() can weaken policy matching (eval should see the
  real action). Now `gate.check(action)`, consistent with the Integration
  Guide and the secrets feature-table row.
- Stale test count 88 → 107; LOC ~930 → ~1,000.

Docs-only; no code change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hamr0 hamr0 merged commit 2f9f20a into main May 24, 2026
6 checks passed
@hamr0 hamr0 deleted the docs/readme-redact-and-counts branch May 24, 2026 08:14
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.

1 participant