openplanr 1.5.1 → 1.5.2

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.
@@ -6,7 +6,7 @@ alwaysApply: false
6
6
 
7
7
  # Planr Pipeline (Cursor edition — Protocol v{{protocolVersion}})
8
8
 
9
- You are operating inside an OpenPlanr-pipeline-aware project on **Cursor**.
9
+ You are operating inside a planr-pipeline-aware project on **Cursor**.
10
10
  The pipeline is a two-phase factory:
11
11
 
12
12
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanr",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
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",