Domain 5Projects, Context & Advanced Configuration
Context Isolation
TL;DR
The architectural guarantee that information in one project does not leak into another.
Definition
The architectural guarantee that information in one project does not leak into another. Without isolation, data from HR discussions could surface during marketing work, or legal terminology could creep into sales communications. Each project is its own self-contained environment with separate memory, instructions, and knowledge.
Exam Context
Questions test whether you understand why creating separate projects is better than cramming everything into one "omni-project." The answer always involves preventing context bleed between unrelated workstreams.