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

39
_templates/comparison.md Normal file
View File

@@ -0,0 +1,39 @@
---
type: comparison
title: "<% tp.file.title %>"
subjects:
- "[[Subject A]]"
- "[[Subject B]]"
dimensions:
- "dimension 1"
- "dimension 2"
verdict: "Replace with one-line conclusion."
created: <% tp.date.now("YYYY-MM-DD") %>
updated: <% tp.date.now("YYYY-MM-DD") %>
tags:
- comparison
status: seed
related: []
sources: []
---
# <% tp.file.title %>
## Overview
Replace with: why these two things are being compared and what question this answers.
## Comparison
| Dimension | Subject A | Subject B |
|-----------|-----------|-----------|
| | | |
| | | |
## Verdict
Replace with: one clear conclusion — which is better for what use case.
## Sources
-

40
_templates/concept.md Normal file
View File

@@ -0,0 +1,40 @@
---
type: concept
title: "<% tp.file.title %>"
complexity: intermediate
domain: ""
aliases: []
created: <% tp.date.now("YYYY-MM-DD") %>
updated: <% tp.date.now("YYYY-MM-DD") %>
tags:
- concept
status: seed
related: []
sources: []
---
# <% tp.file.title %>
## Definition
[What this concept is. Declarative, present tense. One clear paragraph.]
## How It Works
[Mechanism or explanation]
## Why It Matters
[Significance in this domain]
## Examples
-
## Connections
-
## Sources
-

32
_templates/entity.md Normal file
View File

@@ -0,0 +1,32 @@
---
type: entity
title: "<% tp.file.title %>"
entity_type: person
role: ""
first_mentioned: "[[]]"
created: <% tp.date.now("YYYY-MM-DD") %>
updated: <% tp.date.now("YYYY-MM-DD") %>
tags:
- entity
status: seed
related: []
sources: []
---
# <% tp.file.title %>
## Overview
[Who or what this is. One paragraph.]
## Key Facts
-
## Connections
-
## Sources
-

31
_templates/question.md Normal file
View File

@@ -0,0 +1,31 @@
---
type: question
title: "<% tp.file.title %>"
question: ""
answer_quality: draft
created: <% tp.date.now("YYYY-MM-DD") %>
updated: <% tp.date.now("YYYY-MM-DD") %>
tags:
- question
status: developing
related: []
sources: []
---
# <% tp.file.title %>
**Question:** [restate the original query]
## Answer
[The synthesized answer, with citations to specific wiki pages]
(Source: [[]])
## Confidence
[draft | solid | definitive] — [why]
## Related Questions
-

39
_templates/source.md Normal file
View File

@@ -0,0 +1,39 @@
---
type: source
title: "<% tp.file.title %>"
source_type: article
author: ""
date_published: <% tp.date.now("YYYY-MM-DD") %>
url: ""
confidence: medium
key_claims:
- ""
created: <% tp.date.now("YYYY-MM-DD") %>
updated: <% tp.date.now("YYYY-MM-DD") %>
tags:
- source
status: seed
related: []
sources: []
---
# <% tp.file.title %>
## Summary
[2-3 sentence summary of the source]
## Key Claims
-
## Entities Mentioned
- [[]] —
## Concepts Introduced
- [[]] —
## Notes