T.T. Mission Program.vizzy.cs

T.T. Mission Program.vizzy.cs is the large mission-scale imported example. It is the most important example for mixed preservation, raw fragments, custom blocks, and deep mission logic. mission fidelity

High-sensitivity example

Treat this file as a fidelity-sensitive mission. Do not use broad cleanup as the first move when debugging it.

Documentation Use

UseNotes
Mission-scale testingExercises patterns smaller examples do not cover.
AI repair contextDemonstrates why 08 - AI Integration requires full context bundles.
Mixed-region debuggingCan contain preserved imported regions and authored edits.
Export validationUseful for structural regression checks.
Raw preservationGood case for inspecting RawXml* and sidecar behavior.
flowchart TD
    A[T.T. Mission Program] --> B[Keep sidecar]
    B --> C[Identify region type]
    C -->|Preserved| D[Preserve anchors and raw XML]
    C -->|Authored| E[Use authoring workflow]
    D --> F[Export and validate]
    E --> F

Related notes: 12 - Project Examples, 05 - Raw Preservation, 08 - AI Integration, 13 - Recommended Workflows, 14 - Troubleshooting.