Releases: AHappyAtlas/ai-knowledge-center
Release list
AI Knowledge Center v0.2.1
Highlights
- Adds third-party dependency notices and reproducible audit commands to the npm package.
- Removes an unused font runtime dependency, eliminating the production npm audit findings and reducing package size.
- Keeps the local-first context, verification-gates, and repo-scoped MCP workflow introduced in v0.2.0.
Install or upgrade
npm install -g ai-knowledge-center@0.2.1
Initialize a project with aikc upgrade --project . --write --ai.
Validation
Verified with clean install, typecheck, lint, production build, zero production dependency audit findings, package dry run, and isolated local/global installation smoke tests. GitHub Actions verifies Windows, macOS, and Linux.
Rollback
npm install -g ai-knowledge-center@0.2.0
Learn more
AI Knowledge Center v0.2.0
AI Knowledge Center v0.2.0
Local-first project context, verification gates, and repository-scoped MCP for coding agents.
Highlights
aikc context-packidentifies the smallest relevant project context for an agent task.- Persistent, privacy-safe gate evidence is available in the dashboard.
- Repository-scoped stdio MCP exposes project knowledge, manifests, skills, context packs, and allowlisted gates.
- Reproducible TypeScript, existing-project upgrade, and multi-agent skills examples are included.
Install
npm install -g ai-knowledge-center@0.2.0
Upgrade and rollback
Upgrade an existing project with aikc upgrade --project . --write --ai.
Rollback the CLI with npm install -g ai-knowledge-center@0.1.21.
Verified platforms
The published package is smoke-tested on Windows, macOS, and Linux: pack, isolated local install, isolated global install, project initialization, doctor, and context-pack.