From d4744acea8a8d6fc4b9a19993ec759d2a76bb8fb Mon Sep 17 00:00:00 2001 From: Tomasz Tomczyk Date: Sat, 28 Mar 2026 16:51:16 +0000 Subject: [PATCH] feat: add crit to Companion Apps & GUIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40e324e..cda0dfb 100644 --- a/README.md +++ b/README.md @@ -809,6 +809,7 @@ claude-code-toolkit/ 800+ files | [Claw](https://github.com/jamesrochabrun/Claw) | 86 | Native macOS app wrapping Claude Code SDK in Swift. Plan Mode, MCP Integration, Custom System Prompts | | [The Claude Protocol](https://github.com/AvivK5498/The-Claude-Protocol) | 149 | Enforcement layer wrapping Claude Code with 13 hooks -- blocks unsafe operations, enforces worktree isolation | | [Notch So Good](https://github.com/deepshal99/notch-so-good) | new | macOS notch-based session monitor with pixel-art companion, 13 animations, smart notifications, multi-session support | +| [crit](https://github.com/tomasz-tomczyk/crit) | 105 | Local browser UI for inline code review of any file or agent output; integrates with Claude Code via plan-hook to review and approve plans before execution, outputs structured .crit.json for agent consumption. | ---