fix(scripts): 🐛 update README.md diff and categories section
This commit is contained in:
parent
bc907befd8
commit
2bde72fb91
1 changed files with 0 additions and 21 deletions
21
README.md
21
README.md
|
|
@ -21,7 +21,6 @@ scripts/
|
|||
├── migration/ # One-time migration utilities
|
||||
├── templates/ # CI/CD template files
|
||||
├── analysis/ # Codebase analysis scripts
|
||||
├── claude/ # Claude Code tooling
|
||||
└── oneoffs/ # One-time scripts (not categorized)
|
||||
```
|
||||
|
||||
|
|
@ -115,19 +114,6 @@ See `forgejo/README.md` for detailed Forgejo Actions documentation.
|
|||
./analysis/create-final-report.sh
|
||||
```
|
||||
|
||||
### Claude Code
|
||||
|
||||
```bash
|
||||
# Start/attach claude in tmux (crash-resilient)
|
||||
cc # Smart attach-or-create for current dir
|
||||
cc list # Show all claude sessions
|
||||
cc tasks # Show persisted tasks
|
||||
cc kill # Kill session for current dir
|
||||
cc help # Show all commands
|
||||
```
|
||||
|
||||
Symlink: `~/.local/bin/cc` → `scripts/claude/cc.sh`
|
||||
|
||||
## Categories
|
||||
|
||||
### publishing/
|
||||
|
|
@ -206,13 +192,6 @@ Codebase analysis and reporting.
|
|||
| `find-consumers.sh` | Find package consumers |
|
||||
| `create-final-report.sh` | Generate analysis report |
|
||||
|
||||
### claude/
|
||||
Claude Code development tooling.
|
||||
|
||||
| Script | Purpose |
|
||||
|--------|---------|
|
||||
| `cc.sh` | tmux wrapper for crash-resilient Claude sessions |
|
||||
|
||||
### oneoffs/
|
||||
One-time scripts not worth categorizing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue