Install on Install your virtualenv with
python3 -m venv .venv
. .venv/bin/activate
pip install -e . rtk init --codex
npx skills add JuliusBrussee/caveman -a codexpython3 -m unittest discover -s tests && pylint $(git ls-files '*.py')
To just populate a throw-away database:
FIND_HOME=/tmp docker compose up --build
To check token usage use something like
npx ccusage
To install caveman we used
npx skills add JuliusBrussee/caveman -a codex
# Also install rtk command to further reduce token usage
brew install rtk