docs(skills): rename changelog-authoring to update-changelog

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
This commit is contained in:
Bohdan Triapitsyn
2026-09-05 17:17:40 +03:00
parent 3d2bcf7ed6
commit 08d5d766cf
5 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
---
name: changelog-authoring
name: update-changelog
description: Use only when the maintainer explicitly asks to update the changelog — then write `changelog/unreleased.md` (main app and VS Code extension) summarizing changes since the latest git tag.
license: MIT
compatibility: opencode
-1
View File
@@ -1 +0,0 @@
../../.agents/skills/changelog-authoring
+1
View File
@@ -0,0 +1 @@
../../.agents/skills/update-changelog
+1 -1
View File
@@ -101,7 +101,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` |
| The maintainer explicitly asks to update the changelog (main app or VS Code extension) — the only time `changelog/unreleased.md` is edited | `changelog-authoring` |
| The maintainer explicitly asks to update the changelog (main app or VS Code extension) — the only time `changelog/unreleased.md` is edited | `update-changelog` |
| Creating or editing skills, `AGENTS.md`, or docs reached through agent instructions/context pointers | `writing-for-agents` |
| Reviewing a single pull request or drafting a PR verdict/close/review comment | `pr-review` |
| Triaging, cleaning up, or batch-processing the open PR queue | `triage-prs` |
+1 -1
View File
@@ -37,4 +37,4 @@ Groups may appear in any order in a source file; the generator emits them as New
`CHANGELOG.md` at the repo root is legacy: app versions up to 1.22.1 fetch it from `main` for their update notes. It is refreshed while it exists and never recreated; delete it after 2026-09-19 and it is gone for good.
How to write the title and the bullets lives in `.agents/skills/changelog-authoring/SKILL.md`.
How to write the title and the bullets lives in `.agents/skills/update-changelog/SKILL.md`.