Files
gh-udecode-dotai-claude-plu…/.claude-plugin/plugin.json
2025-11-30 09:03:26 +08:00

15 lines
305 B
JSON

{
"name": "fb",
"description": "Session management and continuity for Claude Code with automatic memory and working plan tracking",
"version": "1.0.0",
"author": {
"name": "udecode",
"email": "zbeyens@udecode.dev"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}