reorg: move tpl/bin under 000-configs, files->assets, add bump-version.sh + plugins doc

This commit is contained in:
stateofshit
2026-07-29 15:07:36 +00:00
parent 0733aef8c0
commit 35c69bc1eb
15 changed files with 158 additions and 16 deletions
+19 -12
View File
@@ -5,7 +5,7 @@ folder: ""
tags: [readme, home]
created: "2026-07-28"
updated: "2026-07-29"
version: "1.1.0"
version: "1.2.0"
---
# shit_in_a_vault
@@ -17,7 +17,16 @@ Obsidian vault for openwebui models + research. Private repo.
| Folder | Purpose |
|---|---|
| [[000-shit_admin/]] | Your zone — models read-only |
| [[000-configs/]] | Server/model config docs |
| [[000-configs/]] | Server/model config, scripts, templates |
| [[000-configs/templates/]] | Markdown templates (daily, research, task, handoff) |
| [[000-configs/bin/]] | Helper shell scripts (cron, version bump) |
| [[000-configs/tools/]] | Tool docs (gh, playwright, vite) |
| [[000-configs/skills/]] | Skill definitions, plugin recommendations |
| [[000-configs/modes/]] | Model mode presets |
| [[000-configs/workspace/]] | Workspace layouts |
| [[000-configs/settings/]] | Server settings docs |
| [[000-configs/prompts/]] | Reusable system prompts |
| [[000-configs/archive/]] | Old/deprecated configs |
| [[00-inbox/]] | Raw dumps, unprocessed |
| [[01-logs/]] | Session logs |
| [[01-logs/daily/]] | Auto daily notes (Obsidian Daily Notes plugin) |
@@ -25,34 +34,32 @@ Obsidian vault for openwebui models + research. Private repo.
| [[03-archive/]] | Superseded |
| [[04-models/]] | Rules, memory, boot prompt, model identity |
| [[05-handoffs/]] | Model-to-model handoffs |
| [[files/]] | Attachments |
| [[tpl/]] | Templates |
| [[bin/]] | Helper scripts |
| [[assets/]] | Attachments (images, PDFs) |
## For Models
Boot: read [[04-models/model-boot]]
Rules: read [[04-models/Vault-Rules]]
Identity: append to [[04-models/model-identity]]
Version bump: `000-configs/bin/bump-version.sh <file>`
## For You (Obsidian PC)
**Required plugins:**
- Daily Notes (built-in, auto-enabled by `.obsidian/core-plugins.json`)
- Templates (built-in)
- Dataview (community)
- Templater (community)
- Dataview
- Templater
**Daily note auto-create** — Daily Notes plugin uses:
**Daily note config:**
- Folder: `01-logs/daily`
- Format: `YYYY-MM-DD`
- Template: `tpl/daily.md`
- Template: `000-configs/templates/daily.md`
Already pre-configured in `.obsidian/daily-notes.json`.
See [[000-configs/skills/plugins-recommended]] for more.
## Dashboard
[[000-shit_admin/dashboard]] — Dataview-driven home screen.
[[000-shit_admin/dashboard]] — Dataview home screen.
## Git