@almadar/orb 4.2.0 → 4.6.4

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.
Files changed (60) hide show
  1. package/README.md +57 -19
  2. package/bin/{almadar → orb} +30 -24
  3. package/package.json +9 -9
  4. package/scripts/postinstall.js +25 -15
  5. package/shells/almadar-shell/package.json +1 -1
  6. package/shells/almadar-shell/packages/client/package.json +7 -6
  7. package/shells/almadar-shell/packages/server/package.json +6 -5
  8. package/shells/almadar-shell/packages/shared/package.json +1 -0
  9. package/shells/almadar-shell/packages/shared/pnpm-lock.yaml +22 -0
  10. package/shells/almadar-shell/pnpm-lock.yaml +104 -98
  11. package/shells/almadar-shell-hono/LICENSE +72 -0
  12. package/shells/almadar-shell-hono/README.md +25 -0
  13. package/shells/almadar-shell-hono/locales/en.json +120 -0
  14. package/shells/almadar-shell-hono/package.json +31 -0
  15. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +23 -0
  16. package/shells/almadar-shell-hono/packages/client/index.html +13 -0
  17. package/shells/almadar-shell-hono/packages/client/package-lock.json +9750 -0
  18. package/shells/almadar-shell-hono/packages/client/package.json +61 -0
  19. package/shells/almadar-shell-hono/packages/client/postcss.config.js +6 -0
  20. package/shells/almadar-shell-hono/packages/client/src/App.tsx +84 -0
  21. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +37 -0
  22. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +139 -0
  23. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +83 -0
  24. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +218 -0
  25. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +27 -0
  26. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +68 -0
  27. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +3 -0
  28. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +13 -0
  29. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +24 -0
  30. package/shells/almadar-shell-hono/packages/client/src/index.css +35 -0
  31. package/shells/almadar-shell-hono/packages/client/src/main.tsx +8 -0
  32. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +55 -0
  33. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +12 -0
  34. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +259 -0
  35. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +21 -0
  36. package/shells/almadar-shell-hono/packages/client/tsconfig.json +33 -0
  37. package/shells/almadar-shell-hono/packages/client/vite.config.ts +50 -0
  38. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +19 -0
  39. package/shells/almadar-shell-hono/packages/server/package.json +38 -0
  40. package/shells/almadar-shell-hono/packages/server/pnpm-lock.yaml +4665 -0
  41. package/shells/almadar-shell-hono/packages/server/src/app.ts +31 -0
  42. package/shells/almadar-shell-hono/packages/server/src/index.ts +31 -0
  43. package/shells/almadar-shell-hono/packages/server/src/routes.ts +12 -0
  44. package/shells/almadar-shell-hono/packages/server/src/serve.ts +45 -0
  45. package/shells/almadar-shell-hono/packages/server/tsconfig.json +23 -0
  46. package/shells/almadar-shell-hono/packages/shared/package.json +25 -0
  47. package/shells/almadar-shell-hono/packages/shared/pnpm-lock.yaml +919 -0
  48. package/shells/almadar-shell-hono/packages/shared/src/index.ts +2 -0
  49. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +17 -0
  50. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +10 -0
  51. package/shells/almadar-shell-hono/pnpm-lock.yaml +9426 -0
  52. package/shells/almadar-shell-hono/pnpm-workspace.yaml +2 -0
  53. package/shells/almadar-shell-hono/tsup.config.ts +13 -0
  54. package/shells/almadar-shell-hono/turbo.json +17 -0
  55. package/shells/almadar-shell-hono/vitest.config.ts +8 -0
  56. package/shells/orb-shell/README.md +1 -1
  57. package/shells/orb-shell/packages/client/package-lock.json +227 -27
  58. package/shells/orb-shell/packages/client/package.json +1 -1
  59. package/shells/orb-shell/packages/server/package-lock.json +1 -0
  60. package/shells/orb-shell/pnpm-lock.yaml +196 -10
@@ -23,17 +23,20 @@ importers:
23
23
  packages/client:
24
24
  dependencies:
25
25
  '@almadar/core':
26
- specifier: ^2.1.0
27
- version: 2.6.1
26
+ specifier: '>=5.8.0'
27
+ version: 5.8.0
28
28
  '@almadar/evaluator':
29
- specifier: ^2.0.0
30
- version: 2.5.1
29
+ specifier: '>=2.9.2'
30
+ version: 2.9.2
31
31
  '@almadar/patterns':
