From 2bde72fb91b7c074e31f132cd43ba07c46d8afd1 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 10:43:38 -0800 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=F0=9F=90=9B=20update=20README.?= =?UTF-8?q?md=20diff=20and=20categories=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index eab1217..bcc3a74 100644 --- a/README.md +++ b/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.