Tool launches within an authoring session. This is a context. The tool can open multiple curnits, each of which has its own curnit authoring context.
We will encounter challenges with class loading conflicts, particularly with class versions
- curnit loading a class that supplants what the authoring tool expects
- authoring tool loading a class that supplants what the curnit expects
- curnitA loading a class that supplants what curnitB expects