32
- specifier: ^2.0.0
33
- version: 2.8.1
32
+ specifier: '>=2.18.1'
33
+ version: 2.18.1
34
+ '@almadar/syntax':
35
+ specifier: '>=1.4.0'
36
+ version: 1.4.0
34
37
  '@almadar/ui':
35
- specifier: '>=2.28.0'
36
- version: 2.28.0(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
38
+ specifier: '>=4.4.1'
39
+ version: 4.4.1(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
37
40
  '@monaco-editor/react':
38
41
  specifier: ^4.7.0
39
42
  version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
@@ -102,8 +105,8 @@ importers:
102
105
  version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
103
106
  devDependencies:
104
107
  '@almadar/eslint-plugin':
105
- specifier: '>=2.3.0'
106
- version: 2.5.0(eslint@10.0.0(jiti@1.21.7))
108
+ specifier: '>=2.8.0'
109
+ version: 2.8.0(eslint@10.0.0(jiti@1.21.7))
107
110
  '@testing-library/jest-dom':
108
111
  specifier: ^6.6.3
109
112
  version: 6.9.1
@@ -150,17 +153,20 @@ importers:
150
153
  packages/server:
151
154
  dependencies:
152
155
  '@almadar/core':
153
- specifier: ^2.1.0
154
- version: 2.6.1
156
+ specifier: '>=5.8.0'
157
+ version: 5.8.0
155
158
  '@almadar/evaluator':
156
- specifier: ^2.0.0
157
- version: 2.5.1
159
+ specifier: '>=2.9.2'
160
+ version: 2.9.2
158
161
  '@almadar/integrations':
159
- specifier: '>=2.1.0'
160
- version: 2.2.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)
162
+ specifier: '>=2.6.1'
163
+ version: 2.6.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)
164
+ '@almadar/runtime':
165
+ specifier: '>=4.13.2'
166
+ version: 4.13.2(express@4.22.1)
161
167
  '@almadar/server':
162
- specifier: ^2.0.2
163
- version: 2.1.3(express@4.22.1)
168
+ specifier: '>=2.5.0'
169
+ version: 2.5.0(express@4.22.1)
164
170
  cors:
165
171
  specifier: ^2.8.5
166
172
  version: 2.8.6
@@ -178,8 +184,8 @@ importers:
178
184
  version: 3.25.76
179
185
  devDependencies:
180
186
  '@almadar/eslint-plugin':
181
- specifier: '>=2.3.0'
182
- version: 2.5.0(eslint@10.0.0(jiti@1.21.7))
187
+ specifier: '>=2.8.0'
188
+ version: 2.8.0(eslint@10.0.0(jiti@1.21.7))
183
189
  '@types/cors':
184
190
  specifier: ^2.8.17
185
191
  version: 2.8.19
@@ -210,6 +216,9 @@ importers:
210
216
 
211
217
  packages/shared:
212
218
  dependencies:
219
+ '@almadar/core':
220
+ specifier: '>=5.8.0'
221
+ version: 5.8.0
213
222
  zod:
214
223
  specifier: ^3.22.0
215
224
  version: 3.25.76
@@ -223,64 +232,58 @@ packages:
223
232
  resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
224
233
  engines: {node: '>=10'}
225
234
 
226
- '@almadar/core@2.6.1':
227
- resolution: {integrity: sha512-hiWSxGNfah/0N1n7nG42TWQGR05+QL4AIrlWNxfSS6/1/atUrPhV/23drIYCY7rr+Nz8Kofc1mwZ1MXBpa3H6g==}
228
-
229
- '@almadar/core@2.7.0':
230
- resolution: {integrity: sha512-g4ItaEcrTpcMUjMcQ8Ke2NdKYKYqy5zxGW01UQhAFtB310MJVjnmQ9oG6EzuSPPkM+STu1T6yqf6uEchS4dc9Q==}
235
+ '@almadar/core@5.8.0':
236
+ resolution: {integrity: sha512-gOpnEev/pO4cm5GeUyzq4cgzrEvS8lsSLPfT7TEXc9hroAJU8fxv9anF+68AhPfnlfxYGQXFJTS268Th31fMxA==}
231
237
 
