## 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`
New patterns addressing gaps identified when 19 AI systems from 10+
organizations stress-tested the Ultimate Law ethical framework:
- audit_consent: Power asymmetry analysis for consent verification
(from cogito:70b devil's advocate "consent theater" critique, 9/10)
- detect_silent_victims: Find harmed parties who can't speak up
(from deepseek-r1 "future generations" + cogito "silent victims", 9/10)
- audit_transparency: Check if decisions are explainable to affected parties
(from consensus across 5+ models proposing transparency as 8th principle)
Follow-up to #1988 (Ultimate Law safety pattern suite).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update default summarize model to `claude-sonnet-4-5`
- Replace `gpt-4o` references with `gpt-5.2` throughout docs
- Replace `gpt-4o-mini` references with `gpt-5-mini`
- Add MiniMax-M2.5 and M2.5-lightning to static models list
- Update image generation warning to suggest `gpt-5.2`
- Update OpenAI chat example script to use `gpt-5-mini`
- Update REST API docs and examples with current model names
- Move pattern files from patterns/ to data/patterns/
- Add create_bd_issue pattern for issue tracking commands
- Add extract_all_quotes pattern for quote extraction
- Add extract_bd_ideas pattern for actionable idea extraction
- Add suggest_gt_command pattern for GT command suggestions
- Update pattern_explanations.md with new pattern entries
- Update suggest_pattern system.md with new categories
- Add new pattern descriptions and extracts in scripts/
- chore: incoming 1968 changelog entry