openplanr 1.25.2 → 1.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.25.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9742583`](https://github.com/openplanr/OpenPlanr/commit/97425830cab9bfff2cf62f58ecc66eb6ed434974) Ship with `planr-pipeline@0.42.0`, which requires an explicit `protocolVersion`
|
|
8
|
+
when building a legacy advisor brief. The previous silent default allowed a
|
|
9
|
+
frozen v1.2 contract to reach a Protocol v1.4 mandate.
|
|
10
|
+
|
|
3
11
|
## 1.25.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openplanr",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.3",
|
|
4
4
|
"description": "AI-powered planning CLI — backlog, sprints, task templates, estimation, GitHub and Linear sync, and AI agent rules for Cursor, Claude Code, and Codex",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli/index.js",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"zod": "^4.3.6"
|
|
97
97
|
},
|
|
98
98
|
"optionalDependencies": {
|
|
99
|
-
"planr-pipeline": "0.
|
|
99
|
+
"planr-pipeline": "0.42.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@biomejs/biome": "^2.4.9",
|