@pikku/cli 0.12.31 → 0.12.33

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 (75) hide show
  1. package/cli.schema.json +1 -1
  2. package/console-app/assets/index-DsW0T00Z.js +233 -0
  3. package/console-app/index.html +1 -1
  4. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  6. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-channel.js +1 -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 +1 -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 +1 -1
  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 +184 -184
  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 +2 -1
  34. package/dist/.pikku/pikku-services.gen.js +1 -0
  35. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  36. package/dist/.pikku/pikku-types.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  38. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  41. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  43. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +2 -2
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  45. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  46. package/dist/.pikku/schemas/register.gen.js +11 -11
  47. package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
  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/deploy/analyzer/analyzer.js +7 -4
  64. package/dist/src/fabric/fabric-commands.d.ts +3 -3
  65. package/dist/src/fabric/functions/llm-key.function.d.ts +4 -4
  66. package/dist/src/functions/wirings/console/serialize-console-functions.js +6 -0
  67. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +1 -1
  68. package/dist/src/functions/wirings/middleware/serialize-middleware-imports.js +14 -0
  69. package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +8 -0
  70. package/dist/src/functions/workflows/all.workflow.js +1 -1
  71. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  72. package/dist/src/utils/pikku-cli-config.js +3 -0
  73. package/package.json +5 -5
  74. package/skills/pikku-workflow/SKILL.md +31 -2
  75. package/console-app/assets/index-BkiCv5R3.js +0 -229
@@ -1674,11 +1674,81 @@
1674
1674
  "outputSchemaName": null,
1675
1675
  "inputs": [],
1676
1676
  "outputs": [],
1677
- "implementationHash": "63b03ca22bec5827",
1677
+ "implementationHash": "805e3d7db3d25ec6",
1678
1678
  "contractHash": "5cf046fc5045a072",
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
1681
1681
  },
1682
+ "pikkuAIAgentTypes": {
1683
+ "pikkuFuncId": "pikkuAIAgentTypes",
1684
+ "functionType": "user",
1685
+ "funcWrapper": "pikkuSessionlessFunc",
1686
+ "sessionless": true,
1687
+ "name": "pikkuAIAgentTypes",
1688
+ "inputSchemaName": null,
1689
+ "outputSchemaName": null,
1690
+ "inputs": [],
1691
+ "outputs": [],
1692
+ "implementationHash": "6f1bde64f9087bc2",
1693
+ "middleware": [
1694
+ {
1695
+ "type": "wire",
1696
+ "name": "logCommandInfoAndTime",
1697
+ "inline": false
1698
+ }
1699
+ ],
1700
+ "contractHash": "dc29d66d6b6f5857",
1701
+ "inputHash": "800b5ca6",
1702
+ "outputHash": "e85c3332"
1703
+ },
1704
+ "pikkuAIAgent": {
1705
+ "pikkuFuncId": "pikkuAIAgent",
1706
+ "functionType": "user",
1707
+ "funcWrapper": "pikkuSessionlessFunc",
1708
+ "sessionless": true,
1709
+ "name": "pikkuAIAgent",
1710
+ "inputSchemaName": null,
1711
+ "outputSchemaName": "PikkuAIAgentOutput",
1712
+ "inputs": [],
1713
+ "outputs": [
1714
+ "PikkuAIAgentOutput"
1715
+ ],
1716
+ "implementationHash": "353ac854edebcf28",
1717
+ "middleware": [
1718
+ {
1719
+ "type": "wire",
1720
+ "name": "logCommandInfoAndTime",
1721
+ "inline": false
1722
+ }
1723
+ ],
1724
+ "contractHash": "973fe2f539bdca04",
1725
+ "inputHash": "e61af48f",
1726
+ "outputHash": "11db78f5"
1727
+ },
1728
+ "pikkuPublicAgent": {
1729
+ "pikkuFuncId": "pikkuPublicAgent",
1730
+ "functionType": "user",
1731
+ "funcWrapper": "pikkuSessionlessFunc",
1732
+ "sessionless": true,
1733
+ "name": "pikkuPublicAgent",
1734
+ "inputSchemaName": null,
1735
+ "outputSchemaName": "PikkuPublicAgentOutput",
1736
+ "inputs": [],
1737
+ "outputs": [
1738
+ "PikkuPublicAgentOutput"
1739
+ ],
1740
+ "implementationHash": "ac31dd42a7c619e9",
1741
+ "middleware": [
1742
+ {
1743
+ "type": "wire",
1744
+ "name": "logCommandInfoAndTime",
1745
+ "inline": false
1746
+ }
1747
+ ],
1748
+ "contractHash": "076457b475dee94e",
1749
+ "inputHash": "c0a04edb",
1750
+ "outputHash": "aca3832e"
1751
+ },
1682
1752
  "pikkuAuth": {
1683
1753
  "pikkuFuncId": "pikkuAuth",
1684
1754
  "functionType": "user",
@@ -1791,43 +1861,19 @@
1791
1861
  "inputHash": "5d1524e3",
1792
1862
  "outputHash": "048ccd50"
1793
1863
  },
