Initial project setup: Obsidian vault, PostgreSQL schema, project structure

- Set up Obsidian vault with wiki structure (Characters, Episodes, Items, Locations, Lore)
- Created PostgreSQL schema with all necessary tables (characters, items, locations, episodes, relationships)
- Added git config and .gitignore
- Created project documentation (README, CLAUDE.md)
- Added environment example file
- Prepared Docker Compose for PostgreSQL

Ready for Phase 1 implementation.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 23:03:35 +02:00
co-authored by Claude Haiku 4.5
commit b2f9762afd
11 changed files with 789 additions and 0 deletions
@@ -0,0 +1,58 @@
---
type: item
item_type: [weapon, armor, accessory, material]
tags: [item]
created: {{date}}
updated: {{date}}
---
# {{ITEM_NAME}}
## Basis-Info
- **Typ:** Waffe / Rüstung / Accessoire / Material
- **Seltenheit:**
- **Besitzer:** [[Character Name]]
- **Erstes Auftreten:** Episode/Kapitel
## Beschreibung
*Detaillierte Beschreibung des Items*
## Stats
| Eigenschaft | Wert |
|-------------|------|
| Angriff | - |
| Verteidigung | - |
| Magie-Bonus | - |
| Spezial-Effekt | - |
## Herkunft & Geschichte
*Wie wurde das Item hergestellt? Wer hat es gemacht?*
## Benötigte Ressourcen (Crafting)
*Was braucht man um dieses Item herzustellen/zu erhalten?*
| Ressource | Menge |
|-----------|-------|
| [[Resource Name]] | XX |
| [[Resource Name]] | XX |
## Träger/Besitzer
- [[Character Name]] - Zeitraum
- [[Character Name]] - Zeitraum
## Speciale Fähigkeiten
*Gibt es besondere Kräfte oder Effekte?*
## Story-Rolle
*Wie wichtig ist dieses Item für die Story?*
## Verwandte Items
- [[Item Name]]
- [[Item Name]]
## Quellen
- Anime Episode:
- Manga Kapitel:
---
Tags: #item #weapon #armor