Directive recall — memory that fires before the mistake
APIcurl -X POST https://api.xtrace.ai/v1/memories/trigger \
-H "Authorization: Bearer $XTRACE_API_KEY" \
-d '{"query": "deploying the billing service", "namespace": "backend"}'Procedural memory is only useful if it arrives before the agent acts, not when
someone thinks to search for it. POST /v1/memories/trigger returns the lessons
and procedures relevant to the work at hand, keyed off the entities in play —
separate from ordinary semantic search, which now lives behind typed search groups.
Directives are filtered at capture time, so what comes back is what survived the keep/drop pass rather than everything ever written down.