Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:26 +08:00
commit 2bbfb3f5bc
9 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}