forget
LogosDB — delete a memory row by id or by semantic query match (concise output).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
LogosDB — delete a memory row by id or by semantic query match (concise output).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
LogosDB — store a memory, fact, or note in the global cross-session namespace (or any namespace). Concise output.
LogosDB semantic memory plugin: global cross-session memory, thinking-trace storage, incremental /index, /remember, /search, /forget. Triggers: semantic memory, LogosDB, logosdb MCP, semantic-memory plugin, global memory, thinking traces.
LogosDB — incremental index of a file or directory (changed/new files only; fast refresh, concise output).
LogosDB — concise semantic search over indexed memory (optional time window).
| name | forget |
| description | LogosDB — delete a memory row by id or by semantic query match (concise output). |
User invoked with: $ARGUMENTS
Delete an entry from LogosDB by row id or by semantic query (search-then-delete).
Parse the arguments:
--namespace=<name> or -n <name> sets the collection (default: code).--id=<number> or a bare positional number: delete that row id.--query="..." (or positional text when no numeric id): embed the query, search search_top_k neighbors (default 10, max 50), delete the hit at match_rank (0-based, default 0 = best match).--query: --search-top-k=<n>, --match-rank=<n>.Call the logosdb_delete MCP tool:
namespace and id when deleting by id.namespace, query, and optionally search_top_k / match_rank when deleting by semantic match.Respond with one line only. Do not echo the raw tool JSON.
Deleted id {id} from '{namespace}'.Deleted id {id} (rank {match_rank}, score {score}) from '{namespace}' matched by query.Error: message on a single line, unchanged.