Expand description
GAP-005 (v1.0.82): embedding subcommand — health and retry of the
pending-embeddings queue that buffers memories whose embedding step failed.
§Subcommands
embedding status— counts by statusembedding list [--status <STATUS>]— list pending entriesembedding retry <pending_id>— re-run embedding for one entryembedding abandon <pending_id>— mark as abandoned
The pending_embeddings table captures every embed_with_fallback failure
with exit_code, stderr_tail, and backend_chain for diagnostics. This
subcommand makes that state observable and recoverable.