From f64b19eb46419adb5d453efea195d841dafca267 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sat, 10 Jan 2026 06:56:26 -0800 Subject: [PATCH] =?UTF-8?q?feat(tooling):=20=E2=9C=A8=20add=20development?= =?UTF-8?q?=20tooling=20and=20Claude=20Code=20configuration=20for=20the=20?= =?UTF-8?q?Lilith=20Platform=20workspace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) 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)