@open-mercato/cli 0.6.4-canary.3992.1.0f76b3b18e → 0.6.4-develop.3921.1.8a42ddf4c8

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.
@@ -1,4 +1,4 @@
1
- [build:cli] found 74 entry points
1
+ [build:cli] found 73 entry points
2
2
  Copied create-app/agentic/ → dist/agentic/
3
3
  Discovered 16 standalone guides → dist/agentic/guides/
4
4
  [build:cli] built successfully
@@ -2345,20 +2345,6 @@ async function startEphemeralEnvironment(options) {
2345
2345
  TENANT_DATA_ENCRYPTION_FALLBACK_KEY: process.env.TENANT_DATA_ENCRYPTION_FALLBACK_KEY ?? "om-ephemeral-integration-fallback-key",
2346
2346
  AUTO_SPAWN_WORKERS: process.env.AUTO_SPAWN_WORKERS ?? "true",
2347
2347
  AUTO_SPAWN_SCHEDULER: "false",
2348
- // Hide the demo feedback floating action button — it lives at
2349
- // `fixed bottom-6 right-6 z-banner` and consistently intercepts pointer
2350
- // events on row-action menus and other bottom-of-viewport UI elements
2351
- // (e.g. TC-WF-006 Delete menuitem click). The widget is already gated
2352
- // on `DEMO_MODE !== 'false'` in the backend layout, so opting out here
2353
- // only affects the integration test runtime — dev + prod stay unchanged.
2354
- DEMO_MODE: "false",
2355
- // Disable the feature-toggle resolution cache. Tests flip overrides
2356
- // (e.g. example_customers_sync enabled/bidirectional) between cases; the
2357
- // 1-minute resolution cache can serve a stale value across set/clear
2358
- // under fast churn, which made the example.todo.* persistent subscribers
2359
- // skip enqueueing inbound sync jobs (TC-CRM-028 inbound trio flake).
2360
- // Fresh DB reads make flag-gated sync deterministic in tests only.
2361
- OM_FEATURE_TOGGLES_CACHE_DISABLED: "1",
2362
2348
  OM_CLI_QUIET: "1",
2363
2349
  MERCATO_QUIET: "1",
2364
2350
  QUEUE_BASE_DIR: EPHEMERAL_QUEUE_BASE_DIR,