Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:26 +08:00
commit 7f2c92398c
5 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "repomix-commands",
"description": "Slash commands for quick Repomix operations. Pack local and remote repositories with simple commands like /pack-local and /pack-remote.",
"version": "1.0.2",
"author": {
"name": "yamadashy"
},
"commands": [
"./commands"
]
}