Skip to content

Commit d36ee25

Browse files
ericjohnolsonclaude
andcommitted
praxis: remove PreToolUse EnterPlanMode hook that caused plan mode failures
The hook that checked .light/sessions/ for research artifacts before entering plan mode was intermittently failing, disrupting the research → plan → implement flow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 467d2f4 commit d36ee25

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

plugins/praxis/hooks/hooks.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"description": "LightFactory Praxis plugin hooks for plan-mode-native RPI workflow",
33
"hooks": {
4-
"PreToolUse": [
5-
{
6-
"matcher": "EnterPlanMode",
7-
"hooks": [
8-
{
9-
"type": "prompt",
10-
"prompt": "Check .light/sessions/ for any research artifact (*-research.md). If one exists and is relevant to the current task, mention it so the planning phase can build on it."
11-
}
12-
]
13-
}
14-
]
4+
"PreToolUse": []
155
}
166
}

0 commit comments

Comments
 (0)