redactive-paths
Installation
SKILL.md
Structural path redaction
Use this skill when
- You are configuring
pathsorkeysincreateRedactor. - You need to match specific fields in known data structures.
- You want to redact array elements, nested objects, or dynamic property names.
- You are choosing between path rules and key rules.
Core model
Path rules select values by their structural location in the data graph. Key rules select values by property name regardless of location. Both are compiled once by createRedactor and reused.
When multiple rules match the same value, the first configured rule wins.