@lunora/cli 1.0.0-alpha.15 → 1.0.0-alpha.151
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/LICENSE.md +6 -0
- package/README.md +1 -1
- package/__assets__/package-og.svg +1 -1
- package/dist/bin.mjs +2 -10
- package/dist/index.d.mts +658 -335
- package/dist/index.d.ts +658 -335
- package/dist/index.mjs +1 -19
- package/dist/packem_chunks/handler.mjs +1 -150
- package/dist/packem_chunks/handler10.mjs +1 -22
- package/dist/packem_chunks/handler11.mjs +2 -192
- package/dist/packem_chunks/handler12.mjs +2 -131
- package/dist/packem_chunks/handler13.mjs +1 -65
- package/dist/packem_chunks/handler14.mjs +1 -58
- package/dist/packem_chunks/handler15.mjs +1 -79
- package/dist/packem_chunks/handler16.mjs +1 -43
- package/dist/packem_chunks/handler17.mjs +3 -105
- package/dist/packem_chunks/handler18.mjs +1 -170
- package/dist/packem_chunks/handler19.mjs +1 -89
- package/dist/packem_chunks/handler2.mjs +2 -114
- package/dist/packem_chunks/handler20.mjs +7 -94
- package/dist/packem_chunks/handler21.mjs +2 -311
- package/dist/packem_chunks/handler22.mjs +2 -0
- package/dist/packem_chunks/handler23.mjs +1 -0
- package/dist/packem_chunks/handler24.mjs +99 -0
- package/dist/packem_chunks/handler25.mjs +10 -0
- package/dist/packem_chunks/handler3.mjs +2 -204
- package/dist/packem_chunks/handler4.mjs +1 -33
- package/dist/packem_chunks/handler5.mjs +1 -49
- package/dist/packem_chunks/handler6.mjs +1 -91
- package/dist/packem_chunks/handler7.mjs +1 -42
- package/dist/packem_chunks/handler8.mjs +3 -174
- package/dist/packem_chunks/handler9.mjs +1 -16
- package/dist/packem_chunks/planDevCommand.mjs +7 -500
- package/dist/packem_chunks/runCodegenCommand.mjs +4 -52
- package/dist/packem_chunks/runDeployCommand.mjs +1 -504
- package/dist/packem_chunks/runInitCommand.mjs +1018 -1315
- package/dist/packem_chunks/runMigrateGenerateCommand.mjs +9 -395
- package/dist/packem_chunks/runResetCommand.mjs +1 -41
- package/dist/packem_chunks/runRpcCommand.mjs +1 -68
- package/dist/packem_shared/COMMANDS-DMyRipjO.mjs +1 -0
- package/dist/packem_shared/DEFAULT_IMPORT_BATCH_SIZE-Dqu4Zmi0.mjs +1 -0
- package/dist/packem_shared/admin-token-BKmc3AUm.mjs +1 -0
- package/dist/packem_shared/admin-url-Ca-KI3d_.mjs +1 -0
- package/dist/packem_shared/advisory-gate-yaOOyUQl.mjs +1 -0
- package/dist/packem_shared/api-spec-BENwiyUa.mjs +1 -0
- package/dist/packem_shared/buildRegistryIndex-DwySASBu.mjs +1 -0
- package/dist/packem_shared/cli-RVVu3rxm.mjs +3 -0
- package/dist/packem_shared/codegen-error-DJN6pTH5.mjs +3 -0
- package/dist/packem_shared/command-0l-ZPhIX.mjs +1 -0
- package/dist/packem_shared/commands-CG9qEtqR.mjs +19 -0
- package/dist/packem_shared/createLogger-BoSxdb2T.mjs +2 -0
- package/dist/packem_shared/createRecordingSpawner-SKs4R1fc.mjs +1 -0
- package/dist/packem_shared/deploy-target-Dvr9vxpR.mjs +1 -0
- package/dist/packem_shared/detect-package-manager-DXDstphE.mjs +1 -0
- package/dist/packem_shared/diffSnapshots-BbwCuhoN.mjs +5 -0
- package/dist/packem_shared/docker-CKvYE9YF.mjs +1 -0
- package/dist/packem_shared/health-probe-CiFgh1hn.mjs +1 -0
- package/dist/packem_shared/import-DLyCq-2j.mjs +12 -0
- package/dist/packem_shared/insertSchemaExtension-DZReBZ4_.mjs +8 -0
- package/dist/packem_shared/lint-ignore-report-CKDXv9MQ.mjs +2 -0
- package/dist/packem_shared/open-url-zbbAo_D7.mjs +1 -0
- package/dist/packem_shared/output-format-Cv3aLqhP.mjs +2 -0
- package/dist/packem_shared/parseManifest-x3WsxKHz.mjs +1 -0
- package/dist/packem_shared/platform-diagnostics-C4TFj5Pu.mjs +4 -0
- package/dist/packem_shared/post-codegen-hook-DhL1RH5u.mjs +1 -0
- package/dist/packem_shared/prompt-cancelled-C8Sj7OqI.mjs +1 -0
- package/dist/packem_shared/resolve-target-CeiNrCAx.mjs +1 -0
- package/dist/packem_shared/runAddCommand-a_rW768_.mjs +1 -0
- package/dist/packem_shared/runExportCommand-BpE4AbuX.mjs +5 -0
- package/dist/packem_shared/schema-drift-gate-d12lMICD.mjs +1 -0
- package/dist/packem_shared/schemaIrToSnapshot-Dahp39qH.mjs +1 -0
- package/dist/packem_shared/shared-Ce9bKz5c.mjs +1 -0
- package/dist/packem_shared/tui-prompts-BU3irGxV.mjs +4 -0
- package/dist/packem_shared/vectorize-metadata-BvZbbqUD.mjs +1 -0
- package/dist/packem_shared/wrangler-name-CHDf3rMP.mjs +1 -0
- package/dist/packem_shared/wrangler-secrets-D0Tv5GWn.mjs +1 -0
- package/package.json +39 -17
- package/skills/README.md +28 -14
- package/skills/lunora/SKILL.md +48 -9
- package/skills/lunora-functions/SKILL.md +38 -3
- package/skills/lunora-migration-helper/SKILL.md +70 -17
- package/skills/lunora-performance-audit/SKILL.md +36 -6
- package/skills/lunora-quickstart/SKILL.md +86 -24
- package/skills/lunora-realtime/SKILL.md +58 -30
- package/dist/packem_shared/COMMANDS-D3h9Iwvl.mjs +0 -944
- package/dist/packem_shared/DEFAULT_IMPORT_BATCH_SIZE-Ck-2bU08.mjs +0 -244
- package/dist/packem_shared/admin-url-4UzT-CI4.mjs +0 -19
- package/dist/packem_shared/api-spec-CtA6ilu4.mjs +0 -13
- package/dist/packem_shared/buildRegistryIndex-BcYe607_.mjs +0 -38
- package/dist/packem_shared/command-BC30oSBW.mjs +0 -14
- package/dist/packem_shared/commands-hl0mRqqg.mjs +0 -845
- package/dist/packem_shared/createLogger-B40gPzQo.mjs +0 -78
- package/dist/packem_shared/createRecordingSpawner-DxI3mebw.mjs +0 -43
- package/dist/packem_shared/detect-package-manager-DYp7n3mJ.mjs +0 -61
- package/dist/packem_shared/diffSnapshots-BeDvvNiF.mjs +0 -161
- package/dist/packem_shared/docker-hMQ97KSQ.mjs +0 -21
- package/dist/packem_shared/insertSchemaExtension-DAqbfr9Z.mjs +0 -64
- package/dist/packem_shared/open-url-Dfq6fAyT.mjs +0 -41
- package/dist/packem_shared/output-format-wUvAN6AL.mjs +0 -17
- package/dist/packem_shared/parseArgs-YXFuKdEk.mjs +0 -56
- package/dist/packem_shared/parseManifest--vZf2FY1.mjs +0 -94
- package/dist/packem_shared/resolve-target-qbsJ_5sF.mjs +0 -16
- package/dist/packem_shared/runAddCommand-vJdgiR5t.mjs +0 -4
- package/dist/packem_shared/schema-drift-gate-BtBt0as0.mjs +0 -79
- package/dist/packem_shared/schemaIrToSnapshot-DdsljJT-.mjs +0 -43
- package/dist/packem_shared/storage-B7hHSTZP.mjs +0 -84
- package/dist/packem_shared/tui-prompts-M6OWsuyw.mjs +0 -663
- package/dist/packem_shared/wrangler-name-cy4yhm9j.mjs +0 -12
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
name: lunora-realtime
|
|
3
3
|
description: Wires Lunora's live data into a client. Use for `LunoraClient`/`LunoraProvider`,
|
|
4
4
|
reactive `useQuery`/`useSubscription`, `useMutation` with optimistic updates,
|
|
5
|
-
pagination, connection status, the React/Vue/Solid/Svelte
|
|
6
|
-
`@lunora/db` TanStack binding.
|
|
5
|
+
pagination, connection status, the React/Vue/Solid/Svelte/Angular/React Native
|
|
6
|
+
adapters, and the `@lunora/db` TanStack binding.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Lunora Realtime
|
|
@@ -15,7 +15,8 @@ automatic rollback.
|
|
|
15
15
|
|
|
16
16
|
## When to Use
|
|
17
17
|
|
|
18
|
-
- Wiring a frontend to a Lunora backend (React, Vue, Solid, Svelte
|
|
18
|
+
- Wiring a frontend to a Lunora backend (React, Vue, Solid, Svelte, Angular,
|
|
19
|
+
React Native/Expo, or an Astro/Nuxt meta-framework).
|
|
19
20
|
- Adding optimistic updates, pagination, or presence to the UI.
|
|
20
21
|
- Choosing between live hooks and the `@lunora/db` collection layer.
|
|
21
22
|
|
|
@@ -42,6 +43,19 @@ const client = new LunoraClient({ url });
|
|
|
42
43
|
Vue / Solid / Svelte have matching providers in `@lunora/vue`, `@lunora/solid`,
|
|
43
44
|
`@lunora/svelte`; the hook names and semantics below mirror across them.
|
|
44
45
|
|
|
46
|
+
Two adapters differ in shape:
|
|
47
|
+
|
|
48
|
+
- **`@lunora/angular`** is signal-based rather than hook-based: register with
|
|
49
|
+
`provideLunora(...)`, read the client via `injectLunoraClient()`, and use
|
|
50
|
+
`liveQuery(...)` / `mutate(...)` / `connectionStatus(...)` in place of the
|
|
51
|
+
hooks below.
|
|
52
|
+
- **`@lunora/react-native`** re-exports all of `@lunora/react` and adds
|
|
53
|
+
`createLunoraClient` (plus `@lunora/react-native/auth` for the better-auth
|
|
54
|
+
Expo bridge) — build the client with that instead of `new LunoraClient`.
|
|
55
|
+
|
|
56
|
+
For SSR meta-frameworks, `@lunora/astro` and `@lunora/nuxt` compose Lunora into
|
|
57
|
+
the server (Nitro for Nuxt) and ship reactive-loader server helpers.
|
|
58
|
+
|
|
45
59
|
## Live Queries
|
|
46
60
|
|
|
47
61
|
`useQuery(reference, args)` opens a subscription and returns the value, or
|
|
@@ -67,33 +81,32 @@ const todos = useQuery(api.todos.list, {}) as Doc<"todos">[] | undefined;
|
|
|
67
81
|
|
|
68
82
|
## Authorization & Live Queries
|
|
69
83
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
`
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
actions/queries) where identity is always present.
|
|
84
|
+
**Live queries are identity-aware.** At the WebSocket upgrade the runtime
|
|
85
|
+
stamps the caller's verified identity onto the socket (from the server-minted
|
|
86
|
+
`x-lunora-userid` / `x-lunora-identity` headers, which a client cannot forge).
|
|
87
|
+
Every subscription re-run, shape resolution, and poke-driven refresh executes
|
|
88
|
+
under that socket's own identity, passed by value so a concurrent RPC can't
|
|
89
|
+
clobber it.
|
|
90
|
+
|
|
91
|
+
Practically, this means:
|
|
92
|
+
|
|
93
|
+
- `.use(rls(...))` and `ctx.auth.userId` work the same in a subscribed query as
|
|
94
|
+
in a one-shot read. Shape subscriptions AND-merge the shape predicate with
|
|
95
|
+
the table's RLS read base-where, so the membership query the poke protocol
|
|
96
|
+
runs is RLS-correct by construction — never the client's word for it.
|
|
97
|
+
- An **anonymous** socket carries no identity, so an RLS/`ctx.auth` query fails
|
|
98
|
+
closed (empty/denied) rather than leaking another user's rows.
|
|
99
|
+
- **Token expiry is enforced on the socket.** When the resolved credential
|
|
100
|
+
carries an expiry, the DO sends a `TOKEN_EXPIRED` error frame and closes with
|
|
101
|
+
code `4001` at the next send at or after that instant. `LunoraClient`
|
|
102
|
+
reconnects automatically and re-resolves a fresh identity — but surface it in
|
|
103
|
+
the UI if a re-login is required.
|
|
104
|
+
|
|
105
|
+
You can still scope data structurally when it fits the domain — `.shardBy(userId)`
|
|
106
|
+
(or tenant/room) partitions state so a subscription is narrow by construction,
|
|
107
|
+
and explicit query args keep subscriptions cheap (see the args-scoping note
|
|
108
|
+
above). Prefer those for _performance_; use `rls()` / `ctx.auth` for
|
|
109
|
+
_authorization_. They compose.
|
|
97
110
|
|
|
98
111
|
## Mutations + Optimistic Updates
|
|
99
112
|
|
|
@@ -154,6 +167,13 @@ schema + functions into live TanStack DB collections). Reach for it when the app
|
|
|
154
167
|
needs client-side indexes/joins or a persistent optimistic outbox; raw `useQuery`
|
|
155
168
|
/`useMutation` are enough for straightforward live lists.
|
|
156
169
|
|
|
170
|
+
Call `defineCollections` **once** at module scope and treat the returned
|
|
171
|
+
collections as the single source of truth for each table. Don't mirror rows into
|
|
172
|
+
a parallel store, and never build derived indexes (trees, search, undo captures)
|
|
173
|
+
from a copy — optimistic writes and sync deltas land only on the Lunora
|
|
174
|
+
collection, so code reading a copy silently reads stale rows while `useLiveQuery`
|
|
175
|
+
renders fresh data.
|
|
176
|
+
|
|
157
177
|
## Common Pitfalls
|
|
158
178
|
|
|
159
179
|
1. **Creating `LunoraClient` inside a component.** It re-opens the socket every
|
|
@@ -165,6 +185,12 @@ needs client-side indexes/joins or a persistent optimistic outbox; raw `useQuery
|
|
|
165
185
|
4. **Optimistic shape drift.** The provisional value must match the query's
|
|
166
186
|
element shape (including `_id`/`_creationTime`) or the UI flickers when the
|
|
167
187
|
real delta lands.
|
|
188
|
+
5. **Two sources of truth for the same rows.** `defineCollections` more than once
|
|
189
|
+
per table (or a parallel store of your own) mints copies that drift. Reads
|
|
190
|
+
through `useLiveQuery` look fine, but derived indexes built from the copy can
|
|
191
|
+
**miss rows** — rows written to the collection after the copy was taken never
|
|
192
|
+
appear in the index — or **hold stale rows** — rows updated or deleted in the
|
|
193
|
+
collection still show their old value. One instance, one collection per table.
|
|
168
194
|
|
|
169
195
|
## Checklist
|
|
170
196
|
|
|
@@ -175,3 +201,5 @@ needs client-side indexes/joins or a persistent optimistic outbox; raw `useQuery
|
|
|
175
201
|
- [ ] Query `args` scoped narrowly to avoid over-broad re-renders.
|
|
176
202
|
- [ ] Pagination via `usePaginatedQuery`/`useInfiniteQuery` over `.paginate`.
|
|
177
203
|
- [ ] Considered `@lunora/db` if the app needs local indexes/joins or an outbox.
|
|
204
|
+
- [ ] `@lunora/db`: one `defineCollections` instance; no parallel copy of rows;
|
|
205
|
+
derived indexes built from the same collection the UI renders.
|