docs: add docs:list helper and front matter

This commit is contained in:
Peter Steinberger
2025-12-09 17:51:05 +00:00
parent b3d4e5cfdf
commit bc3a14cde2
44 changed files with 436 additions and 74 deletions

View File

@@ -1,3 +1,10 @@
---
summary: "Step-by-step npm release checklist for the Clawdis CLI"
read_when:
- Cutting a new npm release
- Verifying metadata before publishing
---
# Release Checklist (npm)
Use `pnpm` (Node 22+) from the repo root. Keep the working tree clean before tagging/publishing.
@@ -20,7 +27,7 @@ Use `pnpm` (Node 22+) from the repo root. Keep the working tree clean before tag
- [ ] `pnpm lint`
- [ ] `pnpm test` (or `pnpm test:coverage` if you need coverage output)
- [ ] `pnpm run build` (last sanity check after tests)
- [ ] (Optional) Spot-check the web relay if your changes affect send/receive paths.
- [ ] (Optional) Spot-check the web gateway if your changes affect send/receive paths.
5) **Publish**
- [ ] Confirm git status is clean; commit and push as needed.