Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:41 +08:00
commit 9ddf7bc2c1
16 changed files with 3723 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "azkg",
"description": "Agent-maintained Zettelkasten knowledge graph",
"version": "0.1.0",
"author": {
"name": "Donald Thompson",
"email": "dthompson@witt3rd.com"
},
"commands": [
"./commands/conform-note.md",
"./commands/create-note.md",
"./commands/expand-graph.md",
"./commands/graph-add-relationship.md",
"./commands/graph-moc.md",
"./commands/graph-note.md",
"./commands/graph-stats.md",
"./commands/graph-validate.md",
"./commands/learning-path.md",
"./commands/refresh-topic.md",
"./commands/rename-note.md",
"./commands/search-notes.md",
"./commands/update-note.md"
]
}