modify template

This commit is contained in:
김경종
2026-04-17 11:11:12 +09:00
parent c554bc0bd7
commit 35593e2f7a
21 changed files with 84 additions and 65 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
{
"name": "protect-raw-sources",
"type": "command",
"command": "node \"$GEMINI_PROJECT_DIR/.gemini/hooks/protect-raw-sources.cjs\"",
"command": "node .gemini/hooks/protect-raw-sources.cjs",
"timeout": 5000,
"description": "Prevent the agent from mutating raw/ sources."
}
@@ -26,7 +26,7 @@
{
"name": "wiki-write-reminder",
"type": "command",
"command": "node \"$GEMINI_PROJECT_DIR/.gemini/hooks/wiki-write-reminder.cjs\"",
"command": "node .gemini/hooks/wiki-write-reminder.cjs",
"timeout": 5000,
"description": "Remind the agent to keep wiki/index.md and wiki/log.md in sync."
}