From 08d5d766cfbc6488035c901ed8c46ca344b19df3 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 5 Sep 2026 17:17:40 +0300 Subject: [PATCH] docs(skills): rename changelog-authoring to update-changelog Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH --- .../skills/{changelog-authoring => update-changelog}/SKILL.md | 2 +- .claude/skills/changelog-authoring | 1 - .claude/skills/update-changelog | 1 + AGENTS.md | 2 +- changelog/README.md | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename .agents/skills/{changelog-authoring => update-changelog}/SKILL.md (99%) delete mode 120000 .claude/skills/changelog-authoring create mode 120000 .claude/skills/update-changelog diff --git a/.agents/skills/changelog-authoring/SKILL.md b/.agents/skills/update-changelog/SKILL.md similarity index 99% rename from .agents/skills/changelog-authoring/SKILL.md rename to .agents/skills/update-changelog/SKILL.md index 637cd529..40530f62 100644 --- a/.agents/skills/changelog-authoring/SKILL.md +++ b/.agents/skills/update-changelog/SKILL.md @@ -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 diff --git a/.claude/skills/changelog-authoring b/.claude/skills/changelog-authoring deleted file mode 120000 index 0203db94..00000000 --- a/.claude/skills/changelog-authoring +++ /dev/null @@ -1 +0,0 @@ -../../.agents/skills/changelog-authoring \ No newline at end of file diff --git a/.claude/skills/update-changelog b/.claude/skills/update-changelog new file mode 120000 index 00000000..6ba740cb --- /dev/null +++ b/.claude/skills/update-changelog @@ -0,0 +1 @@ +../../.agents/skills/update-changelog \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index 8863915c..dadf10c0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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` | diff --git a/changelog/README.md b/changelog/README.md index 424f76c4..6e6b6f54 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -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`.