docs(skills): rename changelog-authoring to update-changelog
Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
This commit is contained in:
+1
-1
@@ -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.
|
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
|
license: MIT
|
||||||
compatibility: opencode
|
compatibility: opencode
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../.agents/skills/changelog-authoring
|
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../../.agents/skills/update-changelog
|
||||||
@@ -101,7 +101,7 @@ process violation.
|
|||||||
| Settings UI, settings dialogs, configuration surfaces, or settings search | `settings-ui-patterns` |
|
| 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` |
|
| 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` |
|
| 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` |
|
| 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` |
|
| 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` |
|
| Triaging, cleaning up, or batch-processing the open PR queue | `triage-prs` |
|
||||||
|
|||||||
+1
-1
@@ -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.
|
`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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user