@lotics/cli 0.186.0 → 0.187.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/README.md CHANGED
@@ -285,7 +285,7 @@ lotics knowledge rm kdc_... # archive
285
285
  # Scaffold / pull / deploy a Vite+React+TS app project
286
286
  lotics app create "Sales Desk" # scaffold + deploy v1
287
287
  lotics app pull app_... # bootstrap an existing app locally (incl. .lotics/*)
288
- lotics app deploy -m "Add quote drawer" # build + upload a new version
288
+ lotics app deploy -m "Add quote drawer" # typecheck + build + upload a new version
289
289
  lotics app versions # deploy history: version, when, who, -m message (* = live)
290
290
  lotics app versions app_... # ...for any app, without pulling it first
291
291
 
@@ -296,9 +296,9 @@ lotics app versions app_... # ...for any app, without pulling it
296
296
  # use this after a rename, or when a pull ran offline.
297
297
  lotics app codegen # import { F, OPT } from "../.lotics/app_fields"
298
298
 
299
- # Every deploy pre-flight, WITHOUT the build or the version row: agent schemas vs
300
- # the live app, aliases the code calls that nothing bound, undeclared capabilities,
301
- # query drift. Exits 1 on what a deploy refuses, so CI can gate on it.
299
+ # Every deploy pre-flight, WITHOUT the build or the version row: the app's own
300
+ # typecheck over regenerated .lotics types, agent schemas vs the live app, aliases
301
+ # the code calls that nothing bound, undeclared capabilities, query drift. Exits 1 on what a deploy refuses, so CI can gate on it.
302
302
  lotics app check
303
303
 
304
304
  # Running an app's alias is a TOOL call, like every other tool. Exits non-zero