reorg: 10-assets->00-assets, add 07-tasks + 06-research, READMEs in all folders

This commit is contained in:
stateofshit
2026-07-29 17:56:26 +00:00
parent e9ef0b0ce8
commit cf545fccfc
16 changed files with 330 additions and 20 deletions
+28
View File
@@ -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.