development #50

Merged
lmiranda merged 3 commits from development into main 2026-01-21 02:50:36 +00:00
6 changed files with 5 additions and 11 deletions
Showing only changes of commit 2a2ac5f85e - Show all commits

View File

@@ -16,6 +16,5 @@
"requirements",
"methodology"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

@@ -16,7 +16,5 @@
"claude-md",
"developer-tools"
],
"entryPoint": "agents/maintainer.md",
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

@@ -18,6 +18,5 @@
"dcim"
],
"commands": ["./commands/"],
"agents": ["./agents/"],
"mcpServers": "./.mcp.json"
"mcpServers": ["./.mcp.json"]
}

View File

@@ -16,6 +16,5 @@
"branch",
"automation"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

@@ -17,6 +17,5 @@
"multi-agent"
],
"commands": ["./commands/"],
"agents": ["./agents/"],
"mcpServers": ["./.mcp.json"]
}

View File

@@ -17,5 +17,5 @@
"lessons-learned"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"mcpServers": ["./.mcp.json"]
}