Recall project history
- Extract the requested topic from the user's prompt. Ask only if no topic can reasonably be inferred.
- Determine the stable project scope: prefer the credential-free Git remote identity, otherwise the canonical absolute Git root or workspace path.
- Call
query_graphwith the topic, that project scope,agent_id: "codex",retrieval_mode: "hybrid",max_nodes: 10, andmax_depth: 1. - If a useful node needs more context, call
get_relatedwith its node ID andmax_depth: 1. - Answer with a concise synthesis. Identify contradictions, updates, provenance, or uncertainty when returned. Never treat an empty result as evidence that something did not happen.
This is the Codex skill equivalent of /waggle-recall <topic>; invoke it as $waggle-recall followed by the topic.