@pikku/cli 0.12.39 → 0.12.41

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 (209) hide show
  1. package/console-app/assets/{index-Dxl3JsMK.js → index-D9Z9rySK.js} +2 -2
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +3 -3
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.d.ts +6 -6
  7. package/dist/.pikku/cli/pikku-cli-channel.js +16 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +47 -0
  12. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  14. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  15. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  16. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  17. package/dist/.pikku/function/pikku-function-types.gen.d.ts +2 -2
  18. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  19. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  20. package/dist/.pikku/function/pikku-functions-meta.gen.json +229 -178
  21. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  23. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  27. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  28. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  29. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  31. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  33. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  34. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  41. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +5 -2
  43. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  45. package/dist/.pikku/schemas/register.gen.js +13 -9
  46. package/dist/.pikku/schemas/schemas/LogoutInput.schema.json +1 -0
  47. package/dist/.pikku/schemas/schemas/WhoamiInput.schema.json +1 -0
  48. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  49. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  50. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  51. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  52. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  53. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  54. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  55. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  56. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  57. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  61. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  62. package/dist/bin/pikku-bin.mjs +2 -2
  63. package/dist/src/cli.wiring.js +45 -0
  64. package/dist/src/deploy/build-pipeline.d.ts +1 -0
  65. package/dist/src/deploy/build-pipeline.js +1 -1
  66. package/dist/src/fabric/fabric-commands.d.ts +63 -63
  67. package/dist/src/fabric/functions/db-schema.function.d.ts +3 -3
  68. package/dist/src/fabric/functions/deploy-list.function.d.ts +3 -3
  69. package/dist/src/fabric/functions/deploy-units.function.d.ts +3 -3
  70. package/dist/src/fabric/functions/deploy.function.d.ts +6 -6
  71. package/dist/src/fabric/functions/domains-add.function.d.ts +3 -3
  72. package/dist/src/fabric/functions/domains-list.function.d.ts +3 -3
  73. package/dist/src/fabric/functions/domains-remove.function.d.ts +3 -3
  74. package/dist/src/fabric/functions/errors.function.d.ts +3 -3
  75. package/dist/src/fabric/functions/init.function.d.ts +3 -3
  76. package/dist/src/fabric/functions/link.function.d.ts +3 -3
  77. package/dist/src/fabric/functions/llm-key.function.d.ts +3 -3
  78. package/dist/src/fabric/functions/login.function.d.ts +3 -3
  79. package/dist/src/fabric/functions/logs.function.d.ts +3 -3
  80. package/dist/src/fabric/functions/metrics.function.d.ts +3 -3
  81. package/dist/src/fabric/functions/rollback.function.d.ts +3 -3
  82. package/dist/src/fabric/functions/secrets-list.function.d.ts +3 -3
  83. package/dist/src/fabric/functions/secrets-set.function.d.ts +3 -3
  84. package/dist/src/fabric/functions/status.function.d.ts +3 -3
  85. package/dist/src/fabric/functions/trace.function.d.ts +3 -3
  86. package/dist/src/fabric/functions/validate-core.js +2 -7
  87. package/dist/src/fabric/functions/validate.function.d.ts +3 -3
  88. package/dist/src/fabric/functions/validate.function.js +16 -14
  89. package/dist/src/functions/commands/all.d.ts +1 -1
  90. package/dist/src/functions/commands/binary.d.ts +3 -3
  91. package/dist/src/functions/commands/bootstrap.d.ts +1 -1
  92. package/dist/src/functions/commands/console.d.ts +3 -3
  93. package/dist/src/functions/commands/db-audit.d.ts +1 -1
  94. package/dist/src/functions/commands/db-generate.d.ts +1 -1
  95. package/dist/src/functions/commands/db-generate.js +0 -3
  96. package/dist/src/functions/commands/db-migrate.d.ts +1 -1
  97. package/dist/src/functions/commands/db-reset.d.ts +1 -1
  98. package/dist/src/functions/commands/db-reset.js +11 -7
  99. package/dist/src/functions/commands/db-seed.d.ts +1 -1
  100. package/dist/src/functions/commands/db-seed.js +4 -7
  101. package/dist/src/functions/commands/db-shared.js +2 -4
  102. package/dist/src/functions/commands/deploy-apply.d.ts +3 -3
  103. package/dist/src/functions/commands/deploy-apply.js +1 -0
  104. package/dist/src/functions/commands/deploy-info.d.ts +1 -1
  105. package/dist/src/functions/commands/deploy-plan.d.ts +3 -3
  106. package/dist/src/functions/commands/deploy-plan.js +1 -0
  107. package/dist/src/functions/commands/dev.d.ts +3 -3
  108. package/dist/src/functions/commands/dev.js +1 -1
  109. package/dist/src/functions/commands/emails-init.d.ts +1 -1
  110. package/dist/src/functions/commands/enable.d.ts +5 -5
  111. package/dist/src/functions/commands/info.d.ts +4 -4
  112. package/dist/src/functions/commands/login.d.ts +37 -0
  113. package/dist/src/functions/commands/login.js +85 -0
  114. package/dist/src/functions/commands/meta.d.ts +31 -31
  115. package/dist/src/functions/commands/new-addon.d.ts +3 -3
  116. package/dist/src/functions/commands/new-function.d.ts +3 -3
  117. package/dist/src/functions/commands/new-middleware.d.ts +3 -3
  118. package/dist/src/functions/commands/new-permission.d.ts +3 -3
  119. package/dist/src/functions/commands/new-wiring.d.ts +3 -3
  120. package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +1 -1
  121. package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -1
  122. package/dist/src/functions/commands/skills.d.ts +6 -6
  123. package/dist/src/functions/commands/tests-coverage.d.ts +3 -3
  124. package/dist/src/functions/commands/tests-init.d.ts +3 -3
  125. package/dist/src/functions/commands/versions-check.d.ts +1 -1
  126. package/dist/src/functions/commands/versions-init.d.ts +3 -3
  127. package/dist/src/functions/commands/versions-update.d.ts +1 -1
  128. package/dist/src/functions/commands/watch.d.ts +3 -3
  129. package/dist/src/functions/commands/workspace-validate.d.ts +3 -3
  130. package/dist/src/functions/db/local-db.d.ts +9 -5
  131. package/dist/src/functions/db/local-db.js +275 -107
  132. package/dist/src/functions/db/postgres/pglite-kysely.d.ts +8 -0
  133. package/dist/src/functions/db/postgres/pglite-kysely.js +79 -0
  134. package/dist/src/functions/db/postgres/postgres-introspector.d.ts +1 -0
  135. package/dist/src/functions/db/postgres/postgres-introspector.js +6 -1
  136. package/dist/src/functions/db/postgres/postgres-migrator.d.ts +7 -2
  137. package/dist/src/functions/db/postgres/postgres-migrator.js +6 -1
  138. package/dist/src/functions/runtimes/fetch/index.d.ts +1 -1
  139. package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
  140. package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.d.ts +1 -1
  141. package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -1
  142. package/dist/src/functions/validate/workspace-validate.js +4 -4
  143. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -1
  144. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -1
  145. package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -1
  146. package/dist/src/functions/wirings/auth/pikku-command-auth.d.ts +1 -1
  147. package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
  148. package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
  149. package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
  150. package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
  151. package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
  152. package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
  153. package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
  154. package/dist/src/functions/wirings/cli/serialize-channel-cli-client.js +38 -7
  155. package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -1
  156. package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -1
  157. package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -1
  158. package/dist/src/functions/wirings/credentials/pikku-command-credentials.d.ts +1 -1
  159. package/dist/src/functions/wirings/emails/pikku-command-emails.d.ts +1 -1
  160. package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +1 -1
  161. package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +3 -3
  162. package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +3 -3
  163. package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
  164. package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
  165. package/dist/src/functions/wirings/functions/schemas.d.ts +1 -1
  166. package/dist/src/functions/wirings/gateway/pikku-command-gateway.d.ts +1 -1
  167. package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
  168. package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
  169. package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
  170. package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
  171. package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
  172. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
  173. package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
  174. package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
  175. package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
  176. package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -2
  177. package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
  178. package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
  179. package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
  180. package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
  181. package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
  182. package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
  183. package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
  184. package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
  185. package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.d.ts +1 -1
  186. package/dist/src/functions/wirings/realtime/pikku-command-realtime.d.ts +1 -1
  187. package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
  188. package/dist/src/functions/wirings/rpc/pikku-command-react-query.d.ts +1 -1
  189. package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
  190. package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
  191. package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
  192. package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
  193. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
  194. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
  195. package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -1
  196. package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +3 -3
  197. package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -1
  198. package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -1
  199. package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.d.ts +1 -1
  200. package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
  201. package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
  202. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  203. package/dist/src/utils/cli-session.d.ts +40 -0
  204. package/dist/src/utils/cli-session.js +73 -0
  205. package/dist/src/utils/device-auth.d.ts +28 -0
  206. package/dist/src/utils/device-auth.js +111 -0
  207. package/dist/tsconfig.tsbuildinfo +1 -1
  208. package/package.json +4 -3
  209. package/skills/pikku-machine-auth/SKILL.md +177 -0
