Skip to content

Commit ec4338c

Browse files
committed
fix: wrong key in reminder hook
1 parent bf52b07 commit ec4338c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/utils/assets/.claude/hooks/abcoder/reminder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
cat <<EOF
33
{
44
"continue": true,
5-
"systemMessage": "<system-reminder>This is a reminder that when executing the ABCoder code analysis workflow, after locating the target node, you MUST use the get_ast_node tool. It is required to recursively call get_ast_node to obtain the complete AST node information, including type, code, position, and related relationships (dependency, reference, inheritance, implementation, grouping node IDs).</system-reminder>",
65
"hookSpecificOutput": {
7-
"hookEventName": "PostToolUse"
6+
"hookEventName": "PostToolUse",
7+
"additionalContext": "<system-reminder>This is a reminder that when executing the ABCoder code analysis workflow, after locating the target node, you MUST use the get_ast_node tool. It is required to recursively call get_ast_node to obtain the complete AST node information, including type, code, position, and related relationships (dependency, reference, inheritance, implementation, grouping node IDs).</system-reminder>"
88
}
99
}
1010
EOF

0 commit comments

Comments
 (0)