openplanr 1.8.0 → 1.8.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.8` are codegen. On Codex, use the model picker to match.
133
+ - **R3** — Roles using `Sonnet 5` 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.
@@ -82,7 +82,7 @@ The generated file must contain exactly these 10 sections:
82
82
  ```markdown
83
83
  # Design Spec — feat-{name}
84
84
 
85
- > Auto-generated by designer-agent (Sonnet 4.6)
85
+ > Auto-generated by designer-agent (Sonnet 5)
86
86
  > Source PNGs: [list of files analyzed]
87
87
  > Generated: [timestamp]
88
88
 
@@ -92,7 +92,7 @@ Output: a single Markdown file at output/feats/feat-{name}/qa-report.md.
92
92
  ```markdown
93
93
  # QA Report — feat-{name}
94
94
 
95
- > Generated by QA Agent (Sonnet 4.6) at {timestamp}
95
+ > Generated by QA Agent (Sonnet 5) at {timestamp}
96
96
 
97
97
  ## Summary
98
98
 
@@ -85,7 +85,7 @@ Be concrete: file paths, function names, endpoint names, DB table names.
85
85
 
86
86
  > **Feature:** feat-{name}
87
87
  > **Status:** pending
88
- > **Agent:** Specification Agent (Sonnet 4.6)
88
+ > **Agent:** Specification Agent (Sonnet 5)
89
89
 
90
90
  ---
91
91
 
@@ -97,7 +97,7 @@ list. **Treat the restrictions as binding.**
97
97
 
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
- - **R3** — Model assignments: roles using `Sonnet 4.6` are analysis/decomposition;
100
+ - **R3** — Model assignments: roles using `Sonnet 5` are analysis/decomposition;
101
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanr",
3
- "version": "1.8.0",
3
+ "version": "1.8.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",