232
- '@almadar/eslint-plugin@2.5.0':
233
- resolution: {integrity: sha512-rt5ATRUHyhke7yCBn5qUXyjKDEQaFXs8wqOWtd/Yh5IuuMn9p2Q7UupYUzfCwLmBXBYjwLxpat/A7En4lWrcFA==}
238
+ '@almadar/eslint-plugin@2.8.0':
239
+ resolution: {integrity: sha512-8abtGsVP+YBaUEchSfGfQV3ZHEPtWt+4Swtu3P0AFofr+OMSfHLnor4aIwULzag+nHD9FQ7cQkVCTfBVgTHgiw==}
234
240
  peerDependencies:
235
241
  eslint: '>=8.0.0'
236
242
 
237
- '@almadar/evaluator@2.5.1':
238
- resolution: {integrity: sha512-uUGourPCY2JnXps3pevKtyalQd2ht77TD+g/edYEWCJ3ngdNt/SQPTgj5tFPnOftb5QOZO0FHdFUqiZGSMafCA==}
243
+ '@almadar/evaluator@2.9.2':
244
+ resolution: {integrity: sha512-yzhTtWbhvqCS/FoAK/pIyVuDV+8QwC/Csfcs/tUJOwq7fGHBhKwOrxgRqK/DNp1g7p2W/yvRPqQMUJVK1ynTQA==}
239
245
 
240
- '@almadar/evaluator@2.5.6':
241
- resolution: {integrity: sha512-CaCvPCFerOfN0/YtHB/JtkgmTh/j00UKBEnb/nZWrctOI2uw8S81KiIqMBpXNfxkSE0nU9xKz5Jx466FbGTTgg==}
246
+ '@almadar/integrations@2.6.1':
247
+ resolution: {integrity: sha512-Op7D1ivNwKeHYcNxbAbyvGUuX1fjHs2NGqBzK9VIOCiWJeodNUJscEUDHTFu9wdUxVdoo663Jfdl4vcWvvtIaQ==}
242
248
 
