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.