@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.
- package/dist/{admin-interface-DIt0PvhC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
- package/dist/{admin-interface-DIt0PvhC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
- package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-BTgqWZXI.d.ts} +16 -16
- package/dist/{admin-metrics-bsOkw4YQ.d.ts.map → admin-metrics-BTgqWZXI.d.ts.map} +1 -1
- package/dist/ai/hexclave-ask.d.ts +37 -0
- package/dist/ai/hexclave-ask.d.ts.map +1 -0
- package/dist/ai/hexclave-ask.js +120 -0
- package/dist/ai/hexclave-ask.js.map +1 -0
- package/dist/ai/hexclave-ask.test.d.ts +1 -0
- package/dist/ai/hexclave-ask.test.js +46 -0
- package/dist/ai/hexclave-ask.test.js.map +1 -0
- package/dist/ai/unified-prompts/reminders.js +3 -3
- package/dist/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt.js +2 -2
- package/dist/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/{client-interface-BQz4jNAC.d.ts → client-interface-BQakINAH.d.ts} +10 -10
- package/dist/{client-interface-BQz4jNAC.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
- package/dist/config/schema-fuzzer.test.js +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config/schema.js +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{current-user-BBoN3hsn.d.ts → current-user-DosTPiF7.d.ts} +12 -12
- package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
- package/dist/{email-outbox-CqzwInBL.d.ts → email-outbox-C07KfbmL.d.ts} +249 -249
- package/dist/{email-outbox-CqzwInBL.d.ts.map → email-outbox-C07KfbmL.d.ts.map} +1 -1
- package/dist/esm/ai/hexclave-ask.d.ts +37 -0
- package/dist/esm/ai/hexclave-ask.d.ts.map +1 -0
- package/dist/esm/ai/hexclave-ask.js +117 -0
- package/dist/esm/ai/hexclave-ask.js.map +1 -0
- package/dist/esm/ai/hexclave-ask.test.d.ts +1 -0
- package/dist/esm/ai/hexclave-ask.test.js +47 -0
- package/dist/esm/ai/hexclave-ask.test.js.map +1 -0
- package/dist/esm/ai/unified-prompts/reminders.js +3 -3
- package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js +2 -2
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/esm/config/schema-fuzzer.test.js +1 -1
- package/dist/esm/config/schema.d.ts +55 -55
- package/dist/esm/config/schema.js +1 -1
- package/dist/esm/interface/admin-interface.js +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +15 -15
- package/dist/esm/interface/client-interface.js +2 -2
- package/dist/esm/interface/conversations.d.ts +30 -30
- package/dist/esm/interface/crud/current-user.d.ts +11 -11
- package/dist/esm/interface/crud/email-outbox.d.ts +248 -248
- package/dist/esm/interface/crud/invoices.d.ts +2 -2
- package/dist/esm/interface/crud/products.d.ts +15 -15
- package/dist/esm/interface/crud/project-api-keys.d.ts +2 -2
- package/dist/esm/interface/crud/projects.d.ts +113 -113
- package/dist/esm/interface/crud/team-member-profiles.d.ts +24 -24
- package/dist/esm/interface/crud/transactions.d.ts +20 -20
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +6 -6
- package/dist/esm/interface/plan-usage.d.ts +1 -1
- package/dist/esm/interface/server-interface.js +1 -1
- package/dist/esm/known-errors.d.ts +1 -1
- package/dist/esm/schema-fields.d.ts +2 -2
- package/dist/esm/sessions.d.ts +7 -7
- package/dist/esm/utils/promises.js +1 -1
- package/dist/helpers/password.d.ts +1 -1
- package/dist/helpers/production-mode.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/interface/admin-interface.d.ts +2 -2
- package/dist/interface/admin-interface.js +1 -1
- package/dist/interface/admin-metrics.d.ts +1 -1
- package/dist/interface/client-interface.d.ts +1 -1
- package/dist/interface/client-interface.js +2 -2
- package/dist/interface/conversations.d.ts +30 -30
- package/dist/interface/crud/current-user.d.ts +1 -1
- package/dist/interface/crud/email-outbox.d.ts +1 -1
- package/dist/interface/crud/invoices.d.ts +1 -1
- package/dist/interface/crud/products.d.ts +1 -1
- package/dist/interface/crud/project-api-keys.d.ts +1 -1
- package/dist/interface/crud/projects.d.ts +1 -1
- package/dist/interface/crud/team-member-profiles.d.ts +1 -1
- package/dist/interface/crud/transactions.d.ts +1 -1
- package/dist/interface/crud/users.d.ts +1 -1
- package/dist/interface/plan-usage.d.ts +1 -1
- package/dist/interface/server-interface.d.ts +1 -1
- package/dist/interface/server-interface.js +1 -1
- package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
- package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
- package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-BFf8SVm8.d.ts} +2 -2
- package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
- package/dist/known-errors.d.ts +1 -1
- package/dist/{plan-usage-BO2GsKlN.d.ts → plan-usage-CFwV688o.d.ts} +2 -2
- package/dist/{plan-usage-BO2GsKlN.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
- package/dist/{products-D4o8A2W0.d.ts → products-DzedG6oU.d.ts} +16 -16
- package/dist/{products-D4o8A2W0.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
- package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-Di2ENRam.d.ts} +3 -3
- package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
- package/dist/{projects-CFTNXRfG.d.ts → projects-W2I5ueag.d.ts} +114 -114
- package/dist/{projects-CFTNXRfG.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
- package/dist/{schema-CLmaZetm.d.ts → schema-BXM8B2V2.d.ts} +56 -56
- package/dist/{schema-CLmaZetm.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
- package/dist/{schema-fields-DZtDQEEO.d.ts → schema-fields-DhryPaD4.d.ts} +3 -3
- package/dist/{schema-fields-DZtDQEEO.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
- package/dist/schema-fields.d.ts +1 -1
- package/dist/{server-interface-BjY-eS4Q.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
- package/dist/{server-interface-BjY-eS4Q.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
- package/dist/{sessions-CI-0TBQb.d.ts → sessions-CKNkS48M.d.ts} +9 -9
- package/dist/{sessions-CI-0TBQb.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
- package/dist/sessions.d.ts +1 -1
- package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-BhcD2OP5.d.ts} +25 -25
- package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
- package/dist/{transactions-CHNUJ42J.d.ts → transactions-icyjJzs-.d.ts} +21 -21
- package/dist/transactions-icyjJzs-.d.ts.map +1 -0
- package/dist/{users-DHNRwoSz.d.ts → users-DMNuqLTW.d.ts} +7 -7
- package/dist/{users-DHNRwoSz.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
- package/dist/utils/promises.js +1 -1
- package/package.json +1 -1
- package/src/ai/hexclave-ask.test.ts +50 -0
- package/src/ai/hexclave-ask.ts +175 -0
- package/src/ai/unified-prompts/reminders.ts +3 -3
- package/src/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.ts +1 -1
- package/src/ai/unified-prompts/skill-site-prompt.ts +2 -2
- 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,
|
|
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
|
|
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.
|
|
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"}
|