You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add Slice Machine backward compatibility and Type Builder gate
Support Slice Machine projects by reading legacy auth format (cookies/base)
from ~/.prismic and falling back to slicemachine.config.json for repository
name resolution. Gate init and sync commands behind a Type Builder feature
flag to direct users to Slice Machine when their repository hasn't been
upgraded yet.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: bypass Type Builder gate in tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: address review feedback for auth token handling and config fallback
Fix stale token after login in init, cookie value truncation with `=` chars,
empty host string fallback using `||`, and config error propagation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: use env var for Type Builder gate and fix whoami test token handling
Use PRISMIC_TYPE_BUILDER_ENABLED env var instead of TEST to control
the Type Builder gate, allowing explicit testing of both enabled and
disabled states. Fix whoami Slice Machine auth test to use login
fixture for token instead of env var.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments