Files
manual_slop/.claude/settings.local.json
Ed_ 35480a26dc test(audit): fix critical test suite deadlocks and write exhaustive architectural report
- Fix 'Triple Bingo' history synchronization explosion during streaming

- Implement stateless event buffering in ApiHookClient to prevent dropped events

- Ensure 'tool_execution' events emit consistently across all LLM providers

- Add hard timeouts to all background thread wait() conditions

- Add thorough teardown cleanup to conftest.py's reset_ai_client fixture

- Write highly detailed report_gemini.md exposing asyncio lifecycle flaws
2026-03-05 01:42:47 -05:00

23 lines
642 B
JSON

{
"permissions": {
"allow": [
"mcp__manual-slop__run_powershell",
"mcp__manual-slop__py_get_definition",
"mcp__manual-slop__read_file",
"mcp__manual-slop__py_get_code_outline",
"mcp__manual-slop__get_file_slice",
"mcp__manual-slop__py_find_usages",
"mcp__manual-slop__set_file_slice",
"mcp__manual-slop__py_check_syntax",
"mcp__manual-slop__get_file_summary",
"mcp__manual-slop__get_tree",
"mcp__manual-slop__list_directory",
"mcp__manual-slop__py_get_skeleton"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"manual-slop"
]
}