Desenvolvedores de software Local-first agent memory for the current project, served by the `mnemos` MCP server (and the `mnemos` binary) over the project's OKF tree. Use in six cases. (1) RECALL — the user references a decision, preference, fact, name, value, file, endpoint, or convention that is NOT in the current conversation and may have been stored before (phrasings like "as we decided", "the usual", "that config", "remember when", "what was X", or any detail assumed-known but absent): search memory with `mnemos.search`/`mnemos.context` BEFORE answering from assumption. DEFAULT: if the user asks a project-specific factual question (a value, name, path, decision, endpoint, convention) whose answer is not already in this conversation, search memory FIRST — even with no cue phrase and even if you think you already know. (2) CAPTURE — the user states something durable worth keeping (a decision, preference, project fact, gotcha, convention) or says "remember this / note that / save this": persist it with `mnemos.remember`. (3) OKF — the
2026-07-05