reorg: 10-assets->00-assets, add 07-tasks + 06-research, READMEs in all folders
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user