git:20260410.604ad9d to git:20260828.8e0b77e

1 added, 1 removed. Audit A to A.

# SSOT Rule for .claude/skills/
- **Single Source of Truth**: Each skill's documentation lives in its own `<skill>/SKILL.md`. Skills must not duplicate content from other canonical sources — they must link to them instead.
+ **Single Source of Truth**: the documentation-SSoT rules live in [CLAUDE/DocumentationStrategy.md](../../CLAUDE/DocumentationStrategy.md) (R7b covers skills); each skill's own mechanics live in its `<skill>/SKILL.md`, and the table below routes shared topics to their canonical files.
| Topic | Canonical Source |
| --------------------------------- | -------------------------------------- |
| Handler options, values, defaults | `docs/guides/HANDLER_REFERENCE.md` |
| Configuration format & structure | `docs/guides/CONFIGURATION.md` |
| Release process | `CLAUDE/development/RELEASING.md` |
| Acceptance test process | `CLAUDE/AcceptanceTests/GENERATING.md` |
**When writing a skill**: reference canonical docs with a brief pointer. Do not copy tables, option lists, or config examples into the skill file.