/** * @fileoverview PLG Conformance Tests * * Tests for Plugin System rules per SPEC Section 11.8. * * Key rules tested: * PLG-2: Inspector plugins may only modify diagnostics * PLG-3: Transformer plugins must explicitly return modified graph * PLG-5: No plugin may modify Chunk.text or Chunk.span * PLG-8: Plugins receive ReadonlyPipelineContext only * PLG-14: Inspector returning IntentGraph shall throw error */ export {}; //# sourceMappingURL=plg.test.d.ts.map