Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:15 +08:00
commit 6b8a055e98
6 changed files with 377 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "flow",
"description": "Namespaced Flow commands for commit authoring, push safety, and CI analysis in Claude Code.",
"version": "1.0.1",
"author": {
"name": "Ilya Nikokoshev"
},
"commands": [
"./commands"
]
}