You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The three-file format is **68% faster** in benchmarks because grep hits are more targeted — searching for a function name hits only the `.calls` file with caller/callee data, not a combined blob.
136
-
137
-
**Tell your agent about the files** by adding this to `CLAUDE.md` or `AGENTS.md`:
121
+
Add the Supermodel graph-file prompt to `CLAUDE.md`, `AGENTS.md`, or your agent's instruction file:
Copy file name to clipboardExpand all lines: cmd/hook.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ func init() {
11
11
12
12
c:=&cobra.Command{
13
13
Use: "hook",
14
-
Short: "Forward Claude Code file-change events to the watch daemon",
15
-
Long: `Reads a Claude Code PostToolUse JSON payload from stdin and forwards the file path to the running watch daemon via UDP. Install as a PostToolUse hook in .claude/settings.json.`,
14
+
Short: "Forward Claude Code file-change events to the Supermodel daemon",
15
+
Long: `Reads a Claude Code PostToolUse JSON payload from stdin and forwards the file path to the running Supermodel daemon via UDP. Install as a PostToolUse hook in .claude/settings.json.`,
0 commit comments