원클릭으로
agent-memory-curator
// Use after a session to promote useful episodic notes from logs/episodic/ into distilled, dated entries in MEMORY.md and memory/semantic/.
// Use after a session to promote useful episodic notes from logs/episodic/ into distilled, dated entries in MEMORY.md and memory/semantic/.
| name | agent-memory-curator |
| description | Use after a session to promote useful episodic notes from logs/episodic/ into distilled, dated entries in MEMORY.md and memory/semantic/. |
| version | 0.1.0 |
MEMORY.md has grown stale or contradictorylogs/)| Name | Type | Required | Notes |
|---|---|---|---|
since | date | no | default: last curation time |
categories | list | no | restrict to e.g. [user, project, decision] |
logs/episodic/ since sincereferences/memory-distillation-rules.mdMEMORY.md (index) and memory/semantic/<topic>.md (details)Use when capturing an architecture decision so it survives turnover — produces an ADR-NNNN.md from context, options considered, and the chosen path.
Use when reviewing a proposed REST or GraphQL API change before merge — checks contract clarity, backwards compatibility, errors, pagination, auth, and naming.
Use when first encountering a new dataset — produces a structured profile (schema, missingness, distributions, outliers, gotchas) before any analysis.
Use after an incident is resolved — drafts a blameless postmortem from timeline notes, alerts, and chat threads.
Use when opening a PR — produces a clean PR description (what / why / how to verify / risks) from a branch diff against base.
Use when planning the next sprint — turns ticket intake + team capacity into a planned sprint with explicit non-goals.