From fba23985c66e48ca93bb8a09096472f1886bc5b5 Mon Sep 17 00:00:00 2001 From: zap Date: Wed, 11 Mar 2026 18:56:55 +0000 Subject: [PATCH] chore(memory): reclassify topical notes into subfolders --- AGENTS.md | 1 + memory/2026-03-11.md | 8 +++++++- memory/{ => incidents}/2026-03-03-compaction-issue.md | 0 .../2026-03-03-litellm-connection-error.md | 0 memory/{ => incidents}/2026-03-03-litellm-model.md | 0 memory/{ => incidents}/2026-03-03-litellm-test.md | 0 memory/{ => incidents}/2026-03-03-litellm-timeout.md | 0 memory/{ => incidents}/2026-03-04-litellm-debug.md | 0 memory/{ => incidents}/2026-03-04-litellm-setup.md | 0 memory/{ => incidents}/2026-03-04-llm-timeout.md | 0 memory/{ => incidents}/2026-03-04-local-patch.md | 0 .../2026-03-04-request-timed-out-before-a-res.md | 0 memory/{ => incidents}/startup-health.md | 0 memory/{ => ops}/2026-03-03-acp-wiring.md | 0 memory/{ => ops}/2026-03-03-chat-commands.md | 0 memory/{ => ops}/2026-03-03-cron-backup.md | 0 memory/{ => ops}/2026-03-03-skill-toolbox.md | 0 memory/{ => ops}/2026-03-03-tailscale-setup.md | 0 memory/{ => ops}/2026-03-04-git-workflow.md | 0 memory/{ => ops}/2026-03-04-search-modes.md | 0 memory/{ => ops}/2026-03-04-subagent-delegation.md | 0 memory/{ => ops}/2026-03-05-telegram-commit.md | 0 22 files changed, 8 insertions(+), 1 deletion(-) rename memory/{ => incidents}/2026-03-03-compaction-issue.md (100%) rename memory/{ => incidents}/2026-03-03-litellm-connection-error.md (100%) rename memory/{ => incidents}/2026-03-03-litellm-model.md (100%) rename memory/{ => incidents}/2026-03-03-litellm-test.md (100%) rename memory/{ => incidents}/2026-03-03-litellm-timeout.md (100%) rename memory/{ => incidents}/2026-03-04-litellm-debug.md (100%) rename memory/{ => incidents}/2026-03-04-litellm-setup.md (100%) rename memory/{ => incidents}/2026-03-04-llm-timeout.md (100%) rename memory/{ => incidents}/2026-03-04-local-patch.md (100%) rename memory/{ => incidents}/2026-03-04-request-timed-out-before-a-res.md (100%) rename memory/{ => incidents}/startup-health.md (100%) rename memory/{ => ops}/2026-03-03-acp-wiring.md (100%) rename memory/{ => ops}/2026-03-03-chat-commands.md (100%) rename memory/{ => ops}/2026-03-03-cron-backup.md (100%) rename memory/{ => ops}/2026-03-03-skill-toolbox.md (100%) rename memory/{ => ops}/2026-03-03-tailscale-setup.md (100%) rename memory/{ => ops}/2026-03-04-git-workflow.md (100%) rename memory/{ => ops}/2026-03-04-search-modes.md (100%) rename memory/{ => ops}/2026-03-04-subagent-delegation.md (100%) rename memory/{ => ops}/2026-03-05-telegram-commit.md (100%) diff --git a/AGENTS.md b/AGENTS.md index bac47c4..6ea5d73 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,6 +34,7 @@ You wake up fresh each session. These files are your continuity: - **Daily notes:** `memory/YYYY-MM-DD.md` (create `memory/` if needed) — raw logs of what happened - **Long-term:** `MEMORY.md` — your curated memories, like a human's long-term memory - **Named notes:** reserve separate memory files for long-lived plans, references, or investigations that truly need their own home; otherwise prefer folding notes back into the daily file +- **Top-level `memory/` rule:** keep top-level mostly for daily notes. Put topical files in subfolders like `memory/ops/`, `memory/incidents/`, `memory/plans/`, `memory/references/`, or `memory/archive/`. Capture what matters. Decisions, context, things to remember. Skip the secrets unless asked to keep them. diff --git a/memory/2026-03-11.md b/memory/2026-03-11.md index 921b7f8..db46193 100644 --- a/memory/2026-03-11.md +++ b/memory/2026-03-11.md @@ -28,7 +28,13 @@ - `2026-03-05-codex-error-type-error-error-t.md` - Rationale: these were mostly reset/greeting/test/heartbeat artifacts with little long-term value, but still worth retaining in case old session evidence is needed later. +## Reclassification pass +- Moved substantive non-daily topical notes out of top-level `memory/` into clearer buckets: + - `memory/ops/` for workflow/setup/operational notes + - `memory/incidents/` for debugging, outages, and issue investigation notes +- Result: top-level `memory/` now contains mostly daily notes, which makes the default inbox much clearer. + ## Follow-up intent - Be more disciplined about using the daily note as the default inbox and promoting only durable truths into `MEMORY.md`. - Avoid adding new one-off memory files unless the topic is truly long-lived. -- Consider a later second-pass reclassification for remaining topical files (for example, move stable plans/references into clearer subfolders and fold tiny one-off notes back into day files where safe). +- Keep top-level `memory/` mostly reserved for daily notes; use subfolders for topical material. diff --git a/memory/2026-03-03-compaction-issue.md b/memory/incidents/2026-03-03-compaction-issue.md similarity index 100% rename from memory/2026-03-03-compaction-issue.md rename to memory/incidents/2026-03-03-compaction-issue.md diff --git a/memory/2026-03-03-litellm-connection-error.md b/memory/incidents/2026-03-03-litellm-connection-error.md similarity index 100% rename from memory/2026-03-03-litellm-connection-error.md rename to memory/incidents/2026-03-03-litellm-connection-error.md diff --git a/memory/2026-03-03-litellm-model.md b/memory/incidents/2026-03-03-litellm-model.md similarity index 100% rename from memory/2026-03-03-litellm-model.md rename to memory/incidents/2026-03-03-litellm-model.md diff --git a/memory/2026-03-03-litellm-test.md b/memory/incidents/2026-03-03-litellm-test.md similarity index 100% rename from memory/2026-03-03-litellm-test.md rename to memory/incidents/2026-03-03-litellm-test.md diff --git a/memory/2026-03-03-litellm-timeout.md b/memory/incidents/2026-03-03-litellm-timeout.md similarity index 100% rename from memory/2026-03-03-litellm-timeout.md rename to memory/incidents/2026-03-03-litellm-timeout.md diff --git a/memory/2026-03-04-litellm-debug.md b/memory/incidents/2026-03-04-litellm-debug.md similarity index 100% rename from memory/2026-03-04-litellm-debug.md rename to memory/incidents/2026-03-04-litellm-debug.md diff --git a/memory/2026-03-04-litellm-setup.md b/memory/incidents/2026-03-04-litellm-setup.md similarity index 100% rename from memory/2026-03-04-litellm-setup.md rename to memory/incidents/2026-03-04-litellm-setup.md diff --git a/memory/2026-03-04-llm-timeout.md b/memory/incidents/2026-03-04-llm-timeout.md similarity index 100% rename from memory/2026-03-04-llm-timeout.md rename to memory/incidents/2026-03-04-llm-timeout.md diff --git a/memory/2026-03-04-local-patch.md b/memory/incidents/2026-03-04-local-patch.md similarity index 100% rename from memory/2026-03-04-local-patch.md rename to memory/incidents/2026-03-04-local-patch.md diff --git a/memory/2026-03-04-request-timed-out-before-a-res.md b/memory/incidents/2026-03-04-request-timed-out-before-a-res.md similarity index 100% rename from memory/2026-03-04-request-timed-out-before-a-res.md rename to memory/incidents/2026-03-04-request-timed-out-before-a-res.md diff --git a/memory/startup-health.md b/memory/incidents/startup-health.md similarity index 100% rename from memory/startup-health.md rename to memory/incidents/startup-health.md diff --git a/memory/2026-03-03-acp-wiring.md b/memory/ops/2026-03-03-acp-wiring.md similarity index 100% rename from memory/2026-03-03-acp-wiring.md rename to memory/ops/2026-03-03-acp-wiring.md diff --git a/memory/2026-03-03-chat-commands.md b/memory/ops/2026-03-03-chat-commands.md similarity index 100% rename from memory/2026-03-03-chat-commands.md rename to memory/ops/2026-03-03-chat-commands.md diff --git a/memory/2026-03-03-cron-backup.md b/memory/ops/2026-03-03-cron-backup.md similarity index 100% rename from memory/2026-03-03-cron-backup.md rename to memory/ops/2026-03-03-cron-backup.md diff --git a/memory/2026-03-03-skill-toolbox.md b/memory/ops/2026-03-03-skill-toolbox.md similarity index 100% rename from memory/2026-03-03-skill-toolbox.md rename to memory/ops/2026-03-03-skill-toolbox.md diff --git a/memory/2026-03-03-tailscale-setup.md b/memory/ops/2026-03-03-tailscale-setup.md similarity index 100% rename from memory/2026-03-03-tailscale-setup.md rename to memory/ops/2026-03-03-tailscale-setup.md diff --git a/memory/2026-03-04-git-workflow.md b/memory/ops/2026-03-04-git-workflow.md similarity index 100% rename from memory/2026-03-04-git-workflow.md rename to memory/ops/2026-03-04-git-workflow.md diff --git a/memory/2026-03-04-search-modes.md b/memory/ops/2026-03-04-search-modes.md similarity index 100% rename from memory/2026-03-04-search-modes.md rename to memory/ops/2026-03-04-search-modes.md diff --git a/memory/2026-03-04-subagent-delegation.md b/memory/ops/2026-03-04-subagent-delegation.md similarity index 100% rename from memory/2026-03-04-subagent-delegation.md rename to memory/ops/2026-03-04-subagent-delegation.md diff --git a/memory/2026-03-05-telegram-commit.md b/memory/ops/2026-03-05-telegram-commit.md similarity index 100% rename from memory/2026-03-05-telegram-commit.md rename to memory/ops/2026-03-05-telegram-commit.md