-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinstall-client-config.json
More file actions
42 lines (42 loc) · 1.29 KB
/
install-client-config.json
File metadata and controls
42 lines (42 loc) · 1.29 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
{
"cursor": {
"adapters": ["_lib.sh", "cursor.sh", "generic.sh"],
"hook_events": {
"beforeShellExecution": ["1password-validate-mounted-env-files"]
},
"project": {
"install_dir": ".cursor/cursor-1password-hooks-bundle",
"config_path": ".cursor/hooks.json"
}
},
"github-copilot": {
"adapters": ["_lib.sh", "generic.sh", "github-copilot.sh"],
"hook_events": {
"PreToolUse": ["1password-validate-mounted-env-files"]
},
"project": {
"install_dir": ".github/github-copilot-1password-hooks-bundle",
"config_path": ".github/hooks/hooks.json"
}
},
"claude-code": {
"adapters": ["_lib.sh", "claude-code.sh", "generic.sh"],
"hook_events": {
"PreToolUse": ["1password-validate-mounted-env-files"]
},
"project": {
"install_dir": ".claude/claude-code-1password-hooks-bundle",
"config_path": ".claude/settings.json"
}
},
"windsurf": {
"adapters": ["_lib.sh", "windsurf.sh", "generic.sh"],
"hook_events": {
"pre_run_command": ["1password-validate-mounted-env-files"]
},
"project": {
"install_dir": ".windsurf/windsurf-1password-hooks-bundle",
"config_path": ".windsurf/hooks.json"
}
}
}