@hexclave/shared 1.0.55 → 1.0.56

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 (121) hide show
  1. package/dist/{admin-interface-DIt0PvhC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
  2. package/dist/{admin-interface-DIt0PvhC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
  3. package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-BTgqWZXI.d.ts} +16 -16
  4. package/dist/{admin-metrics-bsOkw4YQ.d.ts.map → admin-metrics-BTgqWZXI.d.ts.map} +1 -1
  5. package/dist/ai/hexclave-ask.d.ts +37 -0
  6. package/dist/ai/hexclave-ask.d.ts.map +1 -0
  7. package/dist/ai/hexclave-ask.js +120 -0
  8. package/dist/ai/hexclave-ask.js.map +1 -0
  9. package/dist/ai/hexclave-ask.test.d.ts +1 -0
  10. package/dist/ai/hexclave-ask.test.js +46 -0
  11. package/dist/ai/hexclave-ask.test.js.map +1 -0
  12. package/dist/ai/unified-prompts/reminders.js +3 -3
  13. package/dist/ai/unified-prompts/reminders.js.map +1 -1
  14. package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
  15. package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
  16. package/dist/ai/unified-prompts/skill-site-prompt.js +2 -2
  17. package/dist/ai/unified-prompts/skill-site-prompt.js.map +1 -1
  18. package/dist/{client-interface-BQz4jNAC.d.ts → client-interface-BQakINAH.d.ts} +10 -10
  19. package/dist/{client-interface-BQz4jNAC.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
  20. package/dist/config/schema-fuzzer.test.js +1 -1
  21. package/dist/config/schema.d.ts +1 -1
  22. package/dist/config/schema.js +1 -1
  23. package/dist/config-authoring.d.ts +1 -1
  24. package/dist/{current-user-BBoN3hsn.d.ts → current-user-DosTPiF7.d.ts} +12 -12
  25. package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
  26. package/dist/{email-outbox-CqzwInBL.d.ts → email-outbox-C07KfbmL.d.ts} +249 -249
  27. package/dist/{email-outbox-CqzwInBL.d.ts.map → email-outbox-C07KfbmL.d.ts.map} +1 -1
  28. package/dist/esm/ai/hexclave-ask.d.ts +37 -0
  29. package/dist/esm/ai/hexclave-ask.d.ts.map +1 -0
  30. package/dist/esm/ai/hexclave-ask.js +117 -0
  31. package/dist/esm/ai/hexclave-ask.js.map +1 -0
  32. package/dist/esm/ai/hexclave-ask.test.d.ts +1 -0
  33. package/dist/esm/ai/hexclave-ask.test.js +47 -0
  34. package/dist/esm/ai/hexclave-ask.test.js.map +1 -0
  35. package/dist/esm/ai/unified-prompts/reminders.js +3 -3
  36. package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
  37. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
  38. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
  39. package/dist/esm/ai/unified-prompts/skill-site-prompt.js +2 -2
  40. package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
  41. package/dist/esm/config/schema-fuzzer.test.js +1 -1
  42. package/dist/esm/config/schema.d.ts +55 -55
  43. package/dist/esm/config/schema.js +1 -1
  44. package/dist/esm/interface/admin-interface.js +1 -1
  45. package/dist/esm/interface/admin-metrics.d.ts +15 -15
  46. package/dist/esm/interface/client-interface.js +2 -2
  47. package/dist/esm/interface/conversations.d.ts +30 -30
  48. package/dist/esm/interface/crud/current-user.d.ts +11 -11
  49. package/dist/esm/interface/crud/email-outbox.d.ts +248 -248
  50. package/dist/esm/interface/crud/invoices.d.ts +2 -2
  51. package/dist/esm/interface/crud/products.d.ts +15 -15
  52. package/dist/esm/interface/crud/project-api-keys.d.ts +2 -2
  53. package/dist/esm/interface/crud/projects.d.ts +113 -113
  54. package/dist/esm/interface/crud/team-member-profiles.d.ts +24 -24
  55. package/dist/esm/interface/crud/transactions.d.ts +20 -20
  56. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  57. package/dist/esm/interface/crud/users.d.ts +6 -6
  58. package/dist/esm/interface/plan-usage.d.ts +1 -1
  59. package/dist/esm/interface/server-interface.js +1 -1
  60. package/dist/esm/known-errors.d.ts +1 -1
  61. package/dist/esm/schema-fields.d.ts +2 -2
  62. package/dist/esm/sessions.d.ts +7 -7
  63. package/dist/esm/utils/promises.js +1 -1
  64. package/dist/helpers/password.d.ts +1 -1
  65. package/dist/helpers/production-mode.d.ts +1 -1
  66. package/dist/index.d.ts +4 -4
  67. package/dist/interface/admin-interface.d.ts +2 -2
  68. package/dist/interface/admin-interface.js +1 -1
  69. package/dist/interface/admin-metrics.d.ts +1 -1
  70. package/dist/interface/client-interface.d.ts +1 -1
  71. package/dist/interface/client-interface.js +2 -2
  72. package/dist/interface/conversations.d.ts +30 -30
  73. package/dist/interface/crud/current-user.d.ts +1 -1
  74. package/dist/interface/crud/email-outbox.d.ts +1 -1
  75. package/dist/interface/crud/invoices.d.ts +1 -1
  76. package/dist/interface/crud/products.d.ts +1 -1
  77. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  78. package/dist/interface/crud/projects.d.ts +1 -1
  79. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  80. package/dist/interface/crud/transactions.d.ts +1 -1
  81. package/dist/interface/crud/users.d.ts +1 -1
  82. package/dist/interface/plan-usage.d.ts +1 -1
  83. package/dist/interface/server-interface.d.ts +1 -1
  84. package/dist/interface/server-interface.js +1 -1
  85. package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
  86. package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
  87. package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-BFf8SVm8.d.ts} +2 -2
  88. package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
  89. package/dist/known-errors.d.ts +1 -1
  90. package/dist/{plan-usage-BO2GsKlN.d.ts → plan-usage-CFwV688o.d.ts} +2 -2
  91. package/dist/{plan-usage-BO2GsKlN.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
  92. package/dist/{products-D4o8A2W0.d.ts → products-DzedG6oU.d.ts} +16 -16
  93. package/dist/{products-D4o8A2W0.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
  94. package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-Di2ENRam.d.ts} +3 -3
  95. package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
  96. package/dist/{projects-CFTNXRfG.d.ts → projects-W2I5ueag.d.ts} +114 -114
  97. package/dist/{projects-CFTNXRfG.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
  98. package/dist/{schema-CLmaZetm.d.ts → schema-BXM8B2V2.d.ts} +56 -56
  99. package/dist/{schema-CLmaZetm.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
  100. package/dist/{schema-fields-DZtDQEEO.d.ts → schema-fields-DhryPaD4.d.ts} +3 -3
  101. package/dist/{schema-fields-DZtDQEEO.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
  102. package/dist/schema-fields.d.ts +1 -1
  103. package/dist/{server-interface-BjY-eS4Q.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
  104. package/dist/{server-interface-BjY-eS4Q.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
  105. package/dist/{sessions-CI-0TBQb.d.ts → sessions-CKNkS48M.d.ts} +9 -9
  106. package/dist/{sessions-CI-0TBQb.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
  107. package/dist/sessions.d.ts +1 -1
  108. package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-BhcD2OP5.d.ts} +25 -25
  109. package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
  110. package/dist/{transactions-CHNUJ42J.d.ts → transactions-icyjJzs-.d.ts} +21 -21
  111. package/dist/transactions-icyjJzs-.d.ts.map +1 -0
  112. package/dist/{users-DHNRwoSz.d.ts → users-DMNuqLTW.d.ts} +7 -7
  113. package/dist/{users-DHNRwoSz.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
  114. package/dist/utils/promises.js +1 -1
  115. package/package.json +1 -1
  116. package/src/ai/hexclave-ask.test.ts +50 -0
  117. package/src/ai/hexclave-ask.ts +175 -0
  118. package/src/ai/unified-prompts/reminders.ts +3 -3
  119. package/src/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.ts +1 -1
  120. package/src/ai/unified-prompts/skill-site-prompt.ts +2 -2
  121. package/dist/transactions-CHNUJ42J.d.ts.map +0 -1
@@ -519,7 +519,7 @@ export const aiAgentConfigPreparationPrompt = deindent`
519
519
 
520
520
  For any other agent, register the same HTTP MCP server using its standard MCP config file.
521
521
 
522
- After installation, use the \`ask_hexclave\` MCP tool for Hexclave questions when available. If the MCP server is not available, fetch the latest docs from \`https://docs.hexclave.com\`.
522
+ After installation, the MCP server's \`ask_hexclave\` tool can answer Hexclave questions from agents that support MCP. For public URL-based questions, use only \`https://skill.hexclave.com/ask?question=<...>&context=<...>\` (\`question\` is the exact question you're looking to answer, \`context\` the higher-level task you're trying to accomplish). If you need broad baseline context instead of a specific answer, fetch the full skill documentation from \`https://skill.hexclave.com/full\`. If none of these are available, fetch the latest docs from \`https://docs.hexclave.com\`.
523
523
 
524
524
  ### Update AGENTS.md
525
525
 
@@ -13,7 +13,7 @@ export function buildSkillSitePrompt(docsIndexPromptValue = docsIndexPrompt) {
13
13
  return deindent`
14
14
  # Hexclave
15
15
 
16
- This is the full LLM-optimized documentation & skill site for Hexclave. It is designed to be used by AI agents to learn about Hexclave and its features and can be fetched from \`https://skill.hexclave.com/full\`. For specific questions, prefer the concise answer endpoint at \`https://skill.hexclave.com/ask\` or the equivalent \`ask_hexclave\` MCP tool.
16
+ This is the full LLM-optimized documentation & skill site for Hexclave. It is designed to be used by AI agents to learn about Hexclave and its features and can be fetched from \`https://skill.hexclave.com/full\`. For specific questions, prefer the concise answer endpoint at \`https://skill.hexclave.com/ask\`.
17
17
 
18
18
  ${remindersPrompt}
19
19
 
@@ -26,7 +26,7 @@ export function buildSkillSitePrompt(docsIndexPromptValue = docsIndexPrompt) {
26
26
 
27
27
  ${docsIndexPromptValue}
28
28
 
29
- The MCP server lives at https://mcp.hexclave.com. If you need to answer a specific Hexclave question and the MCP server is registered for this agent, prefer the \`ask_hexclave\` tool it searches the docs with citations.
29
+ The MCP server lives at https://mcp.hexclave.com. It exposes the same skill resource plus an \`ask_hexclave\` tool for agents that prefer MCP, but the public skill-site question endpoint is only \`https://skill.hexclave.com/ask\`.
30
30
 
31
31
  ## Using the Hexclave CLI
32
32
 
@@ -1 +0,0 @@
1
- {"version":3,"file":"transactions-CHNUJ42J.d.ts","names":[],"sources":["../src/interface/crud/transactions.ts"],"mappings":";;;;cAwFa,sBAAA,gBAAsB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMxB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEC,gBAAA,GAAmB,SAAS,QAAQ,sBAAA;AAAA,cAEnC,iBAAA;AAAA,KAUD,eAAA,WAA0B,iBAAiB;AAAA,cAE1C,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBlB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,WAAA,GAAc,SAAS,QAAQ,iBAAA"}