Skip to content

Commit 7332b2d

Browse files
nhortonclaude
andcommitted
docs: sync cli_configuration.md hook listing with actual files
The plugin structure tree only listed hooks.json and post_commit_reminder.sh, missing deepschema_write.sh, post_compact.sh, and startup_context.sh. Surfaced by the update_documents_relating_to_src_deepwork review rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6a68f4f commit 7332b2d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/platforms/claude/cli_configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,10 @@ plugins/claude/
250250
│ └── configure_reviews/SKILL.md # Set up review rules
251251
├── hooks/ # Hook configuration
252252
│ ├── hooks.json
253-
│ └── post_commit_reminder.sh
253+
│ ├── deepschema_write.sh # PostToolUse: validate writes against DeepSchemas
254+
│ ├── post_commit_reminder.sh # PostToolUse: nudge /review after git commit
255+
│ ├── post_compact.sh # SessionStart(compact): restore workflow context
256+
│ └── startup_context.sh # SessionStart/SubagentStart: inject session/agent IDs
254257
└── .mcp.json # MCP server config (uvx deepwork serve)
255258
```
256259

0 commit comments

Comments
 (0)