feat: add audit_consent, audit_transparency, and detect_silent_victims patterns

## CHANGES

- Add `audit_consent` pattern for detecting manufactured consent via power asymmetry analysis
- Add `audit_transparency` pattern for evaluating decision explainability across five dimensions
- Add `detect_silent_victims` pattern for identifying voiceless, future, and unaware victims
- Register three new patterns in pattern descriptions and extracts JSON files
- Add new patterns to ANALYSIS and CR THINKING categories in `suggest_pattern`
- Update `pattern_explanations.md` with renumbered entries for all patterns
- Add co-author credit for ksylvan on PR #1999 changelog entry
- Remove duplicate changelog file `pr-ul-dialogue-patterns.txt`
This commit is contained in:
Kayvan Sylvan
2026-02-16 22:08:53 -08:00
parent c72095651f
commit 8669b36c86
7 changed files with 261 additions and 217 deletions

View File

@@ -2050,6 +2050,30 @@
"ANALYSIS",
"CR THINKING"
]
},
{
"patternName": "audit_consent",
"description": "Evaluate whether consent is genuine or manufactured by analyzing power asymmetries, information gaps, and coercion.",
"tags": [
"ANALYSIS",
"CR THINKING"
]
},
{
"patternName": "audit_transparency",
"description": "Audit decisions and systems for explainability, assessing whether opacity is justified or conceals harm.",
"tags": [
"ANALYSIS",
"CR THINKING"
]
},
{
"patternName": "detect_silent_victims",
"description": "Identify parties harmed by actions or systems who cannot speak up due to power, awareness, or temporal gaps.",
"tags": [
"ANALYSIS",
"CR THINKING"
]
}
]
}