snapshot: preserve central wiki state 2026-08-15 (7 modified + 1 new file)

This commit is contained in:
Tony0410
2026-08-15 22:11:30 +08:00
commit 92e8028bb8
71 changed files with 9897 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
---
title: Obsidian Vault
type: systems
status: active
created: 2026-07-26
updated: 2026-07-26
confidence: high
tags: [obsidian, notes, vault, homelab]
---
# Obsidian Vault
## Purpose
Personal knowledge base — notes, research, projects, and agent documentation.
## Details
- **Location:** `/home/hermes/wiki/` (on CT460)
- **Git repo:** Gitea (`Anthony/obsidian-vault`)
- **Structure:** NUMBERED folders (00-99)
- **Sync:** Git-based (manual or cron-triggered)
## Folder Structure
| Folder | Purpose |
|---|---|
| `00 - Home` | Dashboard and entry points |
| `10 - Inbox` | New/unprocessed notes |
| `20 - Agent Notes` | Notes from AI agents |
| `30 - Projects` | Active project documentation |
| `50 - Research` | Research and investigations |
| `60 - Resources` | Reference materials |
| `70 - Reference` | Quick lookup |
| `90 - Archive` | Completed/old material |
| `99 - Templates` | Note templates |
## Conventions
- Numbered folders preferred (Anthony corrected twice)
- Check Mnemosyne before vault work
- Don't impose structure changes without understanding usage
## Related
- [[infrastructure/hosts]] — CT460 host details
- [[systems/memory-backend]] — Agent memory integration