Move maintainer skills into .agents/skills
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -33,7 +33,7 @@ Use this skill when leadership asks for:
|
|||||||
|
|
||||||
Before proceeding, verify all of the following:
|
Before proceeding, verify all of the following:
|
||||||
|
|
||||||
1. `skills/release-changelog/SKILL.md` exists and is usable.
|
1. `.agents/skills/release-changelog/SKILL.md` exists and is usable.
|
||||||
2. The repo working tree is clean, including untracked files.
|
2. The repo working tree is clean, including untracked files.
|
||||||
3. There are commits since the last stable tag.
|
3. There are commits since the last stable tag.
|
||||||
4. The release SHA has passed the verification gate or is about to.
|
4. The release SHA has passed the verification gate or is about to.
|
||||||
@@ -58,7 +58,7 @@ From the release worktree:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
VERSION=X.Y.Z
|
VERSION=X.Y.Z
|
||||||
claude --print --output-format stream-json --verbose --dangerously-skip-permissions --model claude-opus-4-6 "Use the release-changelog skill to draft or update releases/v${VERSION}.md for Paperclip. Read doc/RELEASING.md and skills/release-changelog/SKILL.md, then generate the stable changelog for v${VERSION} from commits since the last stable tag. Do not create a canary changelog."
|
claude --print --output-format stream-json --verbose --dangerously-skip-permissions --model claude-opus-4-6 "Use the release-changelog skill to draft or update releases/v${VERSION}.md for Paperclip. Read doc/RELEASING.md and .agents/skills/release-changelog/SKILL.md, then generate the stable changelog for v${VERSION} from commits since the last stable tag. Do not create a canary changelog."
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Verify and publish a canary
|
### 3. Verify and publish a canary
|
||||||
@@ -418,5 +418,5 @@ If the release already exists, the script updates it.
|
|||||||
## Related Docs
|
## Related Docs
|
||||||
|
|
||||||
- [doc/PUBLISHING.md](PUBLISHING.md) — low-level npm build and packaging internals
|
- [doc/PUBLISHING.md](PUBLISHING.md) — low-level npm build and packaging internals
|
||||||
- [skills/release/SKILL.md](../skills/release/SKILL.md) — agent release coordination workflow
|
- [.agents/skills/release/SKILL.md](../.agents/skills/release/SKILL.md) — maintainer release coordination workflow
|
||||||
- [skills/release-changelog/SKILL.md](../skills/release-changelog/SKILL.md) — stable changelog drafting workflow
|
- [.agents/skills/release-changelog/SKILL.md](../.agents/skills/release-changelog/SKILL.md) — stable changelog drafting workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user