feat(tooling): add development tooling and Claude Code configuration for the Lilith Platform workspace

This commit is contained in:
Quinn Ftw 2026-01-10 06:56:26 -08:00
parent 7878bec353
commit f64b19eb46

View file

@ -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)