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
The one-cycle deprecation window opened in #3265 is over. The legacy
camelCase `requires` spellings `aiStudio`/`aiSeat` are no longer
canonicalized to `ai-studio`/`ai-seat` — they are now plain unknown
tokens, rejected by defineStack like any other typo.
- spec: drop DEPRECATED_PLATFORM_CAPABILITY_ALIASES and
canonicalizePlatformCapability exports; isKnownPlatformCapability
no longer canonicalizes.
- spec: defineStack no longer rewrites aliases (canonicalizeStackRequires
removed); validateKnownCapabilities rejects the legacy spellings.
- cli: serve resolver no longer canonicalizes raw-artifact requires.
- Regenerate api-surface snapshot (4 export deletions).
BREAKING shipped as minor per the launch-window convention. Migration:
use the canonical kebab-case tokens ai-studio / ai-seat. First-party
configs were migrated in cloud #862/#863; cloud's objectos-runtime
(pinned to an older framework) follows on its next .framework-sha bump.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TjHfkKmEvgk8v7N8nTe5sH
0 commit comments