@@ -223,6 +223,57 @@
223
223
  "inputHash": "9c00f5ad",
224
224
  "outputHash": "29f7efa2"
225
225
  },
226
+ "login": {
227
+ "pikkuFuncId": "login",
228
+ "functionType": "user",
229
+ "funcWrapper": "pikkuSessionlessFunc",
230
+ "sessionless": true,
231
+ "name": "login",
232
+ "inputSchemaName": "LoginOptions",
233
+ "outputSchemaName": null,
234
+ "inputs": [
235
+ "LoginOptions"
236
+ ],
237
+ "outputs": [],
238
+ "implementationHash": "4d42bf662741d7b4",
239
+ "contractHash": "60b82d30626e114d",
240
+ "inputHash": "bfcaf77f",
241
+ "outputHash": "e0e907e1"
242
+ },
243
+ "logout": {
244
+ "pikkuFuncId": "logout",
245
+ "functionType": "user",
246
+ "funcWrapper": "pikkuSessionlessFunc",
247
+ "sessionless": true,
248
+ "name": "logout",
249
+ "inputSchemaName": "LogoutInput",
250
+ "outputSchemaName": null,
251
+ "inputs": [
252
+ "LogoutInput"
253
+ ],
254
+ "outputs": [],
255
+ "implementationHash": "71273e68294d32da",
256
+ "contractHash": "d2eb90eb133912a6",
257
+ "inputHash": "6841cdbf",
258
+ "outputHash": "d2b5ac7f"
259
+ },
260
+ "whoami": {
261
+ "pikkuFuncId": "whoami",
262
+ "functionType": "user",
263
+ "funcWrapper": "pikkuSessionlessFunc",
264
+ "sessionless": true,
265
+ "name": "whoami",
266
+ "inputSchemaName": "WhoamiInput",
267
+ "outputSchemaName": null,
268
+ "inputs": [
269
+ "WhoamiInput"
270
+ ],
271
+ "outputs": [],
272
+ "implementationHash": "de9ca45451063556",
273
+ "contractHash": "95aaaaf5ef1f6866",
274
+ "inputHash": "42f90201",
275
+ "outputHash": "e909dc4c"
276
+ },
226
277
  "pikkuEmailsInit": {
227
278
  "pikkuFuncId": "pikkuEmailsInit",
228
279
  "functionType": "user",
@@ -867,7 +918,7 @@
867
918
  ],
868
919
  "outputs": [],
869
920
  "remote": true,
870
- "implementationHash": "676ef8f5b6caf261"
921
+ "implementationHash": "81ab3af73a66d527"
871
922
  },
872
923
  "dbMigrate": {
873
924
  "pikkuFuncId": "dbMigrate",
@@ -897,7 +948,7 @@
897
948
  ],
898
949
  "outputs": [],
899
950
  "remote": true,
900
- "implementationHash": "0cd6cc1befe679f8"
951
+ "implementationHash": "eccad4165faeb4f8"
901
952
  },
902
953
  "dbSeed": {
903
954
  "pikkuFuncId": "dbSeed",
@@ -912,7 +963,7 @@
912
963
  ],
913
964
  "outputs": [],
914
965
  "remote": true,
915
- "implementationHash": "527668fa71ed00fa"
966
+ "implementationHash": "499de12d6a0f1b54"
916
967
  },
917
968
  "dbReset": {
918
969
  "pikkuFuncId": "dbReset",
@@ -927,7 +978,7 @@
927
978
  ],
928
979
  "outputs": [],
929
980
  "remote": true,
930
- "implementationHash": "79bfef2b1bf7f9ee"
981
+ "implementationHash": "46e9b31db2392d43"
931
982
  },
932
983
  "dbAudit": {
933
984
  "pikkuFuncId": "dbAudit",
@@ -1255,7 +1306,7 @@
1255
1306
  "DeployApplyInput"
1256
1307
  ],
