afk-release

star 1

Development-only helper for preparing and publishing an AFK CLI npm release from this repository.

logbookfordevs By logbookfordevs schedule Updated 6/1/2026

name: afk-release disable-model-invocation: true description: Development-only helper for preparing and publishing an AFK CLI npm release from this repository.

AFK Release

Use only when explicitly asked to release, bump, or publish the AFK CLI.

  1. Confirm the bump: patch, minor, or major. Default to patch.
  2. Read packages/afk/package.json and compute the next semver version.
  3. Edit only CHANGELOG.md:
    • keep a fresh empty ## TBD - TBD heading at the top.
    • move current TBD bullets under ## vX.Y.Z - YYYY-MM-DD.
    • if TBD is empty, ask before releasing.
  4. Run:
pnpm afk:typecheck
pnpm afk:test
pnpm --dir packages/afk pack --dry-run
  1. Commit the changelog only:
git add CHANGELOG.md
git commit -m "Prepare AFK vX.Y.Z release notes"
  1. Let npm own the version commit and tag:
pnpm afk:version patch

Use minor or major instead when requested.

  1. Push main and the new tag:
tag="v$(node -p "require('./packages/afk/package.json').version")"
git push origin main "$tag"
  1. Report the pushed tag and mention that a GitHub Release can be created from that tag if desired.
Install via CLI
npx skills add https://github.com/logbookfordevs/ai-field-kit --skill afk-release
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
logbookfordevs
logbookfordevs Explore all skills →