reorg: 10-assets->00-assets, add 07-tasks + 06-research, READMEs in all folders
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "Models"
|
||||
status: "active"
|
||||
folder: "04-models"
|
||||
tags: [readme, model]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
---
|
||||
|
||||
# Models
|
||||
|
||||
Model behavior docs, prompts, memory files. Read these on boot.
|
||||
|
||||
## Files
|
||||
|
||||
| File | Purpose |
|
||||
|---|---|
|
||||
| [[04-models/Vault-Rules]] | Rules every model must follow |
|
||||
| [[04-models/model-boot]] | Boot prompt — what to read on start |
|
||||
| [[04-models/model-memory]] | Persistent memory across sessions |
|
||||
| [[04-models/model-identity]] | Self-identification doc |
|
||||
|
||||
## Rules
|
||||
|
||||
- Models edit files in here freely.
|
||||
- Always bump `version` on edit (use `000-configs/bin/bump-version.sh`).
|
||||
- Don't move these — they're the rule docs.
|
||||
+20
-12
@@ -6,7 +6,7 @@ model_owner: "none"
|
||||
tags: [rules, model]
|
||||
created: "2026-07-28"
|
||||
updated: "2026-07-29"
|
||||
version: "1.2.0"
|
||||
version: "1.3.0"
|
||||
---
|
||||
|
||||
# Vault Rules
|
||||
@@ -42,12 +42,18 @@ Use whatever tags make sense, but always include the folder number:
|
||||
|
||||
| Folder | Required Tag |
|
||||
|---|---|
|
||||
| `00-inbox` | `#00-inbox` |
|
||||
| `01-logs` | `#01-logs` |
|
||||
| `02-notes` | `#02-notes` |
|
||||
| `03-archive` | `#03-archive` |
|
||||
| `04-models` | `#04-models` |
|
||||
| `05-handoffs` | `#05-handoffs` |
|
||||
| `000-shit_admin` | `#admin` |
|
||||
| `000-configs` | `#config` |
|
||||
| `00-inbox` | `#inbox` |
|
||||
| `01-logs` | `#log` |
|
||||
| `01-logs/daily` | `#daily` |
|
||||
| `02-notes` | `#note` |
|
||||
| `03-archive` | `#archive` |
|
||||
| `04-models` | `#model` |
|
||||
| `05-handoffs` | `#handoff` |
|
||||
| `06-research` | `#research` |
|
||||
| `07-tasks` | `#task` |
|
||||
| `00-assets` | `#asset` |
|
||||
|
||||
Plus any descriptive tags: `#research`, `#prompt`, `#memory`, `#handoff`, etc.
|
||||
|
||||
@@ -76,16 +82,18 @@ draft -> active -> archive
|
||||
| `000-configs` | Server/model config docs, scripts, templates |
|
||||
| `000-configs/templates` | Markdown templates |
|
||||
| `000-configs/bin` | Helper shell scripts |
|
||||
| `000-configs/tools` | Tool docs (gh, playwright, vite) |
|
||||
| `000-configs/skills` | Skill docs, plugin recommendations |
|
||||
| `00-inbox` | Raw dumps, new ideas, unorganized stuff |
|
||||
| `01-logs` | Session logs |
|
||||
| `01-logs/daily` | Auto daily notes (Obsidian Daily Notes plugin) |
|
||||
| `assets` | Attachments |
|
||||
| `01-logs` | Session logs, daily notes, timestamps |
|
||||
| `02-notes` | Research notes, findings, reference material |
|
||||
| `02-notes` | Short notes, scratch work, per-topic research (< 1 page) |
|
||||
| `03-archive` | Done / superseded files |
|
||||
| `04-models` | Model behavior docs, prompts, memory files |
|
||||
| `05-handoffs` | Handoff docs between models or sessions |
|
||||
| `files` | Attachments, images, PDFs |
|
||||
| `tpl` | Templates for new documents |
|
||||
| `06-research` | Long-form research documents with citations |
|
||||
| `07-tasks` | One file per task. `tags: [task]` |
|
||||
| `00-assets` | Attachments (images, PDFs) |
|
||||
|
||||
## 6. File Naming
|
||||
|
||||
|
||||
Reference in New Issue
Block a user