Commit Graph

6 Commits

Author SHA1 Message Date
Bilal Godil
4a8245ae4d 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.
2026-06-03 13:27:38 -07:00
Bilal Godil
8f95e12b3b fix(hexclave): address rename review leftovers 2026-06-03 13:04:51 -07:00
Bilal Godil
28d3aeac98 Hexclave rename PR5: regenerate docs index + llms-full after rebase onto dev
Rebased PR5 onto origin/dev (which now contains the squash-merged friendly-lewin
base + PR4). Regenerated docs-json.generated.ts (hexclave-app slugs + redirects)
and llms-full.txt ([Hexclave App] link text) to match the Step 18 docs renames
on the new base. typecheck + lint green (28/28).
2026-06-03 12:21:18 -07:00
Bilal Godil
e1e36dbe9b Hexclave rename PR5: fix review findings (Step 21)
- BUG: apps/dashboard/scripts/bundle-type-definitions.ts pointed at the
  renamed-away packages/template/src/lib/stack-app, so its glob matched 0 files
  and silently emptied BUNDLED_TYPE_DEFINITIONS (dashboard AI type bundle).
  Fixed -> lib/hexclave-app; regenerated bundle now contains 23 files.
- Stale source-path comments: urls.tsx, admin-metrics.ts.
- Removed dead STACK_RUN_SETUP_WIZARD_TESTS CI var (its only consumer, the
  init-stack setup-wizard test, was deleted).
- Removed stale packages/stack/* entries from .gitignore + .dockerignore
  (dir renamed to packages/next, whose entries already exist).
typecheck + lint green.
2026-06-03 12:17:56 -07:00
Bilal Godil
63e5582f0c Hexclave rename PR5: reword code brand strings (Step 17/F)
Reworded 'Stack Auth'/'Stack dashboard'/'Stack Dashboard' -> Hexclave in
known-errors, permission CRUD descriptions, webhook test messages, init prompt,
page-component-versions walkthrough prompts, internal-tool + emulator labels.
Regenerated OpenAPI (admin/server.json) via codegen; updated the coupled
authorize.test.ts assertions in lockstep. Kept intentional mentions (rebrand
modal, migration/historical notes). MCP brand content deferred (coupled to the
kept ask_stack_auth tool). NOTE: e2e suite not run locally — assertion changes
verified by grep only. typecheck + lint green.
2026-06-03 12:17:56 -07:00
Bilal Godil
a0644b82e1 Hexclave rename PR5: rename package dirs to drop stack- prefix (Step 16/A)
git mv packages/stack-shared->shared, stack-ui->ui, stack-sc->sc, stack-cli->cli,
and stack->next (the generated @hexclave/next pkg, regenerated via generate-sdks
dest change). Fixed deep-relative imports (pacifica/surface.tsx), tailwind content
glob, CI emulator paths, root cli script, generate-setup-prompt-docs + skills
relative imports, and comments. Reinstalled. build + typecheck + lint green (28/28).
2026-06-03 12:17:56 -07:00