Skip to content

Commit 10eba8c

Browse files
committed
Release v1.1.13
1 parent af4c665 commit 10eba8c

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@ After install, Claude uses it automatically. Restart Claude if already running.
2121
| `ccft status` | Check running |
2222
| `ccft install` | Install as service |
2323
| `ccft update` | Update |
24+
| `ccft brainrot` | Vibe-check your sessions (see below) |
25+
26+
## Brainrot
27+
28+
Two-axis vibe-check on your sessions. Splits **bot drift** (output collapse, latency choke) from **driver drift** (input bloat, rapid-fire, session sprawl). Tells you whose fault.
29+
30+
```
31+
bot 37/100 — fine
32+
driver 71/100 — cooked 🔥
33+
↳ prompts are bloating or driver is rapid-firing
34+
```
35+
36+
Behavioural only — derived from velocities, latencies, permutations, and volumetrics in the ledger. Never reads your content.
37+
38+
| Command | What |
39+
|---|---|
40+
| `ccft brainrot` | Today's dashboard |
41+
| `ccft brainrot week` | 7-day rollup |
42+
| `ccft brainrot replay --follow` | Live tail of new requests |
43+
| `ccft brainrot diff today yesterday` | Compare two ranges |
44+
| `ccft brainrot session [sid]` | Drill into one session |
45+
| `ccft brainrot score` | One-liner for status bars |
2446

2547
## Config
2648

@@ -32,4 +54,4 @@ After install, Claude uses it automatically. Restart Claude if already running.
3254

3355
## Logs
3456

35-
`~/.local/share/ccft/logs/`
57+
`~/.local/share/ccft/logs/`

cc-flytrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# cc-flytrap - Claude Code System Prompt Stripper
44
#
55

6-
VERSION="1.1.12"
6+
VERSION="1.1.13"
77

88
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99
exec "$SCRIPT_DIR/bin/ccft" "$@"

0 commit comments

Comments
 (0)