modify template
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user