chore: sync vault to ~/cosmic-brain (Obsidian-registered path)

This commit is contained in:
Daniel
2026-04-07 12:05:18 +03:00
commit 4dc6ff3b32
50 changed files with 4407 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "cosmic-brain-marketplace",
"owner": {
"name": "AgriciDaniel",
"email": "github@agricidaniel"
},
"metadata": {
"description": "cosmic-brain — Claude + Obsidian knowledge companion by AgriciDaniel",
"version": "1.0.0"
},
"plugins": [
{
"name": "cosmic-brain",
"source": {
"source": "github",
"repo": "AgriciDaniel/cosmic-brain",
"ref": "main"
},
"description": "Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects.",
"version": "1.0.0",
"author": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"homepage": "https://github.com/AgriciDaniel/cosmic-brain",
"repository": "https://github.com/AgriciDaniel/cosmic-brain",
"license": "MIT"
}
]
}

View File

@@ -0,0 +1,26 @@
{
"name": "cosmic-brain",
"version": "1.1.0",
"description": "Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern.",
"author": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"license": "MIT",
"homepage": "https://github.com/AgriciDaniel/cosmic-brain",
"repository": "https://github.com/AgriciDaniel/cosmic-brain",
"keywords": [
"obsidian",
"knowledge-base",
"wiki",
"memory",
"notetaker",
"second-brain",
"vault",
"markdown",
"cross-project",
"llm-wiki",
"karpathy",
"pkm"
]
}