Monorepo for Aesthetic.Computer aesthetic.computer

menuband: KidLisp TV panel beneath the floating piano master

Adds a skeuomorphic LCD-television panel that anchors below the LEFT floating piano window when the popover opens. Self-contained KidLisp evaluator (lexer/parser/evaluator/framebuffer/RNG/color helpers) under Sources/MenuBand/KidLisp/ so the panel renders pieces in-process at 30 fps, with synth amplitude (and a noteOn-driven decay envelope as a MIDI-output-mode fallback) piped into the `amp`/`mic`/`amplitude` bindings each tick. Click the screen to open a "$ pieces" chooser backed by a 5-minute cached fetch of /api/store-kidlisp. Selected source persists across popover cycles via UserDefaults. main.swift gets a `--kidlisp-render <src> <w> <h> <out.ppm>` CLI short-circuit so conformance harnesses can render PPM frames from the same binary without launching the status item. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>