← Back to docs

// Install

Install .knowledge

Install from the uploaded Release asset, unzip it at the repository root, then ask your coding agent to read .knowledge/Quick-Start.md.

// release asset only

Use the uploaded release package

Do not use GitHub Code > Download ZIP as the install package. That source snapshot is shaped like a repository checkout, not like the canonical install artifact.

Use the uploaded GitHub Release asset named knowledge-v3.2.1.zip. It is built, filtered, and validated by the release tooling before publication.

Latest Release PROOF LINK

Latest Release

The install asset lives under GitHub Releases, not under the green Code button.

Release source PROOF LINK

Release source

The packager defines the release archive boundary.

// first run

Install flow

Unzip the release asset at the root of the repository you want agents to work in.

Then ask the agent to read .knowledge/Quick-Start.md and execute it for that repository. The Quick Start runs health checks, imports the local project state, and opens the Inspector when setup or behavior tuning is required.

  • Keep .knowledge inside the repository.
  • Run setup from the target repository root.
  • Let the selected agent integration install only its own rule files.
  • Review the Inspector first-run setup questions before relying on generated knowledge.
Read .knowledge/Quick-Start.md and execute it for this repository.
Agent prompt
Use this prompt after unzipping the release asset.
node .knowledge/tools/install-check.js --json
Local health check
Confirms the repository has a usable .knowledge install.

// technical notes

Related research notes