catalyst-os 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.
@@ -249,9 +249,7 @@ Action: Run /build-spec @2025-11-29-stripe-integration
249
249
 
250
250
  ### Validation Failure
251
251
  ```
252
- Validation failed!
253
-
254
- Spec: 2025-11-29-stripe-integrationFailed Checks:
252
+ Validation failed!Spec: 2025-11-29-stripe-integrationFailed Checks:
255
253
  - E2E Tests: 2 failures
256
254
  - Security: 1 vulnerability foundCreated: .catalyst/specs/{slug}/validation.md (with details)Action: Fix issues and re-run /validate-spec
257
255
  ```
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "catalyst-os",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
+ "scripts": {
5
+ "postinstall": "node bin/install.js"
6
+ },
4
7
  "description": "AI-native spec-driven development framework for Claude Code",
5
8
  "bin": {
6
9
  "catalyst-os": "bin/install.js"