Last active
December 20, 2025 05:10
-
-
Save scarf005/df8d1218d394e51be301c84fabf64ffb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "attribution": { | |
| "commit": "", | |
| "pr": "" | |
| }, | |
| "hooks": { | |
| "SessionStart": [ | |
| { | |
| "matcher": "startup", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi" | |
| } | |
| ] | |
| }, | |
| { | |
| "matcher": "clear", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi" | |
| } | |
| ] | |
| }, | |
| { | |
| "matcher": "compact", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "if [ -f \"$CLAUDE_PROJECT_DIR/AGENTS.md\" ]; then cat \"$CLAUDE_PROJECT_DIR/AGENTS.md\"; fi" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "statusLine": { | |
| "type": "command", | |
| "command": "bunx -y ccstatusline@latest", | |
| "padding": 0 | |
| }, | |
| "enabledPlugins": { | |
| "clangd-lsp@claude-plugins-official": true, | |
| "github@claude-plugins-official": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment