valent-pipeline 0.2.2 → 0.2.3

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.2",
3
+ "version": "0.2.3",
4
4
  "description": "v3 multi-agent AI pipeline for software development lifecycle",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,7 +44,7 @@ Read and follow `.valent-pipeline/steps/orchestration/load-agents-manifest.md`.
44
44
 
45
45
  Read and follow `.valent-pipeline/steps/orchestration/adopt-lead-and-create-team.md`.
46
46
 
47
- Set `{is_epic_run}` = false. This is a standalone story run.
47
+ Set `{is_epic_run}` = false. Set `{is_sprint_mode}` = false. This is a standalone story run — no sprint planning, READINESS runs in standalone mode (no cross-story checks), retrospectives use story-count trigger.
48
48
 
49
49
  Enter monitoring mode — follow `.valent-pipeline/prompts/lead.md` for monitoring, exception handling, and ship/teardown.
50
50