Includes:
AGENTS.mdmemory-bank/starter files- generated index placeholders
.clineignore.gitignore- bootstrap scripts
- a Python repository index generator
- optional git hook installers
- ready-to-use git hooks
- Copy this pack into your repo root.
- Run:
python scripts/generate_repo_index.py
- Optionally install git hooks:
- Windows PowerShell:
./scripts/install-git-hooks.ps1
- macOS/Linux:
bash scripts/install-git-hooks.sh
- Windows PowerShell:
Note windows powershell users might need to run
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
In the terminal before running the .ps1 scripts
post-commit: regenerates the repository index after each commitpost-merge: regenerates the repository index after merges/pullspost-checkout: regenerates the repository index when switching branches
This helps keep:
memory-bank/repoMap.generated.mdmemory-bank/fileInventory.generated.mdmemory-bank/recentChanges.generated.md
fresh automatically.