LisaOS Docs
Memory

Memory Classification Protocol

Resolving a conversation topic to a canonical namespace before loading memory.

Before loading memories, LISA resolves the conversation topic to a canonical FCF namespace key. This keeps memory scoped to the right mission and prevents cross-contamination between subjects.

Three tiers of resolution

  1. Tier A — Entity match — an exact match against a known entity name (for example a client name resolves to that client's namespace).
  2. Tier B — Subject signals — domain-specific signal detection (engineering terms resolve to an engineering namespace, legal terms to a compliance namespace).
  3. Tier C — Contextual inference — infer the namespace from surrounding context when no strong signal exists.

References

Two lookup references back the protocol: the Mission Matrix (Cipher Shinobi missions) and the Activity Classification Matrix (personal taxonomy). Once resolved, the namespace scopes the psychic cache query and the persistent-memory relevance search, and it becomes the mission_namespace threaded through every dispatch and cache write.

On this page