- CLAUDE.md: full project guidance (architecture, MMA workflow, beads task lifecycle, code conventions, policy rules, commit guidelines) - .mcp.json: manual-slop-tools MCP server registration (26+ dev tools) - .claude/settings.json: Claude Code project settings - .claude/settings.local.json: MCP server permissions - .claude/commands/: 9 conductor slash commands (conductor-setup, conductor-status, conductor-implement, conductor-new-track, conductor-verify, mma-tier1 through tier4)
28 lines
978 B
JSON
28 lines
978 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__manual-slop-tools__run_powershell",
|
|
"mcp__manual-slop-tools__py_get_skeleton",
|
|
"mcp__manual-slop-tools__py_get_code_outline",
|
|
"mcp__manual-slop-tools__py_get_definition",
|
|
"mcp__manual-slop-tools__read_file",
|
|
"mcp__manual-slop-tools__list_directory",
|
|
"mcp__manual-slop-tools__get_file_summary",
|
|
"mcp__manual-slop-tools__py_get_signature",
|
|
"mcp__manual-slop-tools__py_get_var_declaration",
|
|
"mcp__manual-slop-tools__py_get_imports",
|
|
"mcp__manual-slop-tools__get_file_slice",
|
|
"mcp__manual-slop-tools__set_file_slice",
|
|
"mcp__manual-slop-tools__py_set_signature",
|
|
"mcp__manual-slop-tools__py_set_var_declaration",
|
|
"mcp__manual-slop-tools__py_check_syntax",
|
|
"mcp__manual-slop-tools__get_git_diff",
|
|
"mcp__manual-slop-tools__get_tree"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"manual-slop-tools"
|
|
]
|
|
}
|