Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:39 +08:00
commit 3243e06ddb
5 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "feature-tracker",
"description": "Track feature development with Notion integration",
"version": "1.0.0",
"author": {
"name": "Lightsoft"
},
"commands": [
"./commands"
]
}