Initial commit
This commit is contained in:
43
.claude-plugin/plugin.json
Normal file
43
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user