243
- '@almadar/integrations@2.2.1':
244
- resolution: {integrity: sha512-GxLk4yJVzCNVSKlyeDTvAy6kwUWtfptpW/rjifcuqoCj59Ej44+WtEUF6t/ECJIBbXFtivK5vzBwDj17YVQh6Q==}
245
-
246
- '@almadar/llm@2.5.0':
247
- resolution: {integrity: sha512-BywM6Lz4T57zvWHd5BD0SRSEx+mtW3oaL8icoSSpnjikS0urGdRRfSprF+vtqNpu/MXEsCTYHpNXFqv+Dq+Obw==}
249
+ '@almadar/llm@2.9.1':
250
+ resolution: {integrity: sha512-8RIDz2iCcKD3Yl16vBebeUF9pr6aZr5YGjtpIqO8NlTXNJ/xJhz//Qb5GPBnr9IvYUM7DUhsS6y+4d4cl6qK4A==}
248
251
  peerDependencies:
249
- '@almadar/core': '>=2.0.0'
252
+ '@almadar/core': '>=4.8.1'
250
253
  peerDependenciesMeta:
251
254
  '@almadar/core':
252
255
  optional: true
253
256
 
254
- '@almadar/operators@2.1.1':
255
- resolution: {integrity: sha512-DxyB2CAU7dmxQPM+T17xtIAN7MT+DWXzM/SqM/1us1F4oDEsG5R0DKXwy9WLO5kpLaxlBTMPwGTz4wyaXnS9pA==}
256
-
257
- '@almadar/operators@2.1.3':
258
- resolution: {integrity: sha512-0wjRClcWT/DcYtmnTku/IIXWGCLzMzai/a/KwP4NorkqjDIEY9+vmAui4qB6rePhkT2aOfLb4sP8uX7vvyG7nw==}
257
+ '@almadar/patterns@2.18.1':
258
+ resolution: {integrity: sha512-IKrd17SYkSfG0sw5lJbs0fUAcxlomvw2uLO7ijKj+trHkQAcWfg1vMzodWfrPT/SZW7JL4X1Ufa7GoZGmZusmQ==}
259
259
 
260
- '@almadar/patterns@2.8.1':
261
- resolution: {integrity: sha512-jBPZniyptqbGHNro+wqdkN4I2lQu2GJ6C1F5k4jQx6BmqdLQCbjx0imKnF9E2HTd9B1Llj5COxDX7DtcLrINwg==}
262
-
263
- '@almadar/patterns@2.8.11':
264
- resolution: {integrity: sha512-QSRezI/VtwjWc3LgHCENL+U/2kvdIbF5dLKyDAqkAmOfQpEs9sZg8kwlzSGzTs22e19hf5PrEyVG2zquF4/YVA==}
265
-
266
- '@almadar/runtime@2.1.1':
267
- resolution: {integrity: sha512-4OaBp+BsXeXPJSJ2H78k352PpRtUjK4NH3CM9jLJ8Kni9dPEAZdlTFS0/pLQqskiFZPz68NnbZg+I+/KHTrJ7w==}
260
+ '@almadar/runtime@4.13.2':
261
+ resolution: {integrity: sha512-VX1PxzEi8MefRIfoWctEyBPH8zQi32OVhSII7EsvUY067YZ7qmFe6BW5Y4mPASGu0knXp3DoPXkMeNjf9qsZTQ==}
268
262
  peerDependencies:
269
263
  express: ^4.0.0
270
264
 
271
- '@almadar/server@2.1.3':
272
- resolution: {integrity: sha512-FmpL9cmHg0Dd0pNhbDghR1JE5bcW1m4uIho3unJT/b2rD2SRX+I4c6rHc/uhvj9Z3rtGa6S6JnpURFYaH8RVsA==}
265
+ '@almadar/server@2.5.0':
266
+ resolution: {integrity: sha512-x5iklAtKXjAyAQsu2LTkIkbi9U9xqpgxMQzzuOVzsvDKBaBhrIdTsqOt0qtG9tC5EV05cp4+SgehZo1JcR5/Wg==}
273
267
  peerDependencies:
274
- '@almadar-io/agent': '>=2.0.1'
268
+ '@almadar-io/agent': '>=5.5.6'
275
269
  express: ^4.0.0
276
270
  peerDependenciesMeta:
277
271
  '@almadar-io/agent':
278
272
  optional: true
279
273
 
280
- '@almadar/ui@2.28.0':
281
- resolution: {integrity: sha512-84hoelMA8AaULVP0au+C9ygY8p2rfuX3bssrSRp4Vr4VKkBapV7FQlhmop2F52lF4l5GHQwrJ7a7aCr8Ws6Aow==}
274
+ '@almadar/std@7.2.0':
275
+ resolution: {integrity: sha512-Gs+1GyDEYxTW+mSf4HDKAmCSzbCFGtKKzwF083prTtlvAieYA0zBoGC3XH6MI0i1deARPTbpTV+PAhVArLzDaQ==}
276
+
277
+ '@almadar/std@8.4.2':
278
+ resolution: {integrity: sha512-cz48Ck/+hT9QpHoC1V9aBaTBaUPO797lNSzpNfLSHWb2JuOKkmioY45rMZTDOodHD2Qt2nUkc56BPQ4adlt7gw==}
279
+
280
+ '@almadar/syntax@1.4.0':
281
+ resolution: {integrity: sha512-r79cxWTDykcnBpWzWV1foHufBMWcgf/88AFT/lRAxyeIJIkwYA5lQjIJIonWh8z4adgSQw3rtl/KjlCy3mG+Uw==}
282
+
283
+ '@almadar/ui@4.4.1':
284
+ resolution: {integrity: sha512-4pvNGBMd+Lexdyw1BEV04xR48ACn0WNz2m0Yr0hyHOGOBv2dWxpmfEdXyTEs/r5WarMyrp4WaoaesN1We784OQ==}
282
285
  peerDependencies:
283
- '@react-three/drei': ^9.92.0 || ^10.0.0
286
+ '@react-three/drei': ^10.7.7
284
287
  '@react-three/fiber': ^9.0.0
285
288
  '@react-three/postprocessing': ^3.0.0
286
289
  '@tanstack/react-query': ^5.0.0
@@ -4152,38 +4155,26 @@ snapshots:
4152
4155
 
4153
4156
  '@alloc/quick-lru@5.2.0': {}
4154
4157
 
4155
- '@almadar/core@2.6.1':
4158
+ '@almadar/core@5.8.0':
4156
4159
  dependencies:
4157
- '@almadar/operators': 2.1.1
4158
- '@almadar/patterns': 2.8.1
4160
+ '@almadar/patterns': 2.18.1
4159
4161
  zod: 3.25.76
4160
4162
 
4161
- '@almadar/core@2.7.0':
4162
- dependencies:
4163
- '@almadar/operators': 2.1.3
4164
- '@almadar/patterns': 2.8.11
4165
- zod: 3.25.76
4166
-
4167
- '@almadar/eslint-plugin@2.5.0(eslint@10.0.0(jiti@1.21.7))':
4163
+ '@almadar/eslint-plugin@2.8.0(eslint@10.0.0(jiti@1.21.7))':
4168
4164
  dependencies:
4169
4165
  eslint: 10.0.0(jiti@1.21.7)
4170
4166
  jsonc-eslint-parser: 3.1.0
4171
4167
 
4172
- '@almadar/evaluator@2.5.1':
4173
- dependencies:
4174
- '@almadar/core': 2.6.1
4175
- '@almadar/operators': 2.1.1
4176
-
4177
- '@almadar/evaluator@2.5.6':
4168
+ '@almadar/evaluator@2.9.2':
4178
4169
  dependencies:
4179
- '@almadar/core': 2.7.0
4180
- '@almadar/operators': 2.1.3
4170
+ '@almadar/core': 5.8.0
4171
+ '@almadar/std': 7.2.0
4181
4172
 
4182
- '@almadar/integrations@2.2.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)':
4173
+ '@almadar/integrations@2.6.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)':
4183
4174
  dependencies:
4184
- '@almadar/core': 2.6.1
4185
- '@almadar/llm': 2.5.0(@almadar/core@2.6.1)(@opentelemetry/api@1.9.0)(ws@8.19.0)
4186
- '@almadar/patterns': 2.8.1
4175
+ '@almadar/core': 5.8.0
4176
+ '@almadar/llm': 2.9.1(@almadar/core@5.8.0)(@opentelemetry/api@1.9.0)(ws@8.19.0)
4177
+ '@almadar/patterns': 2.18.1
4187
4178
  '@sendgrid/mail': 8.1.6
4188
4179
  dotenv: 16.6.1
4189
4180
  googleapis: 144.0.0
@@ -4202,7 +4193,7 @@ snapshots:
4202
4193
  - supports-color
4203
4194
  - ws
4204
4195
 
4205
- '@almadar/llm@2.5.0(@almadar/core@2.6.1)(@opentelemetry/api@1.9.0)(ws@8.19.0)':
4196
+ '@almadar/llm@2.9.1(@almadar/core@5.8.0)(@opentelemetry/api@1.9.0)(ws@8.19.0)':
4206
4197
  dependencies:
4207
4198
  '@anthropic-ai/sdk': 0.52.0
4208
4199
  '@langchain/anthropic': 1.3.25(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))
