add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
+11 -2
View File
@@ -5,7 +5,8 @@ folder: "04-models"
model_owner: "none"
tags: [rules, model]
created: "2026-07-28"
updated: "2026-07-28"
updated: "2026-07-29"
version: "1.1.0"
---
# Vault Rules
@@ -24,11 +25,16 @@ folder: "04-models"
tags: [tag1, tag2]
created: "YYYY-MM-DD"
updated: "YYYY-MM-DD"
version: "1.0.0"
---
```
`folder` must match the physical folder this file lives in.
`updated` gets bumped on every edit.
`version` follows semver: `major.minor.patch`.
- `major` — rewrite, restructure
- `minor` — new section, new content
- `patch` — typo fix, small edit
## 2. Tags
@@ -54,6 +60,7 @@ draft -> active -> archive
- Never delete a file. Move to `03-archive` and set `status: "archive"`.
- `00-inbox` items should eventually move to `02-notes` or `04-models`.
- `01-logs` stay forever (don't archive logs).
- `01-logs/daily/` is auto-managed by Obsidian Daily Notes plugin. Don't manually create files here.
## 4. Linking
@@ -65,8 +72,10 @@ draft -> active -> archive
| Folder | What Goes There |
|---|---|
| `000-admin_shit` | Admin notes, config. User folder — models read-only. |
| `000-shit_admin` | Your zone. Models read-only. |
| `000-configs` | Server/model config docs (mirror of /home/user/000-configs/) |
| `00-inbox` | Raw dumps, new ideas, unorganized stuff |
| `01-logs/daily` | Auto daily notes (Obsidian Daily Notes plugin) |
| `01-logs` | Session logs, daily notes, timestamps |
| `02-notes` | Research notes, findings, reference material |
| `03-archive` | Done / superseded files |
+37
View File
@@ -0,0 +1,37 @@
---
title: "Model Identity"
status: "active"
folder: "04-models"
tags: [model, identity]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# Model Identity
Each model should fill this in on boot. Helps track who made what.
| Field | Value |
|---|---|
| Model name | _fill on boot_ |
| Provider | _fill on boot_ |
| Boot date | _fill on boot_ |
| Last active | _fill on boot_ |
## How To Use
When a model starts working in this vault, append an entry below:
```markdown
## Entries
### YYYY-MM-DD — <model-name>
- Provider:
- Capabilities:
- Notes:
```
## Entries
_(models append here)_