1257
1308
  "outputs": [],
1258
- "implementationHash": "3f84a66c5cb58d1f",
1309
+ "implementationHash": "50671e012a7aea43",
1259
1310
  "contractHash": "1521cbbb903c3e88",
1260
1311
  "inputHash": "100a6ab2",
1261
1312
  "outputHash": "2b614932"
@@ -1272,7 +1323,7 @@
1272
1323
  "DeployPlanInput"
1273
1324
  ],
1274
1325
  "outputs": [],
1275
- "implementationHash": "71493ca0d0ca6e69",
1326
+ "implementationHash": "d611cfc284412ef8",
1276
1327
  "contractHash": "f43ca97588d7e481",
1277
1328
  "inputHash": "2c0c944d",
1278
1329
  "outputHash": "e6e7d2ab"
@@ -1664,6 +1715,21 @@
1664
1715
  "remote": true,
1665
1716
  "implementationHash": "105018a823bdb551"
1666
1717
  },
1718
+ "pikkuSummary": {
1719
+ "pikkuFuncId": "pikkuSummary",
1720
+ "functionType": "user",
1721
+ "funcWrapper": "pikkuSessionlessFunc",
1722
+ "sessionless": true,
1723
+ "name": "pikkuSummary",
1724
+ "inputSchemaName": null,
1725
+ "outputSchemaName": null,
1726
+ "inputs": [],
1727
+ "outputs": [],
1728
+ "implementationHash": "b5d52282b44d2bea",
1729
+ "contractHash": "3758fc656b51f1c3",
1730
+ "inputHash": "914f8a46",
1731
+ "outputHash": "dc82a9b9"
1732
+ },
1667
1733
  "allWorkflow": {
1668
1734
  "pikkuFuncId": "allWorkflow",
1669
1735
  "functionType": "user",
@@ -1679,20 +1745,75 @@
1679
1745
  "inputHash": "d5ff2f31",
1680
1746
  "outputHash": "391c291d"
1681
1747
  },
