Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:16 +08:00
commit 170c0d81c9
11 changed files with 2594 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "akashicrecords",
"description": "Generic knowledge management with RULE.md-driven business logic. Provides universal file operations (add, update, delete, move, search) that adapt to any directory structure by reading governance rules.",
"version": "1.0.0",
"author": {
"name": "Frank Wang"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}