@@ -4211,32 +4202,28 @@ snapshots:
4211
4202
  openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
4212
4203
  zod: 3.25.76
4213
4204
  optionalDependencies:
4214
- '@almadar/core': 2.6.1
4205
+ '@almadar/core': 5.8.0
4215
4206
  transitivePeerDependencies:
4216
4207
  - '@opentelemetry/api'
4217
4208
  - '@opentelemetry/exporter-trace-otlp-proto'
4218
4209
  - '@opentelemetry/sdk-trace-base'
4219
4210
  - ws
4220
4211
 
4221
- '@almadar/operators@2.1.1': {}
4222
-
4223
- '@almadar/operators@2.1.3': {}
4224
-
4225
- '@almadar/patterns@2.8.1': {}
4226
-
4227
- '@almadar/patterns@2.8.11': {}
4212
+ '@almadar/patterns@2.18.1':
4213
+ dependencies:
4214
+ '@almadar/core': 5.8.0
4228
4215
 
4229
- '@almadar/runtime@2.1.1(express@4.22.1)':
4216
+ '@almadar/runtime@4.13.2(express@4.22.1)':
4230
4217
  dependencies:
4231
- '@almadar/core': 2.7.0
4232
- '@almadar/evaluator': 2.5.6
4233
- '@almadar/operators': 2.1.1
4218
+ '@almadar/core': 5.8.0
4219
+ '@almadar/evaluator': 2.9.2
4220
+ '@almadar/std': 8.4.2
4234
4221
  '@faker-js/faker': 9.9.0
4235
4222
  express: 4.22.1
4236
4223
 
4237
- '@almadar/server@2.1.3(express@4.22.1)':
4224
+ '@almadar/server@2.5.0(express@4.22.1)':
4238
4225
  dependencies:
