Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user