heady-core
v3.2.0
Published
Core utilities, config, and shared primitives for the Heady AI Platform — zero-dependency foundation module.
Maintainers
Readme
@heady/core
Core utilities and shared primitives for the Heady™ AI Platform.
Install
npm install @heady/coreAPI
const { HeadyError, validateUserId, HEADY_VERSION } = require('@heady/core');
// Validate user IDs
validateUserId('my-user'); // true
// Structured error handling
throw new HeadyError('Something broke', 'MY_CODE');What's Inside
| Export | Description |
|--------|-------------|
| HEADY_VERSION | Current platform version string |
| HeadyConfig | Configuration interface (TypeScript) |
| HeadyError | Error class with structured codes |
| validateUserId() | User ID format validator |
License
Proprietary — © 2026 HeadySystems Inc.
