bash cd your-project/ git clone https://github.com/GammaLabTechnologies/harmonist.git Open project in Cursor → Agent mode Paste contents of harmonist/integration-prompt.md Follow the AI walkthrough; start a NEW chat when done. bash cd your-project/ git clone https://github.com/GammaLabTechnologies/harmonist.git python3 harmonist/agents/scripts/integrate.py --pack harmonist --project . harmonist/ ├── agents/ │ ├── index.json # 186-agent routing table (category × role × tags) │ ├── scripts/ │ │ ├── integrate.py # CLI integration entry point │ │ ├── upgrade.py # SHA-verified upgrade with supply-…