File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,7 @@ def main():
114114 f"New changes detected: { ', ' .join (new_significant_changes [:3 ])} { '...' if len (new_significant_changes ) > 3 else '' } .\n "
115115 f"Please add or update a one-line entry to { journal_file } "
116116 "describing the work you just did. Do not stop until this file is updated."
117- ),
118- continue_flag = False
117+ )
119118 )
120119
121120 except Exception as e :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def main():
117117 "```\n " + error_message .strip () + "\n ```\n "
118118 "Fix these issues and ensure 'make' passes before continuing."
119119 )
120- utils .send_hook_decision ("deny" , reason = fail_reason , continue_flag = False )
120+ utils .send_hook_decision ("deny" , reason = fail_reason )
121121 else :
122122 # make passed
123123 update_last_run_timestamp ()
Original file line number Diff line number Diff line change 7676 "name" : " update-journal-and-changelog" ,
7777 "type" : " command" ,
7878 "command" : " python3 .gemini/hooks/journal.py"
79- }
80- ]
81- },
82- {
83- "matcher" : " *" ,
84- "hooks" : [
79+ },
8580 {
8681 "name" : " notify-user" ,
8782 "type" : " command" ,
You can’t perform that action at this time.
0 commit comments