Skip to content

Commit 2e2726d

Browse files
Merge pull request #112 from jumbocontext/release/3.0.0
chore: release 3.0.0
2 parents e0fc82f + f9b203b commit 2e2726d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-04-29
11+
12+
### BREAKING CHANGES
13+
14+
- **Invariant `--enforcement` removed**: Removed the `--enforcement` field from invariant add/update commands, events, read models, and output. Invariants now consist of title, description, and optional rationale. Update any scripts that pass `--enforcement` to invariant commands.
15+
- **Guideline `--enforcement` removed**: Removed the `--enforcement` field from guideline add/update commands, events, read models, and output. Guidelines now consist of category, title, description, rationale, and optional examples. Update any scripts that pass `--enforcement` to guideline commands.
16+
1017
### Changed
1118

1219
- **Relation cleanup on removal**: Removing components or goals now prunes their relations via `RelationRemovedEvent` instead of deactivating them, and `session start` no longer includes the deactivated-relations warning block.
13-
- **Invariant CLI breaking change**: Removed the `--enforcement` field from invariant add/update commands, events, read models, and output. Invariants now consist of title, description, and optional rationale.
14-
- **Guideline CLI breaking change**: Removed the `--enforcement` field from guideline add/update commands, events, read models, and output. Guidelines now consist of category, title, description, rationale, and optional examples.
1520

1621
## [2.15.0] - 2026-04-26
1722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jumbo-cli",
3-
"version": "2.15.0",
3+
"version": "3.0.0",
44
"description": "Memory and Context Orchestration for Coding Agents",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)