DeepInspectionPipeline delegates execution to
generateDeepInspection() in generators.ts, which
reads targeting parameters and analysisDepth from CLI config. When used
programmatically via this class, those CLI values are already set at module
load time — so run() simply invokes the generator and enriches the result.
All targeting (document IDs, URLs) and analysis depth are controlled via CLI
arguments parsed by config.ts at module load time. This class provides a
clean programmatic entrypoint without duplicating CLI parameter handling.
DeepInspectionPipeline delegates execution to
generateDeepInspection()in generators.ts, which reads targeting parameters andanalysisDepthfrom CLI config. When used programmatically via this class, those CLI values are already set at module load time — sorun()simply invokes the generator and enriches the result.All targeting (document IDs, URLs) and analysis depth are controlled via CLI arguments parsed by
config.tsat module load time. This class provides a clean programmatic entrypoint without duplicating CLI parameter handling.