AGENTS.md@examples/studio/education · git:20260910.f078337 · 2026-09-10 · sha256 57501a7b313dec82
AGENTS.md@examples/studio/education git:20260910.f078337A
Immutable. This exact content is served forever at /api/v1/blob/57501a7b313dec82.
# Contents - `scene.py` is the explicit trusted Python entrypoint for `PythagoreanLesson`. - `lesson.json` is the retained ten-second portrait lesson, including mathematical parameters and authored cue timing. - `README.md` documents the source closure, supported renderer profile, audio references, and qualification. # Guidelines - Keep this example independently retainable with exactly named `scene.py`, `lesson.json`, `lesson.py`, and `toolkit.py` files. Do not import source from outside the bundle. - Keep caption and mouth timing provenance honest. Existing authored cues are not measured alignment, even when a generated voice has the same total duration. - Preserve the original mascot and mathematically correct 3–4–5 example. Derive every displayed area and tile count from the retained legs. - Keep generated frames, narration, provider receipts, and native environment files under ignored artifacts. Commit only source and documentation. - Keep import and planning inert. Scene execution requires the host's explicit trusted-current-user render authorization; audio assembly uses ordinary SLOPCAMERA projects.