@smartmemory/compose 0.1.30-beta → 0.1.32-beta

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.
Files changed (2) hide show
  1. package/bin/compose.js +1 -0
  2. package/package.json +1 -1
package/bin/compose.js CHANGED
@@ -107,6 +107,7 @@ if (!cmd || cmd === '--help' || cmd === '-h') {
107
107
  console.log('Usage: compose <command>')
108
108
  console.log('')
109
109
  console.log('Commands:')
110
+ console.log(' start Start the compose app (UI + API) for this project')
110
111
  console.log(' new Kickoff a product (research, brainstorm, roadmap, scaffold)')
111
112
  console.log(' import Scan existing project and generate structured analysis')
112
113
  console.log(' feature Add a single feature (folder, design seed, ROADMAP entry)')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartmemory/compose",
3
- "version": "0.1.30-beta",
3
+ "version": "0.1.32-beta",
4
4
  "description": "Structured AI dev pipeline — goal-to-product orchestration with gates, iteration loops, and feature lifecycle management.",
5
5
  "author": "SmartMemory",
6
6
  "license": "MIT",