ldb-forget
Delete an entry from LogosDB by row ID or by semantic query match.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delete an entry from LogosDB by row ID or by semantic query match.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Semantic memory management for Codex, backed by a local LogosDB MCP server. Handles explicit memory commands (/memory-recall, /memory-remember, /memory-index, /memory-status) and drives automatic silent indexing, searching, and turn-record storage. Invoke with: /memory-recall <query> | /memory-remember <text> | /memory-index | /memory-status
Index a file or directory into LogosDB for semantic search across Vibe sessions.
Semantic search over an indexed LogosDB namespace.
Semantic memory for Mistral Vibe — index code/docs, search across sessions, forget outdated knowledge using LogosDB + Mistral embeddings.
| name | ldb-forget |
| description | Delete an entry from LogosDB by row ID or by semantic query match. |
| user-invocable | true |
| allowed-tools | ["bash"] |
Delete entries from LogosDB using the logosdb-vibe CLI.
Parse the user's arguments:
--namespace=<name> or -n <name> sets the collection (default: code)--id=<number> deletes by row ID--query=<text> or -q <text> deletes the closest semantic matchRun exactly one of:
logosdb-vibe forget --namespace <namespace> --id <id>
logosdb-vibe forget --namespace <namespace> --query "<query>"
Then respond: Deleted {n} entr{y/ies} from '{namespace}' namespace.