Local CLI utilities for working inside repo directories.
make install-appInstalls a packaged global app via pipx from a built wheel. After install, the repo itself is no longer needed by the installed command.
make install-dev-globalInstalls a global editable dev version via pipx. The installed vibe command points at this repo, so local changes are reflected without reinstalling.
make build-distBuilds distribution artifacts in dist/:
- wheel for installation
- sdist for distribution/publishing later
vibe
vibe status
vibe config api
vibe config postgres
vibe servers list
vibe project add .install-appis for a packaged global install.install-dev-globalis for editable development.build-distdoes not publish; it only builds artifacts locally.pyproject.tomldefines the installed scripts:vibeandvibe-setup.
The CLI stores repo-local state in .vibe-tools/:
.vibe-tools/
config.json
logs/
costs/
instructions/
run-pids.json
Shared global metadata is stored in ~/.vibe-tools/.