Skip to content

Commit 8e9b230

Browse files
authored
chore(release): v0.62.0 (#518)
🤖 I have created a release *beep* *boop* --- ## [0.62.0](v0.61.0...v0.62.0) (2026-08-17) ### Features * **launchapi:** Apply with atomic roster provisioning and no-replace session publication ([#520](#520)) ([a9bbbeb](a9bbbeb)) * **launchapi:** public launch intent contract with fail-closed codecs ([#517](#517)) ([87050d6](87050d6)) * **launchapi:** public lifecycle API and immutable capture evidence ([#522](#522)) ([0867c13](0867c13)) * **launchapi:** zero-write Prepare with typed required actions ([#519](#519)) ([d8fb934](d8fb934)) * **launch:** exact-root coop exec emission with typed execution options ([#521](#521)) ([b17e8a7](b17e8a7)) * **launch:** public CLI plan workflow, golden parity, and end-to-end matrix ([#523](#523)) ([fc89b1f](fc89b1f)) ### Dependencies * bump actions/attest from 4.2.1 to 4.2.2 ([#505](#505)) ([38aad4a](38aad4a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent fc89b1f commit 8e9b230

6 files changed

Lines changed: 22 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.61.0",
3+
"version": "0.62.0",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.61.0",
3+
"version": "0.62.0",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.61.0"
2+
".": "0.62.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ Release Please generates new entries from conventional squash commits on
88
`main`; richer or multi-entry notes can be added through commit overrides or by
99
editing the release PR.
1010

11+
## [0.62.0](https://github.com/avivsinai/agent-message-queue/compare/v0.61.0...v0.62.0) (2026-08-17)
12+
13+
14+
### Features
15+
16+
* **launchapi:** Apply with atomic roster provisioning and no-replace session publication ([#520](https://github.com/avivsinai/agent-message-queue/issues/520)) ([a9bbbeb](https://github.com/avivsinai/agent-message-queue/commit/a9bbbeb675a2d2fe6199ab628a771227c198ac00))
17+
* **launchapi:** public launch intent contract with fail-closed codecs ([#517](https://github.com/avivsinai/agent-message-queue/issues/517)) ([87050d6](https://github.com/avivsinai/agent-message-queue/commit/87050d6e3de017136a3418512e8cdab22cd24f3c))
18+
* **launchapi:** public lifecycle API and immutable capture evidence ([#522](https://github.com/avivsinai/agent-message-queue/issues/522)) ([0867c13](https://github.com/avivsinai/agent-message-queue/commit/0867c13f3014d748cb5248ffd08587d82368f903))
19+
* **launchapi:** zero-write Prepare with typed required actions ([#519](https://github.com/avivsinai/agent-message-queue/issues/519)) ([d8fb934](https://github.com/avivsinai/agent-message-queue/commit/d8fb934f8e43c5e8bf48ebf21bbb3150729b642e))
20+
* **launch:** exact-root coop exec emission with typed execution options ([#521](https://github.com/avivsinai/agent-message-queue/issues/521)) ([b17e8a7](https://github.com/avivsinai/agent-message-queue/commit/b17e8a7b2bd9b8ef6a56dee2f1e9018e220551a8))
21+
* **launch:** public CLI plan workflow, golden parity, and end-to-end matrix ([#523](https://github.com/avivsinai/agent-message-queue/issues/523)) ([fc89b1f](https://github.com/avivsinai/agent-message-queue/commit/fc89b1f819cd2fd5c81370ec0b48f505d1f223ac))
22+
23+
24+
### Dependencies
25+
26+
* bump actions/attest from 4.2.1 to 4.2.2 ([#505](https://github.com/avivsinai/agent-message-queue/issues/505)) ([38aad4a](https://github.com/avivsinai/agent-message-queue/commit/38aad4ab5f391233708754c2084f92356939f1f3))
27+
1128
## [0.61.0](https://github.com/avivsinai/agent-message-queue/compare/v0.60.5...v0.61.0) (2026-08-14)
1229

1330

skills/amq-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-cli
3-
version: 0.61.0 # x-release-please-version
3+
version: 0.62.0 # x-release-please-version
44
description: >-
55
Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use
66
this skill whenever you need to send messages to another agent (codex, claude,

skills/amq-spec/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-spec
3-
version: 0.61.0 # x-release-please-version
3+
version: 0.62.0 # x-release-please-version
44
description: >-
55
Parallel-research-then-converge design workflow between two agents. Use this
66
skill when the user wants two agents to independently think through a design

0 commit comments

Comments
 (0)