diff --git a/AGENTS.md b/AGENTS.md index 4f1d1ccb..67cdf06d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -202,13 +202,20 @@ Create provider file exporting: ``` In the interactive smoke test, verify startup, model/account listing, and at least one real prompt with the intended default provider. Treat failures as release blockers unless the user explicitly accepts the risk. -3. **Run release script**: +3. **Run release script until npm publish**: ```bash npm run release:patch # Fixes and additions npm run release:minor # API breaking changes ``` -The release script handles: version bump, CHANGELOG finalization, commit, tag, publish, and adding new `[Unreleased]` sections. + npm publishing requires the maintainer's npm WebAuthn/security-key 2FA and cannot be completed by an agent alone. If the release script stops at `npm publish` with an npm browser authentication URL, the maintainer must run or approve `npm run publish` locally. Do not rerun the version bump. + +4. **After publish succeeds, finish release bookkeeping**: + - Add fresh `## [Unreleased]` sections to package changelogs. + - Commit with `Add [Unreleased] section for next cycle`. + - Push `main` and the release tag. + +The release script handles the full flow when npm publish auth is already satisfied. If npm requires WebAuthn during publish, continue manually from the existing release commit/tag using the steps above. ## **CRITICAL** Git Rules for Parallel Agents **CRITICAL** diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 872b8979..4ec02d9a 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [0.75.4] - 2026-05-20 ### Changed diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 40e1a33e..3d20b95a 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [0.75.4] - 2026-05-20 ### Changed diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 58aa9fb0..468c4d84 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [0.75.4] - 2026-05-20 ### New Features diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 8d074fed..56ea936e 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [0.75.4] - 2026-05-20 ### Changed