mergegate/.claude/settings.json
林 駿甫 (Shunsuke Hayashi) 263adf87cd feat(protocol): expand Obsidian wikilinks in attach_context
When attaching Obsidian notes, extract [[wikilinks]] from the note
content and resolve them to actual vault files. Linked notes are
attached as "obsidian_wikilink" type, bounded by remaining_tokens.

Supports both [[Note]] and [[Note|Display]] syntax.

Closes #102

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 10:21:01 +09:00

16 lines
311 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Edit|Write|NotebookEdit",
"hook": "bash scripts/hook-check-lock.sh \"$TOOL_INPUT\""
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hook": "bash scripts/hook-post-bash.sh \"$TOOL_INPUT\""
}
]
}
}