reorg: 10-assets->00-assets, add 07-tasks + 06-research, READMEs in all folders
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "Research"
|
||||
status: "active"
|
||||
folder: "06-research"
|
||||
tags: [readme, research]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
---
|
||||
|
||||
# Research
|
||||
|
||||
Long-form research documents. Use the `research.md` template from `000-configs/templates/research.md`.
|
||||
|
||||
## Structure
|
||||
|
||||
Each research doc gets its own file. Suggested naming:
|
||||
- `topic-name.md` — short topic slug
|
||||
|
||||
## Frontmatter
|
||||
|
||||
```yaml
|
||||
---
|
||||
title: "Research: <topic>"
|
||||
status: "active" | "draft" | "archived"
|
||||
folder: "06-research"
|
||||
tags: [research, topic-tag]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
source: "url or citation" # optional
|
||||
---
|
||||
```
|
||||
|
||||
## Versus 02-notes
|
||||
|
||||
| Folder | Purpose |
|
||||
|---|---|
|
||||
| `02-notes/` | Short notes, tasks, scratch work, per-task research |
|
||||
| `06-research/` | Long-form, cited research output. Substantial enough to be its own doc. |
|
||||
Reference in New Issue
Block a user