valent-pipeline 0.2.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valent-pipeline",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "v3 multi-agent AI pipeline for software development lifecycle",
5
5
  "type": "module",
6
6
  "bin": {
@@ -192,8 +192,9 @@ Created:
192
192
  Next steps:
193
193
  - Review story files and refine ACs if needed
194
194
  - Review knowledge/curated/ files for accuracy
195
- - Run /valent-run-story {first-story-id} to start
196
- - Or run /valent-run-epic {epic-id} to run the whole epic
195
+ - Run /valent-run-story {first-story-id} to run a single story
196
+ - Run /valent-run-epic {epic-id} to run one epic (with sprint planning)
197
+ - Run /valent-run-project to run all stories across all epics (with sprint planning)
197
198
  ```
198
199
 
199
200
  ## Rules