@crossdelta/platform-sdk 0.3.34 → 0.3.36

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/README.md CHANGED
@@ -228,7 +228,7 @@ export default handleEvent(OrderCreatedSchema, async (data) => {
228
228
  | `pf new` | Interactive creation wizard |
229
229
  | `pf new workspace <name>` | Scaffold a complete platform monorepo |
230
230
  | `pf setup --ai` | Configure AI provider (OpenAI or Anthropic) |
231
- | `pf watch` | Watch infrastructure and services with auto-reload |
231
+ | `pf dev` | Start development mode with auto-reload |
232
232
 
233
233
  ### Service Commands
234
234