feat(tooling): ✨ add development tooling and Claude Code configuration for the Lilith Platform workspace
This commit is contained in:
parent
7878bec353
commit
f64b19eb46
1 changed files with 23 additions and 2 deletions
25
README.md
25
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue