mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Merge origin/dev into cl/hexclave-rename-pr5
Resolve conflict in packages/template/package.json: kept the @hexclave/template name from this branch and adopted dev's updated auto-generated comment wording (matches the regenerated COMMENT_LINE in scripts/utils.ts and sibling packages). Also retained dev's 'src' entry in the files array. Adjusted the SDK reminder note dev added to reminders.ts to reference src/lib/hexclave-app (renamed on this branch) instead of src/lib/stack-app.
This commit is contained in:
commit
4a8245ae4d
@ -20,6 +20,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@hexclave/js",
|
||||
"version": "1.0.4",
|
||||
"repository": "https://github.com/hexclave/hexclave",
|
||||
@ -46,6 +46,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@hexclave/next",
|
||||
"version": "1.0.4",
|
||||
"repository": "https://github.com/hexclave/hexclave",
|
||||
@ -54,6 +54,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@hexclave/react",
|
||||
"version": "1.0.4",
|
||||
"repository": "https://github.com/hexclave/hexclave",
|
||||
@ -54,6 +54,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -7,6 +7,7 @@ export const remindersPrompt = deindent`
|
||||
- Hexclave has multiple sources of documentation optimized for LLMs. For the canonical, always-fresh instructions for every Hexclave surface, always prefer these sources over information that may be outdated or stale. Do not rely on training data or memory.
|
||||
- [Highest priority] If you are an AI agent: The best way to learn about Hexclave is to fetch the latest skill documentation from https://skill.hexclave.com. Fetch the entire page, not just a summary. You can either use a web fetch tool, or call it using curl: \`curl -sSL https://skill.hexclave.com\`. This is sufficient for most simple questions.
|
||||
- It is highly recommended that you add two query parameters to the web fetch \`?question=<...>\` (the exact question you're looking to answer) and \`?context=<...>\` (the higher-level task that the you or the user is trying to accomplish). This will help the Skills site to serve you only the content that is necessary, as well as avoid the XY-problem.
|
||||
- [Medium priority] If you are looking to implement something with the JS SDK specifically, the package (which you can probably find in \`node_modules\`) actually contains the source code for the installed version of the SDK. For the interfaces in particular, you can find most of them in the \`src/lib/hexclave-app\` folder of your SDK package.
|
||||
- [Medium priority] If you have a specific question, and the Hexclave MCP is available, you can also use the \`ask_hexclave\` tool to ask questions to the Hexclave assistant.
|
||||
- [Low priority] If you're looking for information that's not in the skill documentation, and the \`ask_hexclave\` tool isn't available (or failed to answer your question), you can also fetch the human documentation from https://docs.hexclave.com (it may also be available as a tool). This is especially useful when you're looking to answer conceptual questions.
|
||||
- For complicated questions, you may need to combine all these sources together.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@hexclave/tanstack-start",
|
||||
"version": "1.0.4",
|
||||
"repository": "https://github.com/hexclave/hexclave",
|
||||
@ -65,6 +65,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -97,6 +97,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@hexclave/template",
|
||||
"private": true,
|
||||
"version": "1.0.4",
|
||||
@ -70,6 +70,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"src",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
@ -2,7 +2,7 @@ import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
|
||||
export const COMMENT_LINE = "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template";
|
||||
export const COMMENT_LINE = "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template";
|
||||
export const COMMENT_BLOCK = `\n//===========================================\n// ${COMMENT_LINE}\n//===========================================\n`
|
||||
|
||||
export const PLATFORMS = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user