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:
Steve Yegge
2025-12-20 03:05:42 -08:00
parent 3050fd2ef8
commit f3b0fb780f
3 changed files with 791 additions and 796 deletions

View File

@@ -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": [
{