16 lines
382 B
JSON
16 lines
382 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": [
|
|
"./agents/context-manager.md"
|
|
],
|
|
"commands": [
|
|
"./commands/context-save.md",
|
|
"./commands/context-restore.md"
|
|
]
|
|
} |