Routing: add areas/meetings/skills rows + triggers; clarify reviews cadence (weekly opt-in); prune source-material, journal weekly/monthly, archive, decisions/by-project, _agent/outputs from layout+bootstrap

This commit is contained in:
2026-06-10 10:22:13 -05:00
parent 68421ae07f
commit 54b355dd16
@@ -13,7 +13,6 @@
│ └── processing-log/ │ └── processing-log/
├── journal/ ├── journal/
│ ├── daily/ ← YYYY-MM-DD.md (has an "Agent Log" section) │ ├── daily/ ← YYYY-MM-DD.md (has an "Agent Log" section)
│ ├── weekly/ monthly/
│ └── templates/ │ └── templates/
├── projects/ ← lifecycle: incubating → active → on-hold/archived ├── projects/ ← lifecycle: incubating → active → on-hold/archived
│ ├── active/ ← current work (status: active) │ ├── active/ ← current work (status: active)
@@ -23,15 +22,14 @@
│ └── project-template.md │ └── project-template.md
├── areas/ ← business / personal / learning / systems ├── areas/ ← business / personal / learning / systems
├── resources/ ├── resources/
│ ├── concepts/ references/ meetings/ source-material/ │ ├── concepts/ references/ meetings/
│ └── people/ ← <name>.md │ └── people/ ← <name>.md
├── decisions/ ├── decisions/
│ ├── by-date/ ← YYYY-MM-DD-<slug>.md (ADR-style) — the canonical home │ ├── by-date/ ← YYYY-MM-DD-<slug>.md (ADR-style) — the canonical home
│ └── decision-template.md │ └── decision-template.md
│ (decisions/by-project/ exists in the legacy scaffold but is not used — │ (decisions/by-project/ is retired and not created —
│ mirror an ADR into a project's `## Decisions` heading instead) │ mirror an ADR into a project's `## Decisions` heading instead)
├── reviews/ ← weekly / monthly / quarterly / annual ├── reviews/ ← weekly / monthly / quarterly / annual
├── archive/ ← notes / projects / imports
└── _agent/ └── _agent/
├── echo-vault.md ← bootstrap marker: schema_version + bootstrap date (plugin-owned; the "is this vault set up?" probe) ├── echo-vault.md ← bootstrap marker: schema_version + bootstrap date (plugin-owned; the "is this vault set up?" probe)
├── context/ ← current-context.md and task bundles ├── context/ ← current-context.md and task bundles
@@ -41,7 +39,6 @@
│ └── semantic/ ← durable facts/patterns (operator-preferences.md) │ └── semantic/ ← durable facts/patterns (operator-preferences.md)
├── sessions/ ← YYYY-MM-DD-HHMM-<slug>.md ├── sessions/ ← YYYY-MM-DD-HHMM-<slug>.md
├── templates/ ← canonical note templates ├── templates/ ← canonical note templates
├── outputs/ ← briefs / drafts / summaries / synthesis
├── skills/ ← active / archived ├── skills/ ← active / archived
└── heartbeat/ ← single-line pointers (e.g. last-session.md → most-recent session log path) └── heartbeat/ ← single-line pointers (e.g. last-session.md → most-recent session log path)
``` ```