Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:07:08 +08:00
commit aeec93777c
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "project-curator",
"description": "Reorganizes project structure by cleaning root clutter, creating logical folder hierarchies, and moving files to optimal locations. Tracks dependencies and fixes broken imports/paths. Use PROACTIVELY when project structure becomes unwieldy or needs architectural cleanup.",
"version": "1.0.0",
"author": {
"name": "alanKerrigan"
},
"agents": [
"./agents"
]
}