-
Notifications
You must be signed in to change notification settings - Fork 6
(v1) Remove legacy schema/define API surface #1461
Copy link
Copy link
Open
Labels
@arkenv/bun-pluginIssues or Pull Requests involving the Bun plugin for ArkEnvIssues or Pull Requests involving the Bun plugin for ArkEnv@arkenv/vite-pluginIssues or Pull Requests involving the Vite plugin for ArkEnvIssues or Pull Requests involving the Vite plugin for ArkEnvarkenvChanges to the `arkenv` npm package.Changes to the `arkenv` npm package.ready for agentFully specified, ready for immediate implementationFully specified, ready for immediate implementationrefactorA change to the codebase that's neither a bug fix nor added functionalityA change to the codebase that's neither a bug fix nor added functionality
Milestone
Description
Metadata
Metadata
Assignees
Labels
@arkenv/bun-pluginIssues or Pull Requests involving the Bun plugin for ArkEnvIssues or Pull Requests involving the Bun plugin for ArkEnv@arkenv/vite-pluginIssues or Pull Requests involving the Vite plugin for ArkEnvIssues or Pull Requests involving the Vite plugin for ArkEnvarkenvChanges to the `arkenv` npm package.Changes to the `arkenv` npm package.ready for agentFully specified, ready for immediate implementationFully specified, ready for immediate implementationrefactorA change to the codebase that's neither a bug fix nor added functionalityA change to the codebase that's neither a bug fix nor added functionality
Summary
On the v1 branch, remove the legacy schema/define API surface that Option 3 (#1333) drops from the product:
arkenv(schema)-style entry, native accessor /definewiring, and ambient helper types (.d.tsaugmentation helpers such asImportMetaEnvAugmented/ProcessEnvAugmented).This is the package-level cleanup. CLI scaffold + migration UX lives in #1332. Docs/ADR/examples/skill live in #1333.
Context
dev) keeps schema/define working — do not changedevbehavior in this issue..out-of-scope/spa-mode-ambient-augment-types.md.Scope
arkenv,@arkenv/vite-plugin, and@arkenv/bun-pluginon v1.Out of scope
dev(v0) lineRelated