AGENTS.md@examples/studio/education · git:20260909.13611a8 · 2026-09-09 · sha256 9cbd795ae2deec9d

AGENTS.md@examples/studio/education git:20260909.13611a8A

Immutable. This exact content is served forever at /api/v1/blob/9cbd795ae2deec9d.

# 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 ATET projects.