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
+39
View File
@@ -0,0 +1,39 @@
---
title: "Handoffs"
status: "active"
folder: "05-handoffs"
tags: [readme, handoff]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# Handoffs
Model-to-model handoffs. When one model picks up where another left off.
## Naming
`handoff-<source>-<dest>.md`
- `handoff-claude-mistral.md`
- `handoff-mistral-user.md`
## Required Frontmatter
```yaml
---
title: "Handoff: <source> → <dest>"
status: "active" | "done"
folder: "05-handoffs"
tags: [handoff]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
from: "model-name"
to: "model-name"
---
```
## Template
`000-configs/templates/handoff.md` — copy + fill in.