Skip to content

Commit 2f800a3

Browse files
authored
chore(release): v0.36.0 (#147)
1 parent 173cefe commit 2f800a3

5 files changed

Lines changed: 9 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.35.0",
3+
"version": "0.36.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.35.0",
3+
"version": "0.36.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",

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.36.0] - 2026-06-13
911
### Changed
1012

1113
- `amq send` now refuses an explicit `--root` that targets a different base tree
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
same-session `reply_to` is what made a direct cross-root send look replyable
2224
while looping into the replier's own tree (#144).
2325

26+
2427
## [0.35.0] - 2026-06-13
2528
### Added
2629

@@ -489,7 +492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
489492

490493
- Auto-create `.gitignore` with `agent-mail` directory entry
491494

492-
[Unreleased]: https://github.com/avivsinai/agent-message-queue/compare/v0.35.0...HEAD
495+
[Unreleased]: https://github.com/avivsinai/agent-message-queue/compare/v0.36.0...HEAD
496+
[0.36.0]: https://github.com/avivsinai/agent-message-queue/compare/v0.35.0...v0.36.0
493497
[0.35.0]: https://github.com/avivsinai/agent-message-queue/compare/v0.34.1...v0.35.0
494498
[0.34.1]: https://github.com/avivsinai/agent-message-queue/compare/v0.34.0...v0.34.1
495499
[0.34.0]: https://github.com/avivsinai/agent-message-queue/compare/v0.33.0...v0.34.0

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.35.0
3+
version: 0.36.0
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.35.0
3+
version: 0.36.0
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)