docs: add changelog authoring guidance

Adds a dedicated skill for drafting user-facing unreleased changelog entries.
Covers both the main app changelog and the VS Code extension changelog.
Updates agent guidance to route changelog work to the new skill.
This commit is contained in:
Bohdan Triapitsyn
2026-08-12 01:23:57 +03:00
parent b8df186822
commit d1224213ca
3 changed files with 108 additions and 58 deletions
+1
View File
@@ -93,6 +93,7 @@ process violation.
| Settings UI, settings dialogs, configuration surfaces, or settings search | `settings-ui-patterns` |
| Sortable or drag-to-reorder behavior, especially `@dnd-kit` and touch/wrapping layouts | `drag-to-reorder` |
| iOS Simulator build, launch, preview, gestures, or `serve-sim` control | `serve-sim` |
| Drafting or updating user-facing CHANGELOG entries for the `[Unreleased]` section (main app or VS Code extension) | `changelog-authoring` |
Pure code-reading or explanation does not require implementation skills unless needed to interpret a specialized subsystem.