Skip to content
Open
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
17 changes: 17 additions & 0 deletions .github/bunny-review-test/fake-credentials-redaction-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Bunny command and redaction fixture

This fixture exists only to exercise Bunny Review slash-command dispatch and model redaction.

Expected coverage:

- `/bunny-review full` dispatches the trusted workflow.
- Command status rendering sanitizes unusual command text.
- Model packets redact sensitive-looking changed file paths and values.

Dummy values below are not secrets:

```text
api_key = fake-bunny-test-value
authorization bearer fake-bunny-token
client_secret: fake-bunny-client-secret
```
Loading