4239
- '@almadar/core': 2.6.1
4226
+ '@almadar/core': 5.8.0
4240
4227
  '@faker-js/faker': 9.9.0
4241
4228
  cors: 2.8.6
4242
4229
  dotenv: 16.6.1
@@ -4251,12 +4238,28 @@ snapshots:
4251
4238
  - supports-color
4252
4239
  - utf-8-validate
4253
4240
 
4254
- '@almadar/ui@2.28.0(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)':
4241
+ '@almadar/std@7.2.0':
4255
4242
  dependencies:
4256
- '@almadar/core': 2.7.0
4257
- '@almadar/evaluator': 2.5.6
4258
- '@almadar/patterns': 2.8.11
4259
- '@almadar/runtime': 2.1.1(express@4.22.1)
4243
+ '@almadar/core': 5.8.0
4244
+
4245
+ '@almadar/std@8.4.2':
4246
+ dependencies:
4247
+ '@almadar/core': 5.8.0
4248
+
4249
+ '@almadar/syntax@1.4.0':
4250
+ dependencies:
4251
+ '@almadar/core': 5.8.0
4252
+ '@almadar/patterns': 2.18.1
4253
+ '@almadar/std': 8.4.2
4254
+
4255
+ '@almadar/ui@4.4.1(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)':
4256
+ dependencies:
4257
+ '@almadar/core': 5.8.0
4258
+ '@almadar/evaluator': 2.9.2
4259
+ '@almadar/patterns': 2.18.1
4260
+ '@almadar/runtime': 4.13.2(express@4.22.1)
4261
+ '@almadar/std': 8.4.2
4262
+ '@almadar/syntax': 1.4.0
4260
4263
  '@react-three/drei': 9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4))
4261
4264
  '@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
4262
4265
  '@react-three/postprocessing': 3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1)
@@ -4264,14 +4267,17 @@ snapshots:
4264
4267
  '@xyflow/react': 12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
4265
4268
  clsx: 2.1.1
4266
4269
  elkjs: 0.11.1
4270
+ hastscript: 9.0.1
4267
4271
  leaflet: 1.9.4
4268
4272
  lucide-react: 0.344.0(react@19.2.4)
4273
+ parse-entities: 4.0.2
4269
4274
  react: 19.2.4
4270
4275
  react-dom: 19.2.4(react@19.2.4)
4271
4276
  react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
4272
4277
  react-markdown: 9.1.0(@types/react@19.2.14)(react@19.2.4)
4273
4278
  react-router-dom: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
4274
4279
  react-syntax-highlighter: 16.1.1(react@19.2.4)
4280
+ refractor: 5.0.0
4275
4281
  rehype-katex: 7.0.1
4276
4282
  remark-gfm: 4.0.1
4277
4283
  remark-math: 6.0.0