1682
- "pikkuSummary": {
1683
- "pikkuFuncId": "pikkuSummary",
1748
+ "pikkuAIAgentTypes": {
1749
+ "pikkuFuncId": "pikkuAIAgentTypes",
1684
1750
  "functionType": "user",
1685
1751
  "funcWrapper": "pikkuSessionlessFunc",
1686
1752
  "sessionless": true,
1687
- "name": "pikkuSummary",
1753
+ "name": "pikkuAIAgentTypes",
1688
1754
  "inputSchemaName": null,
1689
1755
  "outputSchemaName": null,
1690
1756
  "inputs": [],
1691
1757
  "outputs": [],
1692
- "implementationHash": "b5d52282b44d2bea",
1693
- "contractHash": "3758fc656b51f1c3",
1694
- "inputHash": "914f8a46",
1695
- "outputHash": "dc82a9b9"
1758
+ "implementationHash": "6f1bde64f9087bc2",
1759
+ "middleware": [
1760
+ {
1761
+ "type": "wire",
1762
+ "name": "logCommandInfoAndTime",
1763
+ "inline": false
1764
+ }
1765
+ ],
1766
+ "contractHash": "dc29d66d6b6f5857",
1767
+ "inputHash": "800b5ca6",
1768
+ "outputHash": "e85c3332"
1769
+ },
1770
+ "pikkuAIAgent": {
1771
+ "pikkuFuncId": "pikkuAIAgent",
1772
+ "functionType": "user",
1773
+ "funcWrapper": "pikkuSessionlessFunc",
1774
+ "sessionless": true,
1775
+ "name": "pikkuAIAgent",
1776
+ "inputSchemaName": null,
1777
+ "outputSchemaName": "PikkuAIAgentOutput",
1778
+ "inputs": [],
1779
+ "outputs": [
1780
+ "PikkuAIAgentOutput"
1781
+ ],
1782
+ "implementationHash": "353ac854edebcf28",
1783
+ "middleware": [
1784
+ {
1785
+ "type": "wire",
1786
+ "name": "logCommandInfoAndTime",
1787
+ "inline": false
1788
+ }
1789
+ ],
1790
+ "contractHash": "973fe2f539bdca04",
1791
+ "inputHash": "e61af48f",
1792
+ "outputHash": "11db78f5"
1793
+ },
1794
+ "pikkuPublicAgent": {
1795
+ "pikkuFuncId": "pikkuPublicAgent",
1796
+ "functionType": "user",
1797
+ "funcWrapper": "pikkuSessionlessFunc",
1798
+ "sessionless": true,
1799
+ "name": "pikkuPublicAgent",
1800
+ "inputSchemaName": null,
1801
+ "outputSchemaName": "PikkuPublicAgentOutput",
1802
+ "inputs": [],
1803
+ "outputs": [
1804
+ "PikkuPublicAgentOutput"
1805
+ ],
1806
+ "implementationHash": "ac31dd42a7c619e9",
1807
+ "middleware": [
1808
+ {
1809
+ "type": "wire",
1810
+ "name": "logCommandInfoAndTime",
1811
+ "inline": false
1812
+ }
1813
+ ],
1814
+ "contractHash": "076457b475dee94e",
1815
+ "inputHash": "c0a04edb",
1816
+ "outputHash": "aca3832e"
1696
1817
  },
1697
1818
  "pikkuChannels": {
1698
1819
  "pikkuFuncId": "pikkuChannels",
@@ -1784,65 +1905,17 @@
1784
1905
  "inputHash": "5d1524e3",
1785
1906
  "outputHash": "048ccd50"
1786
1907
  },
1787
- "pikkuAIAgentTypes": {
1788
- "pikkuFuncId": "pikkuAIAgentTypes",
1908
+ "pikkuAuth": {
1909
+ "pikkuFuncId": "pikkuAuth",
1789
1910
  "functionType": "user",
1790
1911
  "funcWrapper": "pikkuSessionlessFunc",
1791
1912
  "sessionless": true,
1792
- "name": "pikkuAIAgentTypes",
1913
+ "name": "pikkuAuth",
1793
1914
  "inputSchemaName": null,
1794
1915
  "outputSchemaName": null,
1795
1916
  "inputs": [],
1796
1917
  "outputs": [],
1797
- "implementationHash": "6f1bde64f9087bc2",
1798
- "middleware": [
1799
- {
1800
- "type": "wire",
1801
- "name": "logCommandInfoAndTime",
1802
- "inline": false
1803
- }
1804
- ],
1805
- "contractHash": "dc29d66d6b6f5857",
1806
- "inputHash": "800b5ca6",
1807
- "outputHash": "e85c3332"
1808
- },
1809
- "pikkuAIAgent": {
1810
- "pikkuFuncId": "pikkuAIAgent",
1811
- "functionType": "user",
1812
- "funcWrapper": "pikkuSessionlessFunc",
1813
- "sessionless": true,
1814
- "name": "pikkuAIAgent",
1815
- "inputSchemaName": null,
1816
- "outputSchemaName": "PikkuAIAgentOutput",
1817
- "inputs": [],
1818
- "outputs": [
1819
- "PikkuAIAgentOutput"
1820
- ],
1821
- "implementationHash": "353ac854edebcf28",
1822
- "middleware": [
1823
- {
1824
- "type": "wire",
1825
- "name": "logCommandInfoAndTime",
1826
- "inline": false
1827
- }
1828
- ],
1829
- "contractHash": "973fe2f539bdca04",
1830
- "inputHash": "e61af48f",
1831
- "outputHash": "11db78f5"
1832
- },
1833
- "pikkuPublicAgent": {
1834
- "pikkuFuncId": "pikkuPublicAgent",
1835
- "functionType": "user",
1836
- "funcWrapper": "pikkuSessionlessFunc",
1837
- "sessionless": true,
1838
- "name": "pikkuPublicAgent",
1839
- "inputSchemaName": null,
1840
- "outputSchemaName": "PikkuPublicAgentOutput",
1841
- "inputs": [],
1842
- "outputs": [
1843
- "PikkuPublicAgentOutput"
1844
- ],
1845
- "implementationHash": "ac31dd42a7c619e9",
1918
+ "implementationHash": "f8a2af6b34ab525f",
1846
1919
  "middleware": [
1847
1920
  {
1848
1921
  "type": "wire",
@@ -1850,9 +1923,9 @@
1850
1923
  "inline": false
1851
1924
  }
1852
1925
  ],
1853
- "contractHash": "076457b475dee94e",
1854
- "inputHash": "c0a04edb",
1855
- "outputHash": "aca3832e"
1926
+ "contractHash": "9fa89ecfb6307a51",
1927
+ "inputHash": "c3580f86",
1928
+ "outputHash": "f5261f72"
1856
1929
  },
1857
1930
  "pikkuCLIEntry": {
1858
1931
  "pikkuFuncId": "pikkuCLIEntry",
@@ -1994,28 +2067,6 @@
1994
2067
  "inputHash": "b98cb2ee",
1995
2068
  "outputHash": "9e33f562"
1996
2069
  },
1997
- "pikkuAuth": {
1998
- "pikkuFuncId": "pikkuAuth",
1999
- "functionType": "user",
2000
- "funcWrapper": "pikkuSessionlessFunc",
2001
- "sessionless": true,
2002
- "name": "pikkuAuth",
2003
- "inputSchemaName": null,
2004
- "outputSchemaName": null,
2005
- "inputs": [],
2006
- "outputs": [],
2007
- "implementationHash": "f8a2af6b34ab525f",
2008
- "middleware": [
2009
- {
2010
- "type": "wire",
2011
- "name": "logCommandInfoAndTime",
2012
- "inline": false
2013
- }
2014
- ],
2015
- "contractHash": "9fa89ecfb6307a51",
2016
- "inputHash": "c3580f86",
2017
- "outputHash": "f5261f72"
2018
- },
2019
2070
  "pikkuFunctionTypesSplit": {
2020
2071
  "pikkuFuncId": "pikkuFunctionTypesSplit",
2021
2072
  "functionType": "user",
@@ -2110,6 +2161,30 @@
2110
2161
  "inputHash": "a3e730d9",
2111
2162
  "outputHash": "e0b61e49"
2112
2163
  },
2164
+ "pikkuGateway": {
2165
+ "pikkuFuncId": "pikkuGateway",
2166
+ "functionType": "user",
2167
+ "funcWrapper": "pikkuSessionlessFunc",
2168
+ "sessionless": true,
2169
+ "name": "pikkuGateway",
2170
+ "inputSchemaName": null,
2171
+ "outputSchemaName": "PikkuGatewayOutput",
2172
+ "inputs": [],
2173
+ "outputs": [
2174
+ "PikkuGatewayOutput"
2175
+ ],
2176
+ "implementationHash": "cc85ec16d890311e",
2177
+ "middleware": [
2178
+ {
2179
+ "type": "wire",
2180
+ "name": "logCommandInfoAndTime",
2181
+ "inline": false
2182
+ }
2183
+ ],
2184
+ "contractHash": "8c9fc7c18aeb2212",
2185
+ "inputHash": "a5477eae",
2186
+ "outputHash": "b5ea8b47"
2187
+ },
2113
2188
  "pikkuHTTPMap": {
2114
2189
  "pikkuFuncId": "pikkuHTTPMap",
2115
2190
  "functionType": "user",
@@ -2362,19 +2437,19 @@
2362
2437
  "inputHash": "6c4c903c",
2363
2438
  "outputHash": "5ceae041"
2364
2439
  },
2365
- "pikkuGateway": {
2366
- "pikkuFuncId": "pikkuGateway",
2440
+ "pikkuPermissions": {
2441
+ "pikkuFuncId": "pikkuPermissions",
2367
2442
  "functionType": "user",
2368
2443
  "funcWrapper": "pikkuSessionlessFunc",
2369
2444
  "sessionless": true,
2370
- "name": "pikkuGateway",
2445
+ "name": "pikkuPermissions",
2371
2446
  "inputSchemaName": null,
2372
- "outputSchemaName": "PikkuGatewayOutput",
2447
+ "outputSchemaName": "PikkuPermissionsOutput",
2373
2448
  "inputs": [],
2374
2449
  "outputs": [
2375
- "PikkuGatewayOutput"
2450
+ "PikkuPermissionsOutput"
2376
2451
  ],
2377
- "implementationHash": "cc85ec16d890311e",
2452
+ "implementationHash": "010fc7dc667e544e",
2378
2453
  "middleware": [
2379
2454
  {
2380
2455
  "type": "wire",
@@ -2382,23 +2457,23 @@
2382
2457
  "inline": false
2383
2458
  }
2384
2459
  ],
2385
- "contractHash": "8c9fc7c18aeb2212",
2386
- "inputHash": "a5477eae",
2387
- "outputHash": "b5ea8b47"
2460
+ "contractHash": "16abe2f5a83ea75d",
2461
+ "inputHash": "d7b18af5",
2462
+ "outputHash": "09d7f16a"
2388
2463
  },
2389
- "pikkuPermissions": {
2390
- "pikkuFuncId": "pikkuPermissions",
2464
+ "pikkuEventsScaffold": {
2465
+ "pikkuFuncId": "pikkuEventsScaffold",
2391
2466
  "functionType": "user",
2392
2467
  "funcWrapper": "pikkuSessionlessFunc",
2393
2468
  "sessionless": true,
2394
- "name": "pikkuPermissions",
2469
+ "name": "pikkuEventsScaffold",
2395
2470
  "inputSchemaName": null,
2396
- "outputSchemaName": "PikkuPermissionsOutput",
2471
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2397
2472
  "inputs": [],
2398
2473
  "outputs": [
2399
- "PikkuPermissionsOutput"
2474
+ "PikkuEventsScaffoldOutput"
2400
2475
  ],
2401
- "implementationHash": "010fc7dc667e544e",
2476
+ "implementationHash": "4a998c5d2ef1753b",
2402
2477
  "middleware": [
2403
2478
  {
2404
2479
  "type": "wire",
@@ -2406,9 +2481,9 @@
2406
2481
  "inline": false
2407
2482
  }
2408
2483
  ],
2409
- "contractHash": "16abe2f5a83ea75d",
2410
- "inputHash": "d7b18af5",
2411
- "outputHash": "09d7f16a"
2484
+ "contractHash": "59fdeb7aa338289b",
2485
+ "inputHash": "0e752243",
2486
+ "outputHash": "486a58ef"
2412
2487
  },
2413
2488
  "pikkuCommandQueueMap": {
2414
2489
  "pikkuFuncId": "pikkuCommandQueueMap",
@@ -2524,76 +2599,6 @@
2524
2599
  "inputHash": "d0d42371",
2525
2600
  "outputHash": "94c5f21c"
2526
2601
  },
2527
- "pikkuEventsScaffold": {
2528
- "pikkuFuncId": "pikkuEventsScaffold",
2529
- "functionType": "user",
2530
- "funcWrapper": "pikkuSessionlessFunc",
2531
- "sessionless": true,
2532
- "name": "pikkuEventsScaffold",
2533
- "inputSchemaName": null,
2534
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2535
- "inputs": [],
2536
- "outputs": [
2537
- "PikkuEventsScaffoldOutput"
2538
- ],
2539
- "implementationHash": "4a998c5d2ef1753b",
2540
- "middleware": [
2541
- {
2542
- "type": "wire",
2543
- "name": "logCommandInfoAndTime",
2544
- "inline": false
2545
- }
2546
- ],
2547
- "contractHash": "59fdeb7aa338289b",
2548
- "inputHash": "0e752243",
2549
- "outputHash": "486a58ef"
2550
- },
2551
- "pikkuSchedulerTypes": {
2552
- "pikkuFuncId": "pikkuSchedulerTypes",
2553
- "functionType": "user",
2554
- "funcWrapper": "pikkuSessionlessFunc",
2555
- "sessionless": true,
2556
- "name": "pikkuSchedulerTypes",
2557
- "inputSchemaName": null,
2558
- "outputSchemaName": null,
2559
- "inputs": [],
2560
- "outputs": [],
2561
- "implementationHash": "ca3f707d96566f5c",
2562
- "middleware": [
2563
- {
2564
- "type": "wire",
2565
- "name": "logCommandInfoAndTime",
2566
- "inline": false
2567
- }
2568
- ],
2569
- "contractHash": "562f598e335cbbf8",
2570
- "inputHash": "5cb0bd41",
2571
- "outputHash": "4108ab7a"
2572
- },
2573
- "pikkuScheduler": {
2574
- "pikkuFuncId": "pikkuScheduler",
2575
- "functionType": "user",
2576
- "funcWrapper": "pikkuSessionlessFunc",
2577
- "sessionless": true,
2578
- "name": "pikkuScheduler",
2579
- "inputSchemaName": null,
2580
- "outputSchemaName": "PikkuSchedulerOutput",
2581
- "inputs": [],
2582
- "outputs": [
2583
- "PikkuSchedulerOutput"
2584
- ],
2585
- "implementationHash": "e78409e71cedf438",
2586
- "middleware": [
2587
- {
2588
- "type": "wire",
2589
- "name": "logCommandInfoAndTime",
2590
- "inline": false
2591
- }
2592
- ],
2593
- "contractHash": "064923ed2e031573",
2594
- "inputHash": "dda1c6aa",
2595
- "outputHash": "1f0f0345"
2596
- },
2597
2602
  "pikkuPublicRPC": {
2598
2603
  "pikkuFuncId": "pikkuPublicRPC",
2599
2604
  "functionType": "user",
@@ -2710,6 +2715,52 @@
2710
2715
  "inputHash": "835d9763",
2711
2716
  "outputHash": "b9430fb9"
2712
2717
  },
2718
+ "pikkuSchedulerTypes": {
2719
+ "pikkuFuncId": "pikkuSchedulerTypes",
2720
+ "functionType": "user",
2721
+ "funcWrapper": "pikkuSessionlessFunc",
2722
+ "sessionless": true,
2723
+ "name": "pikkuSchedulerTypes",
2724
+ "inputSchemaName": null,
2725
+ "outputSchemaName": null,
2726
+ "inputs": [],
2727
+ "outputs": [],
2728
+ "implementationHash": "ca3f707d96566f5c",
2729
+ "middleware": [
2730
+ {
2731
+ "type": "wire",
2732
+ "name": "logCommandInfoAndTime",
2733
+ "inline": false
2734
+ }
2735
+ ],
2736
+ "contractHash": "562f598e335cbbf8",
2737
+ "inputHash": "5cb0bd41",
2738
+ "outputHash": "4108ab7a"
2739
+ },
2740
+ "pikkuScheduler": {
2741
+ "pikkuFuncId": "pikkuScheduler",
2742
+ "functionType": "user",
2743
+ "funcWrapper": "pikkuSessionlessFunc",
2744
+ "sessionless": true,
2745
+ "name": "pikkuScheduler",
2746
+ "inputSchemaName": null,
2747
+ "outputSchemaName": "PikkuSchedulerOutput",
2748
+ "inputs": [],
2749
+ "outputs": [
2750
+ "PikkuSchedulerOutput"
2751
+ ],
2752
+ "implementationHash": "e78409e71cedf438",
2753
+ "middleware": [
2754
+ {
2755
+ "type": "wire",
2756
+ "name": "logCommandInfoAndTime",
2757
+ "inline": false
2758
+ }
2759
+ ],
2760
+ "contractHash": "064923ed2e031573",
2761
+ "inputHash": "dda1c6aa",
2762
+ "outputHash": "1f0f0345"
2763
+ },
2713
2764
  "pikkuSecrets": {
2714
2765
  "pikkuFuncId": "pikkuSecrets",
2715
2766
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export declare class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.39
2
+ * This file was generated by @pikku/cli@0.12.41
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types