Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:57 +08:00
commit 73129bda10
5 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "insights-mode",
"description": "Explains architecture decisions, trade-offs, and patterns while writing complete code",
"version": "1.0.0",
"author": {
"name": "Geisson"
},
"hooks": [
"./hooks"
]
}