Skip to content

Commit c6377c6

Browse files
committed
docs: Fix markdownlint issues
1 parent c1ae807 commit c6377c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/analysis_windows_hangs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Following up on the great context provided by @L0rdS474n, I've completed a full
44

55
**Findings:**
66
The following plugins are confirmed to be missing `"async": true` for their command-based hooks, which is the direct cause of the Windows startup hang:
7+
78
1. `plugins/hookify/hooks/hooks.json`
89
2. `plugins/security-guidance/hooks/hooks.json`
910
3. `plugins/explanatory-output-style/hooks/hooks.json`
@@ -15,6 +16,7 @@ On Windows, synchronous subprocess calls (especially during the `SessionStart` o
1516

1617
**Next Steps for Maintainers:**
1718
Since PR #354 was auto-closed due to policy, I recommend that a team member cherry-pick the following changes to restore Windows stability:
19+
1820
- **Add `"async": true`** to every hook entry of type `"command"` or `"shell"` in the 5 files listed above.
1921
- **Investigate the Trivago connector**: As noted by the community, this connector might be inheriting or triggering similar blocking behavior when proxied to Claude Code. If it uses hooks, it likely also needs `async: true`.
2022

0 commit comments

Comments
 (0)