catalyst-os 2.0.1 → 2.0.2

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.
@@ -71,7 +71,17 @@ Move spec to completed path:
71
71
 
72
72
  Update spec.md status to COMPLETE.
73
73
 
74
- ### Phase 7: Self-Documentation
74
+ ### Phase 7: Push & Pull Request
75
+
76
+ 1. Read `git.development_branch` from `.catalyst/main/project-config.yaml` (e.g., `development`, `staging`)
77
+ 2. Push the feature branch: `git push -u origin {branch-name}`
78
+ 3. Create a PR targeting the development branch:
79
+ ```
80
+ gh pr create --base {development_branch} --title "feat({scope}): {spec title}" --body "..."
81
+ ```
82
+ 4. Include spec summary, TDD stats, and file change counts in the PR body
83
+
84
+ ### Phase 8: Self-Documentation
75
85
 
76
86
  Propagate learnings from completed spec back to project docs:
77
87
 
@@ -79,7 +89,7 @@ Propagate learnings from completed spec back to project docs:
79
89
  2. **architecture.md** — Add key files from `key_files`
80
90
  3. **concerns.md** — Mark resolved issues from `issues_resolved`
81
91
 
82
- ### Phase 8: Library Extraction (Optional)
92
+ ### Phase 9: Library Extraction (Optional)
83
93
 
84
94
  Auto-detect reusable patterns from spec name/content. Ask user if spec should be added to pattern library. If yes, delegate to Scribe for extraction.
85
95
 
@@ -99,5 +109,5 @@ Self-Documentation:
99
109
 
100
110
  Library: {status}
101
111
 
102
- Next: git push -u origin {branch-name}
112
+ PR: {pr-url}
103
113
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catalyst-os",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "scripts": {
5
5
  "postinstall": "node .catalyst/bin/install.js",
6
6
  "validate": "node .catalyst/bin/validate-artifacts.js"