add
add is a hidden compatibility alias for sibyl remember. New instructions and automation should use remember, which preserves the raw source before graph projection.
bash
sibyl remember "JWT refresh failure" \
"Redis TTL expiry leaves a stale token key; regenerate on WRONGTYPE." \
--kind error_pattern --domain authCompatibility
The alias accepts the remember grammar:
bash
sibyl add "JWT refresh failure" \
"Redis TTL expiry leaves a stale token key; regenerate on WRONGTYPE." \
--kind error_patternThe hidden legacy --type spelling remains accepted for migration, but --kind is canonical. Old graph-add flags such as --title, --category, --language, and --skip-conflicts are not part of the agent contract.
Use the advertised kinds episode, decision, procedure, error_pattern, rule, plan, idea, claim, artifact, session, and note. Run sibyl remember --help for compatibility kinds and the complete option set.
Related Commands
sibyl remember- Store durable raw-first memorysibyl capture- Quick capture with an auto-derived titlesibyl context- Load existing project memory before writingsibyl correct- Inspect or correct source memory
