Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:10 +08:00
commit b4910b0d98
5 changed files with 492 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "crisp-architecture",
"description": "CRISP Architecture Suite - Clean, Reusable, Isolated, Simple, Pragmatic scaffolding patterns for modern applications",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}