원클릭으로
eval-recall
Run the memhub retrieval eval harness from OpenCode; use to check Recall@K quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the memhub retrieval eval harness from OpenCode; use to check Recall@K quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read-only health check of the memhub project in this repo — schema version, render freshness, write-log activity
Bootstrap memhub in this repo — initialize the SQLite store, seed starter state and architecture narratives, render PROJECT.md and PROJECT_LEDGER.md
Initialize memhub for a repo in OpenCode; use when the user asks to bootstrap project memory.
Summarize this memhub session, route updates into the database, then re-render PROJECT.md and PROJECT_LEDGER.md
Rebuild + install memhub and bring every memhub instance on this machine (each known repo DB + the machine-global store) to head schema, resync installed agent skill wrappers, with a one-time fix for the ~/.local/bin PATH shadow. Run from the memhub source repo.
Wrap up an OpenCode memhub session; run the binary-rendered policy, draft updates, get per-item approval, write, and render.
| name | eval-recall |
| description | Run the memhub retrieval eval harness from OpenCode; use to check Recall@K quality. |
| compatibility | opencode |
Run the read-only retrieval evaluation harness.
Workflow:
memhub eval retrieval from the memhub source repo.memhub eval retrieval --no-rerank if the user asks for reranker A/B data..memhub/project.sqlite (a calibration signal, not the enforced baseline). The deterministic reference is cargo test retrieval_golden_hermetic (issue #44) — see docs/reference/operations.md.