@noir-ai/adapters
v1.8.0
Published
Noir adapters — the HostAdapter abstraction and the Claude Code adapter (the v1 host).
Downloads
3,023
Maintainers
Readme
@noir-ai/adapters
The host abstraction (HostAdapter) that decouples Noir from any specific agentic CLI. Noir ships five adapters through a resolveAdapter(host) registry: claude, agents-md, gemini, cursor, and opencode. They emit each host's native context and MCP artifacts; Claude and Cursor also have skill-emission surfaces.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/adapters@betaMost users install the CLI instead, which wires the host adapter via
noir init:npm install -g @noir-ai/cli@beta
License
MIT © agaaaptr
