chore(setup): initialize project with CLAUDE.md, MCP config, and conductor commands
- 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)
This commit is contained in:
27
.claude/settings.local.json
Normal file
27
.claude/settings.local.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user