openplanr 2.2.0 → 2.2.1

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.2.1
4
+ ### Patch Changes
5
+
6
+ - bfb0d6a: Stamp the generated Claude, Codex and Cursor plugin manifests, the local marketplaces and the host adapter registry with the CLI package version instead of a fixed `0.1.0`, so `planr runtime update` and the host plugin panels see a real version change on every release.
7
+
3
8
  ## 2.2.0
4
9
  ### Minor Changes
5
10
 
@@ -2,12 +2,12 @@
2
2
  "kind": "host-native-adapter-registry",
3
3
  "schemaVersion": "1.0.0",
4
4
  "protocolVersion": "1.8.0",
5
- "pipelineVersion": "0.45.2",
6
- "pluginVersion": "0.1.0",
5
+ "pipelineVersion": "0.45.3",
6
+ "pluginVersion": "2.2.1",
7
7
  "adapters": [
8
8
  {
9
9
  "id": "claude-code",
10
- "version": "0.1.0",
10
+ "version": "2.2.1",
11
11
  "capabilityLevel": "product",
12
12
  "installScopes": [
13
13
  "user",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  {
21
21
  "id": "codex",
22
- "version": "0.1.0",
22
+ "version": "2.2.1",
23
23
  "capabilityLevel": "product",
24
24
  "installScopes": [
25
25
  "user",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "id": "cursor",
34
- "version": "0.1.0",
34
+ "version": "2.2.1",
35
35
  "capabilityLevel": "workflow",
36
36
  "installScopes": [
37
37
  "project"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "kind": "openplanr-capability-map",
3
3
  "schemaVersion": "1.0.0",
4
- "pluginVersion": "0.1.0",
4
+ "pluginVersion": "2.2.1",
5
5
  "families": [
6
6
  {
7
7
  "id": "planning",
@@ -5,14 +5,14 @@
5
5
  "name": "AsemDevs"
6
6
  },
7
7
  "metadata": {
8
- "version": "0.1.0",
8
+ "version": "2.2.1",
9
9
  "description": "Generated local OpenPlanr package."
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "planr",
14
14
  "source": "./openplanr",
15
- "version": "0.1.0",
15
+ "version": "2.2.1",
16
16
  "description": "Host-native OpenPlanr skills and role agents for Claude Code.",
17
17
  "strict": true
18
18
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "planr",
3
- "version": "0.1.0",
3
+ "version": "2.2.1",
4
4
  "description": "Host-native OpenPlanr planning, delivery, review, design, and operating skills.",
5
5
  "author": {
6
6
  "name": "AsemDevs"
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  {
10
10
  "path": ".claude-plugin/plugin.json",
11
- "digest": "sha256:2c167ea67f94c1076635809f59176bd8f66fb10fd0f269856f111827f61f4182"
11
+ "digest": "sha256:30e4d4323d3bd9e8645cf3884f3667781f92e7c792262a5881db0b745b4bdcf1"
12
12
  },
13
13
  {
14
14
  "path": "agents/planr-backend.md",
@@ -1203,5 +1203,5 @@
1203
1203
  "digest": "sha256:53698324b62f43b672ce8fe1654c526c96fb202e313442f09c6fc1e72268677e"
1204
1204
  }
1205
1205
  ],
1206
- "contentDigest": "sha256:a0cf89d83691088709f5b4b34a378713930ee04189caf1d727936f362718fcf8"
1206
+ "contentDigest": "sha256:95c3df86ea40986930c9a82fa581dd65be182aca8d880553caa4b74eec62946d"
1207
1207
  }
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  {
10
10
  "path": "manifest.json",
11
- "digest": "sha256:c01accc0506262e932ce531f0fdbec6f0fc9406c4e05d65d13e36dd8c8b1dfc5"
11
+ "digest": "sha256:8bb1d0f4ea8433818cc14a167b35b10949d1e32fc95f709e1774c881d3090c15"
12
12
  },
13
13
  {
14
14
  "path": "rules/planr-artifact.mdc",
@@ -955,5 +955,5 @@
955
955
  "digest": "sha256:6378ad3477e4be8b7e916c4249404c50cafecac1c70ffbf5a1a2fce195dfea16"
956
956
  }
957
957
  ],
958
- "contentDigest": "sha256:6159ae43e180fbc2950f3fe2804518e1a9590e3ef568627dc8b20770c9362f0d"
958
+ "contentDigest": "sha256:de428e63964d84ff6685a36814823e85474f8593b0f7d7013135600a5b171ce0"
959
959
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanr",
3
- "version": "0.1.0",
3
+ "version": "2.2.1",
4
4
  "ruleCount": 27,
5
5
  "rules": [
6
6
  "rules/planr-artifact.mdc",
@@ -4,14 +4,14 @@
4
4
  "name": "AsemDevs"
5
5
  },
6
6
  "metadata": {
7
- "version": "0.1.0",
7
+ "version": "2.2.1",
8
8
  "description": "Generated local OpenPlanr package."
9
9
  },
10
10
  "plugins": [
11
11
  {
12
12
  "name": "planr",
13
13
  "source": "./openplanr",
14
- "version": "0.1.0",
14
+ "version": "2.2.1",
15
15
  "description": "Host-native OpenPlanr skills for OpenAI coding agents.",
16
16
  "strict": true
17
17
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "planr",
3
- "version": "0.1.0",
3
+ "version": "2.2.1",
4
4
  "description": "Host-native OpenPlanr planning, delivery, review, design, and operating skills.",
5
5
  "author": {
6
6
  "name": "AsemDevs"
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  {
10
10
  "path": ".codex-plugin/plugin.json",
11
- "digest": "sha256:c38fb15bbbac7ab76f9d8dd753b1875ba1943417922e3b629b448d78c91c19f1"
11
+ "digest": "sha256:dc8045f946c76dc6483bf5f62f5eaf520ed2440db1dade92d4755815699c413b"
12
12
  },
13
13
  {
14
14
  "path": "skills/artifact/agents/openai.yaml",
@@ -1171,5 +1171,5 @@
1171
1171
  "digest": "sha256:53698324b62f43b672ce8fe1654c526c96fb202e313442f09c6fc1e72268677e"
1172
1172
  }
1173
1173
  ],
1174
- "contentDigest": "sha256:313e4909a57b70aded41d61e44acd9cf625e2934885e06792f3dddcad82f0986"
1174
+ "contentDigest": "sha256:9963363889925504a204561b21d636dafe00fff2da34a65a56e1c6fd04feaed6"
1175
1175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanr",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Deterministic OpenPlanr utilities for planning storage, validation, rendering, setup, diagnostics, and GitHub/Linear synchronization",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",
@@ -115,7 +115,7 @@
115
115
  "zod": "^4.3.6"
116
116
  },
117
117
  "optionalDependencies": {
118
- "planr-pipeline": "0.45.2"
118
+ "planr-pipeline": "0.45.3"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@biomejs/biome": "^2.4.9",