Barry Cache (v0.6.1, active development) is an agent-agnostic, source-backed context management tool for coding agents. It creates, validates, and serves deterministic project context slices, ensuring agents load the smallest relevant knowledge from a repo. Unlike ad-hoc chat history or vendor-specific instructions, Barry Cache stores canonical facts in docs/context/, operational state in .context-state/, and generated retrieval data in .context-cache/. Key features: agent-agnostic adapters (Codex, Copilot, Cursor, Claude, Gemini, llms.txt), stable fact IDs with source references, and context-efficient routing via route, search, load, and resume commands. Requires Node.js >=20; released weekly.
npm install barry-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes Barry Cache in a repo with default settings and only Codex adapter, non-interactively.
Update Node.js to v20 or later.
Use 'npx barry-cache init --dry-run' first.
Run 'npx barry-cache validate' after editing context files.
Upgrade Node.js to v20 or later.
Run 'npx barry-cache init' first.
No dependency data recorded yet.