Initial commit: workspace docs and Cursor config

Made-with: Cursor
This commit is contained in:
Ivan Fontosh
2026-04-24 07:36:40 +08:00
commit 74625d55e3
11 changed files with 519 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"version": 1,
"hooks": {
"stop": [
{
"command": "node .cursor/hooks/final-verify.cjs"
}
]
}
}