mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Updates [apps/skills/src/app/route.ts](apps/skills/src/app/route.ts) — the HTML rendered at the skills site root — so it matches the Hexclave branding used everywhere else in the app. ## Changes - **Install command**: `npx @stackframe/stack-cli@latest init` → `npx @hexclave/cli@latest init` (the package is published as `@hexclave/cli` per `skill-site-prompt-parts/ai-setup-prompt.ts`, not `@hexclave/stack-cli`) - **Page chrome**: `<title>`, meta description, header brand, h1, and lede all switch from *Stack Auth* → *Hexclave* - **Inline CLI references**: `stack-cli` → `hexclave-cli` - **Docs links**: `docs.stack-auth.com` → `docs.hexclave.com` (header link + AI Integration + CLI Reference cards) - **MCP card**: `mcp.stack-auth.com` → `mcp.hexclave.com` - **Footer**: *© Stack Auth* → *© Hexclave*; GitHub link `hexclave/stack-auth` → `hexclave/hexclave` (matches `apps/skills/package.json`'s `repository` field) The markdown body served to non-browser clients comes from `skillSitePrompt` and was already on-brand — no change there. ## Verification `pnpm --filter @stackframe/skills run typecheck` passes. |
||
|---|---|---|
| .. | ||
| src/app | ||
| .eslintrc.cjs | ||
| next.config.mjs | ||
| package.json | ||
| tsconfig.json | ||