Local-first CLI tool for compiling a single ai-profile.yaml into deterministic configuration files for AI coding agents (Codex, Claude, Tabnine). Version 0.3.5 (preview) requires Node.js >=24 and npm >=11. Differentiator: treats agent-specific configs as generated artifacts from a single source of truth, preventing drift; no telemetry by default; all processing local.
npm install agent-profileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a profile, compile for all targets (dry-run then write), run doctor check, and start local UI.
Pin to a specific version if you rely on generated file structure.
Upgrade Node.js via nvm or NodeSource.
Upgrade npm with 'npm install -g npm@latest'.
Add --force flag: npx agent-profile init --write --force
Manually navigate to http://localhost:5174 (or custom --port).
Add --write flag: npx agent-profile compile --write
Install Node.js 24+ via nvm: nvm install 24
Upgrade npm: npm install -g npm@latest
Ensure package.json exists, or create ai-profile.yaml manually.
No dependency data recorded yet.