70 lines
2.1 KiB
Markdown
70 lines
2.1 KiB
Markdown
---
|
|
title: "shit_in_a_vault"
|
|
status: "active"
|
|
folder: ""
|
|
tags: [readme, home]
|
|
created: "2026-07-28"
|
|
updated: "2026-07-29"
|
|
version: "1.2.0"
|
|
---
|
|
|
|
# shit_in_a_vault
|
|
|
|
Obsidian vault for openwebui models + research. Private repo.
|
|
|
|
## Folders
|
|
|
|
| Folder | Purpose |
|
|
|---|---|
|
|
| [[000-shit_admin/]] | Your zone — models read-only |
|
|
| [[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) |
|
|
| [[02-notes/]] | Short notes, scratch, per-topic research |
|
|
| [[03-archive/]] | Superseded |
|
|
| [[04-models/]] | Rules, memory, boot prompt, model identity |
|
|
| [[05-handoffs/]] | Model-to-model handoffs |
|
|
| [[06-research/]] | Long-form research with citations |
|
|
| [[07-tasks/]] | One file per task (tags: [task]) |
|
|
| [[00-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`)
|
|
- Dataview
|
|
- Templater
|
|
|
|
**Daily note config:**
|
|
- Folder: `01-logs/daily`
|
|
- Format: `YYYY-MM-DD`
|
|
- Template: `000-configs/templates/daily.md`
|
|
|
|
See [[000-configs/skills/plugins-recommended]] for more.
|
|
|
|
## Dashboard
|
|
|
|
[[000-shit_admin/dashboard]] — Dataview home screen.
|
|
|
|
## Git
|
|
|
|
- Remote: `git@github.com:stateofshit/shit_in_a_vault.git`
|
|
- Auth: SSH (`~/.ssh/github_openwebui`) + `gh` CLI
|
|
- Default branch: `master` |