@lenso/cli 0.5.0 → 0.6.0

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
@@ -205,10 +205,14 @@ lenso dev up --console-root ../lenso-console
205
205
  The first run securely prompts for the local Operator password. Automation can
206
206
  pass `--operator-password-file` with an owner-only regular file. The command
207
207
  creates loopback-only enrollment evidence, starts and migrates both Stores,
208
- builds the Console, configures or reuses the durable Operator, reconciles
209
- Module-owned UI artifacts, and connects the exact topology. Ctrl-C stops the
210
- Host, Console, and only the Services started by that invocation. Story is a
211
- Console-owned linked surface; it does not require a separate Module install.
208
+ builds the Console, installs every workspace Provider export from its exact
209
+ Module Release, configures or reuses the durable Operator, reconciles
210
+ Module-owned UI artifacts, and connects the exact topology. Provider releases
211
+ and Service Installation state are written before the authoritative Host starts,
212
+ so `connected` and a callable Host business route refer to the same locked
213
+ export. Ctrl-C stops the Host, Console, and only the Services started by that
214
+ invocation. Story is a Console-owned linked surface; it does not require a
215
+ separate Module install.
212
216
 
213
217
  After installing and starting the independent Lenso Console Service, create its
214
218
  first password user and bootstrap that user as the first Console Operator from
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Lenso command-line interface for scaffolding and operating Lenso backend projects.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LioRael/lenso-cli",
Binary file
Binary file
Binary file
Binary file