diff --git a/README.md b/README.md index 07fce77..f1d66fc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,29 @@ # Lilith Platform Tooling -Claude Code configuration for the Lilith Platform workspace. +Development tooling and Claude Code configuration for the Lilith Platform workspace. -## Purpose +## bitch CLI + +Global development CLI for managing packages across workspaces. + +```bash +# Install +npm install -g @lilith/bitch --registry=http://forge.nasty.sh/api/packages/lilith/npm/ + +# Commands +bitch status # Git status of all repos +bitch publish --status # Check registry versions +bitch publish # Publish packages +bitch bump patch # Bump versions +bitch consumers @pkg # Find package consumers +bitch ci # CI status +bitch init my-pkg --type react # Scaffold new package +bitch commits start 5m -R # Auto-commit daemon +``` + +See `docs/technical/BITCH_CLI.md` for full documentation. + +## Claude Code Configuration Centralized, version-controlled Claude configuration including: - `CLAUDE.md` - Main instruction file (symlinked to workspace root)