refactor(remove): Remove RenderStage and ItemsStage from pipeline.py introspection (Phase 4.4)

- Remove ItemsStage documentation entry from introspection
- Remove RenderStage documentation entry from introspection
- Keep remaining adapter documentation up to date
- Tests pass (508 core tests)
This commit is contained in:
2026-03-16 21:06:55 -07:00
parent 6fc3cbc0d2
commit d14f850711

View File

@@ -483,18 +483,6 @@ class PipelineIntrospector:
""" """
stages_info = [ stages_info = [
(
"ItemsSource",
"engine.pipeline.adapters",
"ItemsStage",
"Provides pre-fetched items",
),
(
"Render",
"engine.pipeline.adapters",
"RenderStage",
"Renders items to buffer",
),
( (
"Effect", "Effect",
"engine.pipeline.adapters", "engine.pipeline.adapters",