Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:33:08 +08:00

16 lines
463 B
JSON

{
"name": "context-management",
"description": "Context persistence, restoration, and long-running conversation management",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/context-management/agents/context-manager.md"
],
"commands": [
"./plugins/context-management/commands/context-save.md",
"./plugins/context-management/commands/context-restore.md"
]
}