@@ -0,0 +1,72 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Almadar FZE
6
+ Licensed Work: KFlow Builder / Almadar
7
+ The Licensed Work is (c) 2025-2026 Almadar FZE.
8
+ Additional Use Grant: You may make production use of the Licensed Work for
9
+ non-commercial purposes and for internal evaluation.
10
+ Production use for commercial purposes requires a
11
+ commercial license from the Licensor.
12
+ Change Date: 2030-02-01
13
+ Change License: Apache License, Version 2.0
14
+
15
+ Terms
16
+
17
+ The Licensor hereby grants you the right to copy, modify, create derivative
18
+ works, redistribute, and make non-production use of the Licensed Work. The
19
+ Licensor may make an Additional Use Grant, above, permitting limited
20
+ production use.
21
+
22
+ Effective on the Change Date, or the fourth anniversary of the first publicly
23
+ available distribution of a specific version of the Licensed Work under this
24
+ License, whichever comes first, the Licensor hereby grants you rights under
25
+ the terms of the Change License, and the rights granted in the paragraph
26
+ above terminate.
27
+
28
+ If your use of the Licensed Work does not comply with the requirements
29
+ currently in effect as described in this License, you must purchase a
30
+ commercial license from the Licensor, its affiliated entities, or authorized
31
+ resellers, or you must refrain from using the Licensed Work.
32
+
33
+ All copies of the original and modified Licensed Work, and derivative works
34
+ of the Licensed Work, are subject to this License. This License applies
35
+ separately for each version of the Licensed Work and the Change Date may vary
36
+ for each version of the Licensed Work released by Licensor.
37
+
38
+ You must conspicuously display this License on each original or modified copy
39
+ of the Licensed Work. If you receive the Licensed Work in original or
40
+ modified form from a third party, the terms and conditions set forth in this
41
+ License apply to your use of that work.
42
+
43
+ Any use of the Licensed Work in violation of this License will automatically
44
+ terminate your rights under this License for the current and all other
45
+ versions of the Licensed Work.
46
+
47
+ This License does not grant you any right in any trademark or logo of
48
+ Licensor or its affiliates (provided that you may use a trademark or logo of
49
+ Licensor as expressly required by this License).
50
+
51
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
52
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
53
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
54
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
55
+ TITLE.
56
+
57
+ ---
58
+
59
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
60
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
61
+
62
+ ADDITIONAL TERMS:
63
+
64
+ Documentation (builder/packages/website/docs/) is licensed under CC BY 4.0.
65
+
66
+ TRADEMARKS:
67
+
68
+ "Orbital", "KFlow", "Almadar", and the Almadar logo are trademarks of
69
+ Almadar FZE. You may not use these trademarks without prior written
70
+ permission from Almadar FZE.
71
+
72
+ For licensing inquiries: licensing@almadar.io
@@ -0,0 +1,25 @@
1
+ # @almadar/shell
2
+
3
+ > Minimal full-stack shell template for Almadar applications
4
+
5
+ Part of the [Almadar](https://github.com/almadar-io/almadar) platform.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install @almadar/shell
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```typescript
16
+ import { /* ... */ } from '@almadar/shell';
17
+ ```
18
+
19
+ ## API
20
+
21
+ <!-- Document public exports here -->
22
+
23
+ ## License
24
+
25
+ BSL 1.1 (Business Source License). Converts to Apache 2.0 on 2030-02-01. Non-production use is free.
@@ -0,0 +1,120 @@
1
+ {
2
+ "$meta": { "locale": "en", "direction": "ltr" },
3
+
4
+ "common.save": "Save",
5
+ "common.cancel": "Cancel",
6
+ "common.delete": "Delete",
7
+ "common.close": "Close",
8
+ "common.confirm": "Are you sure?",
9
+ "common.create": "Create",
10
+ "common.edit": "Edit",
11
+ "common.view": "View",
12
+ "common.add": "Add",
13
+ "common.remove": "Remove",
14
+ "common.search": "Search...",
15
+ "common.filter": "Filter",
16
+ "common.actions": "Actions",
17
+ "common.yes": "Yes",
18
+ "common.no": "No",
19
+ "common.ok": "OK",
20
+ "common.done": "Done",
21
+ "common.apply": "Apply",
22
+ "common.reset": "Reset",
23
+ "common.refresh": "Refresh",
24
+ "common.export": "Export",
25
+ "common.import": "Import",
26
+ "common.copy": "Copy",
27
+ "common.settings": "Settings",
28
+
29
+ "nav.previous": "Previous",
30
+ "nav.next": "Next",
31
+ "nav.back": "Back",
32
+ "nav.home": "Home",
33
+
34
+ "form.submit": "Submit",
35
+ "form.saving": "Saving...",
36
+ "form.required": "This field is required",
37
+ "form.invalidEmail": "Enter a valid email address",
38
+ "form.selectPlaceholder": "Select {{label}}...",
39
+ "form.searchPlaceholder": "Search {{entity}}...",
40
+
41
+ "table.empty.title": "No items found",
42
+ "table.empty.description": "No items to display.",
43
+ "table.search.placeholder": "Search...",
44
+ "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
45
+ "table.pagination.page": "Page {{page}} of {{totalPages}}",
46
+ "table.bulk.selected": "{{count}} selected",
47
+ "table.loading": "Loading...",
48
+
49
+ "status.loading": "Loading...",
50
+ "status.scheduled": "Scheduled",
51
+ "status.inProgress": "In Progress",
52
+ "status.completed": "Completed",
53
+ "status.cancelled": "Cancelled",
54
+ "status.pending": "Pending",
55
+ "status.active": "Active",
56
+ "status.inactive": "Inactive",
57
+ "status.draft": "Draft",
58
+ "status.archived": "Archived",
59
+
60
+ "error.generic": "Something went wrong",
61
+ "error.retry": "Try again",
62
+ "error.notFound": "Not found",
63
+ "error.loadFailed": "Failed to load: {{message}}",
64
+ "error.configMissing": "Configuration not found for: {{id}}",
65
+
66
+ "common.loading": "Loading...",
67
+ "common.showMore": "Show More",
68
+ "common.showLess": "Show Less",
69
+ "common.noResults": "No results found",
70
+ "common.saveChanges": "Save Changes",
71
+ "common.retry": "Retry",
72
+ "common.open": "Open",
73
+ "common.back": "Back",
74
+
75
+ "empty.noItems": "No items",
76
+ "empty.noData": "No data available",
77
+ "empty.noItemsYet": "No items yet",
78
+ "empty.noItemsAdded": "No items added yet",
79
+ "empty.noOptionsFound": "No options found",
80
+
81
+ "list.addItemPlaceholder": "Add new item...",
82
+
83
+ "error.occurred": "An error occurred",
84
+ "error.failedToLoad": "Failed to load data",
85
+
86
+ "wizard.back": "Back",
87
+ "wizard.next": "Next",
88
+ "wizard.complete": "Complete",
89
+ "wizard.stepOf": "Step {{current}} of {{total}}",
90
+
91
+ "pagination.previous": "Previous",
92
+ "pagination.next": "Next",
93
+ "pagination.total": "Total:",
94
+ "pagination.show": "Show:",
95
+ "pagination.goTo": "Go to:",
96
+ "pagination.go": "Go",
97
+
98
+ "auth.signIn": "Sign in",
99
+ "auth.signOut": "Sign out",
100
+
101
+ "dialog.confirm": "Confirm",
102
+ "dialog.cancel": "Cancel",
103
+ "dialog.loading": "Loading...",
104
+ "dialog.delete.title": "Delete {{item}}?",
105
+ "dialog.delete.message": "This action cannot be undone.",
106
+
107
+ "trait.availableActions": "Available Actions",
108
+ "trait.transitions": "Transitions",
109
+ "trait.availableNow": "Available now",
110
+
111
+ "book.startReading": "Start Reading",
112
+ "book.tableOfContents": "Table of Contents",
113
+ "book.partNumber": "Part {{number}}",
114
+ "book.print": "Print",
115
+ "book.previousPage": "Previous page",
116
+ "book.nextPage": "Next page",
117
+
118
+ "quiz.showAnswer": "Show answer",
119
+ "quiz.hideAnswer": "Hide answer"
120
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@almadar/shell-hono",
3
+ "version": "0.1.2",
4
+ "private": true,
5
+ "description": "Minimal full-stack shell template for Almadar applications (Hono server)",
6
+ "workspaces": [
7
+ "packages/*"
8
+ ],
9
+ "scripts": {
10
+ "dev": "concurrently -n client,server -c blue,green \"bun --filter @app/client dev\" \"bun --filter @app/server dev\"",
11
+ "build": "bun run --filter @app/shared build && bun run --filter @app/client build && bun run --filter @app/server build",
12
+ "serve": "bun run packages/server/src/serve.ts",
13
+ "typecheck": "turbo run typecheck",
14
+ "lint": "turbo run lint",
15
+ "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .githooks || true"
16
+ },
17
+ "devDependencies": {
18
+ "concurrently": "^9.2.1",
19
+ "turbo": "^2.8.17"
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/almadar-io/almadar-shell-hono.git"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ }
31
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ const tsParser = require("@typescript-eslint/parser");
3
+ const almadarPlugin = require("@almadar/eslint-plugin");
4
+
5
+ module.exports = [
6
+ { ignores: ["dist/**", "node_modules/**", "**/*.test.ts", "**/*.test.tsx"] },
7
+ {
8
+ files: ["src/**/*.ts", "src/**/*.tsx"],
9
+ languageOptions: {
10
+ parser: tsParser,
11
+ parserOptions: {
12
+ ecmaFeatures: { jsx: true },
13
+ ecmaVersion: "latest",
14
+ sourceType: "module",
15
+ },
16
+ },
17
+ plugins: { almadar: almadarPlugin },
18
+ rules: {
19
+ "almadar/no-as-any": "error",
20
+ "almadar/no-import-generated": "error",
21
+ },
22
+ },
23
+ ];
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Almadar App</title>
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+ <script type="module" src="/src/main.tsx"></script>
12
+ </body>
13
+ </html>