Files
gh-shaurgon-claude-meow-mar…/.claude-plugin/plugin.json
2025-11-30 08:56:18 +08:00

43 lines
1.0 KiB
JSON

{
"name": "awesome-memory",
"description": "Intelligent context persistence that automatically saves and restores your project state between Claude Code sessions",
"version": "1.0.0",
"author": {
"name": "Shaurgon",
"email": "shaurgon@gmail.com",
"url": "https://github.com/shaurgon"
},
"agents": [
"./agents/context-manager.md"
],
"commands": [
"./commands/context-save.md",
"./commands/context-restore.md"
],
"hooks": [
"./config/hooks.json"
],
"mcp": {
"conport": {
"command": "uvx",
"args": [
"--from",
"context-portal-mcp",
"conport-mcp",
"--mode",
"stdio",
"--log-level",
"INFO"
],
"description": "Context Portal - Architectural decision tracking and project context management"
},
"clickup": {
"command": "npx",
"args": [
"-y",
"@hauptsache.net/clickup-mcp"
],
"description": "ClickUp MCP - Task management and project tracking integration"
}
}
}