@noir-ai/core
v1.15.0
Published
Noir core — shared types, the config schema (NoirConfigSchema), the .noir/ layout, and markers.
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 — plus the shared on-disk helpers those types are enforced through (the managed-block writer, the .noir/.env loader, the gitignore manager, and the git-tracked check).
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/reference/cli.md.
License
MIT © agaaaptr
