-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcortex-hooks.1
More file actions
59 lines (58 loc) · 1.43 KB
/
Copy pathcortex-hooks.1
File metadata and controls
59 lines (58 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH CORTEX-HOOKS 1 "2026-05-02" "cortex-hooks 2.0.0" "User Commands"
.SH NAME
cortex-hooks \- Command-line tool
.SH SYNOPSIS
.B cortex-hooks
[
B-h
R |
B--help
R]
.br
.B cortex-hooks
ICOMMAND
R [
ISUBCOMMAND
R] [
IARGS
R...]
.SH DESCRIPTION
.B cortex-hooks
.SH COMMANDS
Available commands:
.TP
.B skill-suggest
UserPromptSubmit hook: suggest relevant skills (invoked by Claude Code, not usually run directly)
.TP
.B agent-suggest
UserPromptSubmit hook: suggest relevant specialist agents for consultation or delegation
.TP
.B large-file-gate
PostToolUse hook: block oversized files in the changed set
.TP
.B subagent-output-validator
SubagentStop hook: flag hallucinated file references in subagent output
.TP
.B workspace-validator
PreToolUse hook (Task matcher): validate paths referenced in Task prompts before subagent spawns
.TP
.B install
Register a cortex hook subcommand in ~/.claude/settings.json
.TP
.SH OPTIONS
.TP
.B \-h, \-\-help
Show help message and exit
.SH ENVIRONMENT
.TP
.B CLAUDE_PLUGIN_ROOT
Override for context directory (set automatically by Claude Code when running plugin commands)
.SH FILES
.TP
.B ~/.claude/
Default context directory containing agents, modes, rules, and other configuration
.SH SEE ALSO
.BR cortex-hooks-tui (1),
.BR cortex-hooks-workflow (1)
.SH AUTHORS
Nicholas Ferguson <ncf423@gmail.com>