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.
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).
- 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.