velociredactor 0.1.1

Redact secrets and PII from text and structured files, with stable numbered redactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "description": "Deny reading, or searching, files the project's velociredactor.yml protects when its agent section sets enforce: true, pointing the agent at velociredactor redact or grep instead.",
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Read|Grep",
        "hooks": [
          {
            "type": "command",
            "command": "velociredactor agent hook",
            "timeout": 10
          }
        ]
      }
    ]
  }
}