openplanr 1.7.0 → 1.7.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.
@@ -130,7 +130,7 @@ error_reports:
130
130
 
131
131
  - **R1** — Never auto-chain PLAN → SHIP. Always wait for explicit "ship {feature}".
132
132
  - **R2** — Max 2 tasks per US.
133
- - **R3** — Roles using `Sonnet 4.6` are analysis/decomposition; roles using `Opus 4.7` are codegen. On Codex, use the model picker to match.
133
+ - **R3** — Roles using `Sonnet 4.6` are analysis/decomposition; roles using `Opus 4.8` are codegen. On Codex, use the model picker to match.
134
134
  - **R5** — Files in any task's `Preserve:` list MUST NOT be touched. Conformance test asserts this via `git diff` on Preserve paths.
135
135
  - **R6** — Max 3 correction iterations per task.
136
136
  - **R7** — Refresh CLAUDE.md (or skip if planr-managed); always write `.pipeline-shipped` marker.
@@ -143,7 +143,7 @@ What is IN scope. What is explicitly OUT of scope for this US.]
143
143
 
144
144
  > **US:** us-{N} — [US Title]
145
145
  > **Feature:** feat-{name}
146
- > **Agent:** [Frontend Agent | Backend Agent] (Opus 4.7)
146
+ > **Agent:** [Frontend Agent | Backend Agent] (Opus 4.8)
147
147
  > **Type:** [UI | Tech]
148
148
  > **Status:** pending
149
149
 
@@ -98,7 +98,7 @@ list. **Treat the restrictions as binding.**
98
98
  - **R1** — Never auto-chain PO → DEV. Two user invocations required.
99
99
  - **R2** — Max 2 tasks per US (1 if no PNG, 2 if PNG present).
100
100
  - **R3** — Model assignments: roles using `Sonnet 4.6` are analysis/decomposition;
101
- roles using `Opus 4.7` are codegen. On Cursor, use the runtime's tier
101
+ roles using `Opus 4.8` are codegen. On Cursor, use the runtime's tier
102
102
  selector (Cursor's "Composer model" setting) and pick the equivalent.
103
103
  - **R5** — Files in any task's `Preserve:` list MUST NOT be touched.
104
104
  - **R6** — Max 3 correction iterations per task. After 3, write
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanr",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
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",
@@ -71,7 +71,7 @@
71
71
  "url": "https://github.com/openplanr/OpenPlanr/issues"
72
72
  },
73
73
  "dependencies": {
74
- "@anthropic-ai/sdk": "^0.81.0",
74
+ "@anthropic-ai/sdk": "^0.91.1",
75
75
  "@inquirer/prompts": "^8.3.2",
76
76
  "@linear/sdk": "^65.2.0",
77
77
  "@napi-rs/keyring": "^1.2.0",