Add release docs and skills#192
Conversation
Coverage Report for CI Build 28657076201Warning No base build found for commit Coverage: 95.386%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats💛 - Coveralls |
Code ReviewReviewed the three changed files at head Bottom line: accurate, high-quality docs PR. The claims easiest to get wrong — the npm publish trigger, OIDC/no-token, the CHANGELOG insertion pattern, tag format — are all correct and verified against the actual Strengths
IssuesCritical (Must Fix)None. No factually wrong step and no destructive command that would break a release. Important (Should Fix)
Minor (Nice to Have)
Recommendations
AssessmentReady to merge? With fixes. Reasoning: Every load-bearing factual claim (publish trigger, OIDC no-token, CHANGELOG insertion pattern, tag/PR conventions, build-before-publish) is verified correct against the real workflows and git history, so there are no Critical blockers. The Important items — triplicated procedure that will drift, a missing confirmation gate before the agent commits/pushes, the "empty placeholder" wording contradiction, the Node-version drift, and the omitted prettier CI gate — should be addressed before merge. 🤖 Generated with Claude Code |
…k-docs-and-skills
Adds a formal release procedure for the SDK, documenting the step-by-step process (version bump, changelog update, PR, GitHub Release, automated npm publish). Also adds an AI agent skill so that agents can execute the release workflow.