Skip to content

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 auth

Compatibility

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_pattern

The 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.

Released under the Apache-2.0 License.