closedai
v0.0.1
Published
Defensive placeholder package. This is not an AI SDK.
Maintainers
Readme
closedai
Defensive placeholder package. This package is intentionally minimal and is not an AI SDK.
If you installed this package accidentally, remove it:
npm uninstall closedaiIf you intended to install another AI SDK or package, double-check the package name against that project's official documentation before installing anything else.
Behavior
This package has no runtime dependencies and no install lifecycle scripts. It does not run code during npm install, does not collect telemetry, and does not make network requests.
When imported or required, it throws a clear error explaining that the wrong package was installed. When invoked as a CLI, it prints the same warning and exits with status code 1.
Examples
import 'closedai';
// throws: You installed `closedai`. This is a defensive placeholder package, not an AI SDK.npx closedai
# prints a warning and exits with status code 1Maintainer note
This package exists to reduce package-confusion risk. It is not affiliated with OpenAI, Vercel, the Vercel AI SDK, or any model provider.
