CachePolicy.psd1

@{
    # Output caching is opt-in. These scripts perform substantial rendering work (nested loops,
    # mathematical transforms, or helper-function-heavy generation) instead of emitting static art.
    # Keep this list intentional: cheap output scripts should execute directly.
    CacheableScripts = @(
        'ansi-palette'
        'apollonian-circles'
        'aurora-bands'
        'aurora-halo'
        'aurora-stream'
        'aurora-storm'
        'aurora-waves'
        'awk-rgb-test'
        'barnsley-fern'
        'binary-tree'
        'block-test'
        'boids-flock'
        'braid-resonance'
        'chromatic-lorenz'
        'chrono-tilt'
        'circle-packing'
        'city-neon'
        'clifford-trails'
        'complex-lissajous'
        'cosmic-mandala'
        'cosmic-web'
        'crystal-drift'
        'crystal-grid'
        'crystal-lattice'
        'cyclone-vortex'
        'dla-nebula'
        'dot-matrix'
        'domain-warp-aurora'
        'electrostatic-lattice'
        'ember-spiral'
        'enchanted-forest'
        'explosive-burst'
        'floral-mandala'
        'flow-field-static'
        'flower-mandala'
        'flower-of-life'
        'fourier-epicycles'
        'fractal-nebula'
        'fractal-tree'
        'galactic-spiral'
        'Galaxy'
        'galaxy-spiral'
        'geometric-tessellation'
        'gradient-bars'
        'gradient-test'
        'Gradient-Tiles'
        'hex-maze'
        'hilbert-spectrum'
        'honeycomb-lattice'
        'horizon-stripes'
        'hyperbolic-bloom'
        'inkblot-spectrum'
        'iso-cubes'
        'julia-morphing'
        'kaleidoscope'
        'kaleidoscope-mirror'
        'koch-snowflake'
        'labyrinth-pattern'
        'langton-ant'
        'life-trails'
        'lightning-plasma'
        'lissajous-harmony'
        'lissajous-weave'
        'lsystem-plant'
        'lunar-orbit'
        'mandala-pattern'
        'mandelbrot-zoom'
        'midnight-grid'
        'mosaic-shine'
        'nbody-gravity'
        'nebula'
        'nebula-lights'
        'newton-basins'
        'particle-field'
        'penrose-quasicrystal'
        'perlin-clouds'
        'pixel-falls'
        'plasma-field'
        'plasma-fractal'
        'polygon-wavefront'
        'prism-diagonals'
        'prismatic-crystals'
        'prismatic-rain'
        'psychedelic-vortex'
        'pythagorean-tree'
        'quantum-entanglement'
        'quasicrystal-arbor'
        'radial-rings'
        'rainbow-ridges'
        'rainbow-spiral'
        'rainbow-waves'
        'RGB-Wave'
        'RGB-Wave-Shifted'
        'rgb-spectrum'
        'rose-curves'
        'rose-window'
        'rossler-ribbon'
        'sandpile-sparks'
        'sdf-neon-orb'
        'sierpinski-carpet'
        'solar-system'
        'spectrum-flames'
        'spiral-lattice'
        'spiral-tessellation'
        'starfield-warp'
        'starlit-plaza'
        'sunburst-geodesics'
        'sunrise-lattice'
        'tessellation-static'
        'tie-dye-spiral'
        'triforce'
        'truchet-flow'
        'twilight-dunes'
        'vector-streams'
        'verlet-chains'
        'voronoi-aurora'
        'vortex'
        'wave-interference'
        'wave-pattern'
        'waveform-spectra'
        'wavelet-ridges'
        'zigzag-lines'
    )
}