Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:32 +08:00
commit 70666f6b1e
6 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "claudisms",
"description": "Operational guidelines: terse responses, sequential execution, no destructive ops without confirmation",
"version": "2.2.0",
"author": {
"name": "Jefferson Warrior",
"github": "https://github.com/jeffersonwarrior"
},
"commands": [
"./commands/claudisms-settings.md",
"./commands/claudisms-reload.md"
],
"hooks": [
"./hooks.json"
]
}