1794
- "pikkuCLIEntry": {
1795
- "pikkuFuncId": "pikkuCLIEntry",
1796
- "functionType": "user",
1797
- "funcWrapper": "pikkuSessionlessFunc",
1798
- "sessionless": true,
1799
- "name": "pikkuCLIEntry",
1800
- "inputSchemaName": null,
1801
- "outputSchemaName": "PikkuCLIEntryOutput",
1802
- "inputs": [],
1803
- "outputs": [
1804
- "PikkuCLIEntryOutput"
1805
- ],
1806
- "implementationHash": "3de1aae7d25e5a8d",
1807
- "middleware": [
1808
- {
1809
- "type": "wire",
1810
- "name": "logCommandInfoAndTime",
1811
- "inline": false
1812
- }
1813
- ],
1814
- "contractHash": "a44d47273b044b63",
1815
- "inputHash": "3e5aa4e1",
1816
- "outputHash": "2f8523b1"
1817
- },
1818
- "pikkuCLI": {
1819
- "pikkuFuncId": "pikkuCLI",
1864
+ "pikkuConsoleFunctions": {
1865
+ "pikkuFuncId": "pikkuConsoleFunctions",
1820
1866
  "functionType": "user",
1821
1867
  "funcWrapper": "pikkuSessionlessFunc",
1822
1868
  "sessionless": true,
1823
- "name": "pikkuCLI",
1869
+ "name": "pikkuConsoleFunctions",
1824
1870
  "inputSchemaName": null,
1825
- "outputSchemaName": "PikkuCLIOutput",
1871
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
1826
1872
  "inputs": [],
1827
1873
  "outputs": [
1828
- "PikkuCLIOutput"
1874
+ "PikkuConsoleFunctionsOutput"
1829
1875
  ],
1830
- "implementationHash": "106ebe1537d48581",
1876
+ "implementationHash": "9755b441da9e4b81",
1831
1877
  "middleware": [
1832
1878
  {
1833
1879
  "type": "wire",
@@ -1835,21 +1881,21 @@
1835
1881
  "inline": false
1836
1882
  }
1837
1883
  ],
1838
- "contractHash": "3932cb0e6b7de268",
1839
- "inputHash": "fef4d62b",
1840
- "outputHash": "7d42c9e1"
1884
+ "contractHash": "5725bacdf339c573",
1885
+ "inputHash": "ac47cb5e",
1886
+ "outputHash": "8259a954"
1841
1887
  },
1842
- "pikkuAIAgentTypes": {
1843
- "pikkuFuncId": "pikkuAIAgentTypes",
1888
+ "pikkuNodeTypes": {
1889
+ "pikkuFuncId": "pikkuNodeTypes",
1844
1890
  "functionType": "user",
1845
1891
  "funcWrapper": "pikkuSessionlessFunc",
1846
1892
  "sessionless": true,
1847
- "name": "pikkuAIAgentTypes",
1893
+ "name": "pikkuNodeTypes",
1848
1894
  "inputSchemaName": null,
1849
1895
  "outputSchemaName": null,
1850
1896
  "inputs": [],
1851
1897
  "outputs": [],
1852
- "implementationHash": "6f1bde64f9087bc2",
1898
+ "implementationHash": "9a4ff23a5eedca95",
1853
1899
  "middleware": [
1854
1900
  {
1855
1901
  "type": "wire",
@@ -1857,23 +1903,23 @@
1857
1903
  "inline": false
1858
1904
  }
1859
1905
  ],
1860
- "contractHash": "dc29d66d6b6f5857",
1861
- "inputHash": "800b5ca6",
1862
- "outputHash": "e85c3332"
1906
+ "contractHash": "50029dfb2ea6b6c2",
1907
+ "inputHash": "4f5677f1",
1908
+ "outputHash": "616d3f6e"
1863
1909
  },
1864
- "pikkuAIAgent": {
1865
- "pikkuFuncId": "pikkuAIAgent",
1910
+ "pikkuNodesMeta": {
1911
+ "pikkuFuncId": "pikkuNodesMeta",
1866
1912
  "functionType": "user",
1867
1913
  "funcWrapper": "pikkuSessionlessFunc",
1868
1914
  "sessionless": true,
1869
- "name": "pikkuAIAgent",
1915
+ "name": "pikkuNodesMeta",
1870
1916
  "inputSchemaName": null,
1871
- "outputSchemaName": "PikkuAIAgentOutput",
1917
+ "outputSchemaName": "PikkuNodesMetaOutput",
1872
1918
  "inputs": [],
1873
1919
  "outputs": [
1874
- "PikkuAIAgentOutput"
1920
+ "PikkuNodesMetaOutput"
1875
1921
  ],
1876
- "implementationHash": "353ac854edebcf28",
1922
+ "implementationHash": "56d7a29cc36421e4",
1877
1923
  "middleware": [
1878
1924
  {
1879
1925
  "type": "wire",
@@ -1881,23 +1927,23 @@
1881
1927
  "inline": false
1882
1928
  }
1883
1929
  ],
1884
- "contractHash": "973fe2f539bdca04",
1885
- "inputHash": "e61af48f",
1886
- "outputHash": "11db78f5"
1930
+ "contractHash": "2dd28c3201f71199",
1931
+ "inputHash": "4be7b8bd",
1932
+ "outputHash": "fca2b5eb"
1887
1933
  },
1888
- "pikkuPublicAgent": {
1889
- "pikkuFuncId": "pikkuPublicAgent",
1934
+ "pikkuCLIEntry": {
1935
+ "pikkuFuncId": "pikkuCLIEntry",
1890
1936
  "functionType": "user",
1891
1937
  "funcWrapper": "pikkuSessionlessFunc",
1892
1938
  "sessionless": true,
1893
- "name": "pikkuPublicAgent",
1939
+ "name": "pikkuCLIEntry",
1894
1940
  "inputSchemaName": null,
1895
- "outputSchemaName": "PikkuPublicAgentOutput",
1941
+ "outputSchemaName": "PikkuCLIEntryOutput",
1896
1942
  "inputs": [],
1897
1943
  "outputs": [
1898
- "PikkuPublicAgentOutput"
1944
+ "PikkuCLIEntryOutput"
1899
1945
  ],
1900
- "implementationHash": "ac31dd42a7c619e9",
1946
+ "implementationHash": "3de1aae7d25e5a8d",
1901
1947
  "middleware": [
1902
1948
  {
1903
1949
  "type": "wire",
@@ -1905,23 +1951,23 @@
1905
1951
  "inline": false
1906
1952
  }
1907
1953
  ],
1908
- "contractHash": "076457b475dee94e",
1909
- "inputHash": "c0a04edb",
1910
- "outputHash": "aca3832e"
1954
+ "contractHash": "a44d47273b044b63",
1955
+ "inputHash": "3e5aa4e1",
1956
+ "outputHash": "2f8523b1"
1911
1957
  },
1912
- "pikkuConsoleFunctions": {
1913
- "pikkuFuncId": "pikkuConsoleFunctions",
1958
+ "pikkuCLI": {
1959
+ "pikkuFuncId": "pikkuCLI",
1914
1960
  "functionType": "user",
1915
1961
  "funcWrapper": "pikkuSessionlessFunc",
1916
1962
  "sessionless": true,
1917
- "name": "pikkuConsoleFunctions",
1963
+ "name": "pikkuCLI",
1918
1964
  "inputSchemaName": null,
1919
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
1965
+ "outputSchemaName": "PikkuCLIOutput",
1920
1966
  "inputs": [],
1921
1967
  "outputs": [
1922
- "PikkuConsoleFunctionsOutput"
1968
+ "PikkuCLIOutput"
1923
1969
  ],
1924
- "implementationHash": "9755b441da9e4b81",
1970
+ "implementationHash": "106ebe1537d48581",
1925
1971
  "middleware": [
1926
1972
  {
1927
1973
  "type": "wire",
@@ -1929,21 +1975,21 @@
1929
1975
  "inline": false
1930
1976
  }
1931
1977
  ],
1932
- "contractHash": "5725bacdf339c573",
1933
- "inputHash": "ac47cb5e",
1934
- "outputHash": "8259a954"
1978
+ "contractHash": "3932cb0e6b7de268",
1979
+ "inputHash": "fef4d62b",
1980
+ "outputHash": "7d42c9e1"
1935
1981
  },
1936
- "pikkuNodeTypes": {
1937
- "pikkuFuncId": "pikkuNodeTypes",
1982
+ "pikkuCredentials": {
1983
+ "pikkuFuncId": "pikkuCredentials",
1938
1984
  "functionType": "user",
1939
1985
  "funcWrapper": "pikkuSessionlessFunc",
1940
1986
  "sessionless": true,
1941
- "name": "pikkuNodeTypes",
1987
+ "name": "pikkuCredentials",
1942
1988
  "inputSchemaName": null,
1943
1989
  "outputSchemaName": null,
1944
1990
  "inputs": [],
1945
1991
  "outputs": [],
1946
- "implementationHash": "9a4ff23a5eedca95",
1992
+ "implementationHash": "a99a627856fd77bd",
1947
1993
  "middleware": [
1948
1994
  {
1949
1995
  "type": "wire",
@@ -1951,45 +1997,23 @@
1951
1997
  "inline": false
1952
1998
  }
1953
1999
  ],
1954
- "contractHash": "50029dfb2ea6b6c2",
1955
- "inputHash": "4f5677f1",
1956
- "outputHash": "616d3f6e"
2000
+ "contractHash": "8fa847acfa7ef407",
2001
+ "inputHash": "b98cb2ee",
2002
+ "outputHash": "9e33f562"
1957
2003
  },
1958
- "pikkuNodesMeta": {
1959
- "pikkuFuncId": "pikkuNodesMeta",
2004
+ "pikkuGateway": {
2005
+ "pikkuFuncId": "pikkuGateway",
1960
2006
  "functionType": "user",
1961
2007
  "funcWrapper": "pikkuSessionlessFunc",
1962
2008
  "sessionless": true,
1963
- "name": "pikkuNodesMeta",
2009
+ "name": "pikkuGateway",
1964
2010
  "inputSchemaName": null,
1965
- "outputSchemaName": "PikkuNodesMetaOutput",
2011
+ "outputSchemaName": "PikkuGatewayOutput",
1966
2012
  "inputs": [],
1967
2013
  "outputs": [
1968
- "PikkuNodesMetaOutput"
1969
- ],
1970
- "implementationHash": "56d7a29cc36421e4",
1971
- "middleware": [
1972
- {
1973
- "type": "wire",
1974
- "name": "logCommandInfoAndTime",
1975
- "inline": false
1976
- }
2014
+ "PikkuGatewayOutput"
1977
2015
  ],
1978
- "contractHash": "2dd28c3201f71199",
1979
- "inputHash": "4be7b8bd",
1980
- "outputHash": "fca2b5eb"
1981
- },
1982
- "pikkuCredentials": {
1983
- "pikkuFuncId": "pikkuCredentials",
1984
- "functionType": "user",
1985
- "funcWrapper": "pikkuSessionlessFunc",
1986
- "sessionless": true,
1987
- "name": "pikkuCredentials",
1988
- "inputSchemaName": null,
1989
- "outputSchemaName": null,
1990
- "inputs": [],
1991
- "outputs": [],
1992
- "implementationHash": "a99a627856fd77bd",
2016
+ "implementationHash": "cc85ec16d890311e",
1993
2017
  "middleware": [
1994
2018
  {
1995
2019
  "type": "wire",
@@ -1997,9 +2021,9 @@
1997
2021
  "inline": false
1998
2022
  }
1999
2023
  ],
2000
- "contractHash": "8fa847acfa7ef407",
2001
- "inputHash": "b98cb2ee",
2002
- "outputHash": "9e33f562"
2024
+ "contractHash": "8c9fc7c18aeb2212",
2025
+ "inputHash": "a5477eae",
2026
+ "outputHash": "b5ea8b47"
2003
2027
  },
2004
2028
  "pikkuFunctionTypesSplit": {
2005
2029
  "pikkuFuncId": "pikkuFunctionTypesSplit",
@@ -2093,30 +2117,6 @@
2093
2117
  "inputHash": "a3e730d9",
2094
2118
  "outputHash": "e0b61e49"
2095
2119
  },
2096
- "pikkuGateway": {
2097
- "pikkuFuncId": "pikkuGateway",
2098
- "functionType": "user",
2099
- "funcWrapper": "pikkuSessionlessFunc",
2100
- "sessionless": true,
2101
- "name": "pikkuGateway",
2102
- "inputSchemaName": null,
2103
- "outputSchemaName": "PikkuGatewayOutput",
2104
- "inputs": [],
2105
- "outputs": [
2106
- "PikkuGatewayOutput"
2107
- ],
2108
- "implementationHash": "cc85ec16d890311e",
2109
- "middleware": [
2110
- {
2111
- "type": "wire",
2112
- "name": "logCommandInfoAndTime",
2113
- "inline": false
2114
- }
2115
- ],
2116
- "contractHash": "8c9fc7c18aeb2212",
2117
- "inputHash": "a5477eae",
2118
- "outputHash": "b5ea8b47"
2119
- },
2120
2120
  "pikkuHTTPMap": {
2121
2121
  "pikkuFuncId": "pikkuHTTPMap",
2122
2122
  "functionType": "user",
@@ -2219,7 +2219,7 @@
2219
2219
  "outputSchemaName": null,
2220
2220
  "inputs": [],
2221
2221
  "outputs": [],
2222
- "implementationHash": "478ca5bc0fa6f487",
2222
+ "implementationHash": "79b43cc9a51c4045",
2223
2223
  "middleware": [
2224
2224
  {
2225
2225
  "type": "wire",
@@ -2393,30 +2393,6 @@
2393
2393
  "inputHash": "d7b18af5",
2394
2394
  "outputHash": "09d7f16a"
2395
2395
  },
2396
- "pikkuEventsScaffold": {
2397
- "pikkuFuncId": "pikkuEventsScaffold",
2398
- "functionType": "user",
2399
- "funcWrapper": "pikkuSessionlessFunc",
2400
- "sessionless": true,
2401
- "name": "pikkuEventsScaffold",
2402
- "inputSchemaName": null,
2403
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2404
- "inputs": [],
2405
- "outputs": [
2406
- "PikkuEventsScaffoldOutput"
2407
- ],
2408
- "implementationHash": "4a998c5d2ef1753b",
2409
- "middleware": [
2410
- {
2411
- "type": "wire",
2412
- "name": "logCommandInfoAndTime",
2413
- "inline": false
2414
- }
2415
- ],
2416
- "contractHash": "59fdeb7aa338289b",
2417
- "inputHash": "0e752243",
2418
- "outputHash": "486a58ef"
2419
- },
2420
2396
  "pikkuCommandQueueMap": {
2421
2397
  "pikkuFuncId": "pikkuCommandQueueMap",
2422
2398
  "functionType": "user",
@@ -2531,6 +2507,30 @@
2531
2507
  "inputHash": "d0d42371",
2532
2508
  "outputHash": "94c5f21c"
2533
2509
  },
2510
+ "pikkuEventsScaffold": {
2511
+ "pikkuFuncId": "pikkuEventsScaffold",
2512
+ "functionType": "user",
2513
+ "funcWrapper": "pikkuSessionlessFunc",
2514
+ "sessionless": true,
2515
+ "name": "pikkuEventsScaffold",
2516
+ "inputSchemaName": null,
2517
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2518
+ "inputs": [],
2519
+ "outputs": [
2520
+ "PikkuEventsScaffoldOutput"
2521
+ ],
2522
+ "implementationHash": "4a998c5d2ef1753b",
2523
+ "middleware": [
2524
+ {
2525
+ "type": "wire",
2526
+ "name": "logCommandInfoAndTime",
2527
+ "inline": false
2528
+ }
2529
+ ],
2530
+ "contractHash": "59fdeb7aa338289b",
2531
+ "inputHash": "0e752243",
2532
+ "outputHash": "486a58ef"
2533
+ },
2534
2534
  "pikkuPublicRPC": {
2535
2535
  "pikkuFuncId": "pikkuPublicRPC",
2536
2536
  "functionType": "user",
@@ -2647,28 +2647,6 @@
2647
2647
  "inputHash": "835d9763",
2648
2648
  "outputHash": "b9430fb9"
2649
2649
  },
2650
- "pikkuSecrets": {
2651
- "pikkuFuncId": "pikkuSecrets",
2652
- "functionType": "user",
2653
- "funcWrapper": "pikkuSessionlessFunc",
2654
- "sessionless": true,
2655
- "name": "pikkuSecrets",
2656
- "inputSchemaName": null,
2657
- "outputSchemaName": null,
2658
- "inputs": [],
2659
- "outputs": [],
2660
- "implementationHash": "0c90e1e1b970f27c",
2661
- "middleware": [
2662
- {
2663
- "type": "wire",
2664
- "name": "logCommandInfoAndTime",
2665
- "inline": false
2666
- }
2667
- ],
2668
- "contractHash": "79cd70de0e09d5bc",
2669
- "inputHash": "838055cb",
2670
- "outputHash": "c749587a"
2671
- },
2672
2650
  "pikkuSchedulerTypes": {
2673
2651
  "pikkuFuncId": "pikkuSchedulerTypes",
2674
2652
  "functionType": "user",
@@ -2715,17 +2693,17 @@
2715
2693
  "inputHash": "dda1c6aa",
2716
2694
  "outputHash": "1f0f0345"
2717
2695
  },
2718
- "pikkuVariables": {
2719
- "pikkuFuncId": "pikkuVariables",
2696
+ "pikkuSecrets": {
2697
+ "pikkuFuncId": "pikkuSecrets",
2720
2698
  "functionType": "user",
2721
2699
  "funcWrapper": "pikkuSessionlessFunc",
2722
2700
  "sessionless": true,
2723
- "name": "pikkuVariables",
2701
+ "name": "pikkuSecrets",
2724
2702
  "inputSchemaName": null,
2725
2703
  "outputSchemaName": null,
2726
2704
  "inputs": [],
2727
2705
  "outputs": [],
2728
- "implementationHash": "84a0e3ace8da3e52",
2706
+ "implementationHash": "0c90e1e1b970f27c",
2729
2707
  "middleware": [
2730
2708
  {
2731
2709
  "type": "wire",
@@ -2733,9 +2711,9 @@
2733
2711
  "inline": false
2734
2712
  }
2735
2713
  ],
2736
- "contractHash": "a26bc48e31b3d5d5",
2737
- "inputHash": "114143f9",
2738
- "outputHash": "75594b2d"
2714
+ "contractHash": "79cd70de0e09d5bc",
2715
+ "inputHash": "838055cb",
2716
+ "outputHash": "c749587a"
2739
2717
  },
2740
2718
  "pikkuTriggerTypes": {
2741
2719
  "pikkuFuncId": "pikkuTriggerTypes",
@@ -2785,6 +2763,28 @@
2785
2763
  "inputHash": "164d65e7",
2786
2764
  "outputHash": "3ac7247c"
2787
2765
  },
2766
+ "pikkuVariables": {
2767
+ "pikkuFuncId": "pikkuVariables",
2768
+ "functionType": "user",
2769
+ "funcWrapper": "pikkuSessionlessFunc",
2770
+ "sessionless": true,
2771
+ "name": "pikkuVariables",
2772
+ "inputSchemaName": null,
2773
+ "outputSchemaName": null,
2774
+ "inputs": [],
2775
+ "outputs": [],
2776
+ "implementationHash": "84a0e3ace8da3e52",
2777
+ "middleware": [
2778
+ {
2779
+ "type": "wire",
2780
+ "name": "logCommandInfoAndTime",
2781
+ "inline": false
2782
+ }
2783
+ ],
2784
+ "contractHash": "a26bc48e31b3d5d5",
2785
+ "inputHash": "114143f9",
2786
+ "outputHash": "75594b2d"
2787
+ },
2788
2788
  "pikkuWorkflowRoutes": {
2789
2789
  "pikkuFuncId": "pikkuWorkflowRoutes",
2790
2790
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
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.31
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -9,6 +9,7 @@ export declare const requiredSingletonServices: {
9
9
  readonly aiRunState: false;
10
10
  readonly aiStorage: false;
11
11
  readonly audit: false;
12
+ readonly auditLog: false;
12
13
  readonly config: true;
13
14
  readonly content: false;
14
15
  readonly credentialService: false;
@@ -5,6 +5,7 @@ export const requiredSingletonServices = {
5
5
  'aiRunState': false,
6
6
  'aiStorage': false,
7
7
  'audit': false,
8
+ 'auditLog': false,
8
9
  'config': true,
9
10
  'content': false,
10
11
  'credentialService': false,