@noir-ai/core
v1.8.0
Published
Noir core — shared types, the config schema (NoirConfigSchema), the .noir/ layout, and markers.
Downloads
4,238
Maintainers
Readme
@noir-ai/core
Shared domain types, the configuration schema (NoirConfigSchema), the .noir/ on-disk layout, and the marker constants that the rest of the Noir toolkit is built on. This is the type-contract package — it holds no runtime I/O of its own.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/coreMost users install the CLI instead, which pulls in the packages it needs:
npm install -g @noir-ai/cli
This package is mainly consumed by the other @noir-ai/* packages. For programmatic usage, see the root README and docs/usage.md.
License
MIT © agaaaptr
