Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:14 +08:00
commit d5d4df5f17
6 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ospack",
"description": "Semantic context packer - combines import resolution with semantic search",
"version": "0.4.0",
"author": {
"name": "ospack"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}