stack/packages/stack-cli/src
Bilal Godil ad2f17db82 fix(hexclave): doctor accepts @hexclave/next StackProvider import
The next.layout-provider check's import regex only matched the legacy
@stackframe/stack scope. After the PR-3 source rename, fixtures (and
real projects) import StackProvider from @hexclave/next, so the regex
returned false, the layout check failed, and the doctor exited 1.

Widen the regex to accept both scopes, mirroring the dual-scope detection
in packages/stack-shared/src/config-rendering.ts and apps/dashboard/src/lib/github-config-push.ts.

Fixes 9 Stack CLI - Doctor failures in apps/e2e/tests/general/cli.test.ts.
2026-05-26 11:50:22 -07:00
..
commands fix(hexclave): doctor accepts @hexclave/next StackProvider import 2026-05-26 11:50:22 -07:00
lib feat(hexclave): rename @stackframe/* → @hexclave/* (PR 3) 2026-05-23 17:41:53 -07:00
index.ts feat(hexclave): rename @stackframe/* → @hexclave/* (PR 3) 2026-05-23 17:41:53 -07:00