31 lines
618 B
Markdown
31 lines
618 B
Markdown
---
|
|
title: "Archive"
|
|
status: "active"
|
|
folder: "03-archive"
|
|
tags: [readme, archive]
|
|
created: "2026-07-29"
|
|
updated: "2026-07-29"
|
|
version: "1.0.0"
|
|
---
|
|
|
|
# Archive
|
|
|
|
Done / superseded files. Move here, don't delete.
|
|
|
|
## When to archive
|
|
|
|
- Task is done → `07-tasks/<task>.md` → move to `03-archive/`, set `status: "archived"`
|
|
- Doc is superseded → move + set `status: "archived"`
|
|
- Old config / prompt that's no longer current
|
|
|
|
## Naming
|
|
|
|
Keep the original filename. Add a date prefix if helpful:
|
|
- `original-name.md`
|
|
- `2026-07-29-original-name.md`
|
|
|
|
## Don't archive
|
|
|
|
- Logs (`01-logs/`) — append-only
|
|
- Daily notes
|