refactor: consolidate agent instructions into CLAUDE.md
Move all agent instructions from AGENTS.md into CLAUDE.md, which Claude Code reads automatically. AGENTS.md now just redirects. Also remove MCP server from plugin.json - the plugin now uses hooks-only mode for better token efficiency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -13,21 +13,8 @@
|
||||
"issue-tracker",
|
||||
"task-management",
|
||||
"ai-workflow",
|
||||
"agent-memory",
|
||||
"mcp-server"
|
||||
"agent-memory"
|
||||
],
|
||||
"mcpServers": {
|
||||
"beads": {
|
||||
"command": "uv",
|
||||
"args": [
|
||||
"--directory",
|
||||
"${CLAUDE_PLUGIN_ROOT}/integrations/beads-mcp",
|
||||
"run",
|
||||
"beads-mcp"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user