Files
recordingtest/.claude/settings.json
2026-04-07 20:35:45 +09:00

78 lines
1.5 KiB
JSON

{
"permissions": {
"allow": [
"mcp__gitea__get_me",
"mcp__gitea__create_repo",
"mcp__gitea__issue_write",
"mcp__gitea__issue_read",
"Edit(/.claude/skills/golden-file-normalizer/**)",
"Edit(/.claude/skills/flaui-cookbook/**)"
],
"additionalDirectories": [
"C:\\Users\\nbright\\.claude"
]
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/session-start-progress.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/guard-sut-launch.sh"
}
]
},
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/guard-sut-folder.sh"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/stop-handoff-reminder.sh"
}
]
},
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/aptabase-accumulate.sh"
}
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/aptabase-commit.sh"
}
]
}
]
}
}