valent-pipeline 0.2.22 → 0.2.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valent-pipeline",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "v3 multi-agent AI pipeline for software development lifecycle",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,6 +33,17 @@ agents:
33
33
  reads_from: [story-input, agents-manifest.yaml, pipeline-config.yaml, pipeline-state.json]
34
34
  writes_to: [pipeline-state.json]
35
35
 
36
+ pm:
37
+ name: PM
38
+ model: opus
39
+ lifecycle: per-sprint
40
+ role: "Product owner — tracks PRD completion, reprioritizes backlog between sprints, generates gap stories, maintains living PRD"
41
+ prompt_template: .valent-pipeline/prompts/pm.md
42
+ reads_from: [prd, pipeline-backlog.yaml, epic-progress.md, sprint-plan, calibration-table, fr-coverage-map.md, story-reqs-briefs, pm-inbox.yaml]
43
+ writes_to: [fr-coverage-map.md, prd-audit-report.md, pipeline-backlog.yaml, prd, pm-inbox.yaml]
44
+ spawned_by: lead
45
+ spawn_trigger: inter-sprint
46
+
36
47
  reqs:
37
48
  name: REQS
38
49
  model: sonnet