Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:13 +08:00
commit c2e58f5d7e
12 changed files with 3441 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "tabula-scripta",
"description": "Working memory system for Claude Code - integrates with Obsidian via MCP for persistent, cross-session memory management",
"version": "0.1.0",
"author": {
"name": "Drew Ritter",
"email": "drew@ritter.dev"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}