recall
recall is a hidden compatibility alias for sibyl context. New instructions and automation should use context directly.
bash
sibyl context "wire up the password reset endpoint" --intent build
sibyl context "auth token refresh fails intermittently" --intent debug
sibyl context "plan the migration" --intent plan --budget 1200Compatibility
bash
# Equivalent during the compatibility window
sibyl recall "wire up the password reset endpoint" --intent buildBoth routes accept the same context layers, raw-memory filters, project scoping, diary identity, JSON output, and token budget. The advertised intents are build, plan, review, debug, and general.
Related Commands
sibyl context- Load an agent-ready context packsibyl remember- Store durable memorysibyl reflect- Turn raw notes into memory candidatessibyl session- Package a wake-up bundle
