Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 866 Bytes

File metadata and controls

45 lines (33 loc) · 866 Bytes

Start Here - KontextMind Clean Share Package

This is a clean source package for KontextMind. It excludes local secrets, generated runtime memory, build outputs, and dependency folders.

Windows setup

  1. Install Node.js 20+ or run setup with -InstallPrerequisites to try winget-based installation.
  2. Open PowerShell or CMD in this folder.
  3. Run:
.\setup.bat

or:

powershell -ExecutionPolicy Bypass -File .\setup.ps1

Useful options:

.\setup.ps1 -InstallPrerequisites
.\setup.ps1 -RunDoctor
.\setup.ps1 -MockKnowledgeBase

After setup

kontextmind --version
kontextmind doctor
kontextmind status

For a new target project, run:

kontextmind init --yes --mode full-agent
kontextmind scan
kontextmind index
kontextmind summarize --all
kontextmind kb build --mock