AGENTS.md@examples/studio/vgpu ยท diff
git:20260909.613e023 to git:20260910.f078337
1 added, 1 removed. Audit A to A.
# Contents
- `heat-field.mjs` โ explicit trusted Node command rendering a bounded illustrative energy graphic with vgpu.
- `heat-field.test.mjs` โ CPU-only input, clock, energy and raster checks.
- `README.md` โ pinned runtime requirements, execution and interpretation boundaries.
# Guidelines
- Keep import inert. Load native dependencies and acquire a device only inside the explicitly invoked render function.
- Use absolute rational frame times, original graphics and explicit sRGB output. Distinguish illustrative fields from physical simulation.
- - Keep the runtime optional and separate from ATET's canonical renderer. Reject ambient GPU overrides and require observed hardware evidence.
+ - Keep the runtime optional and separate from SLOPCAMERA's canonical renderer. Reject ambient GPU overrides and require observed hardware evidence.
- Retain failed output directories. Publish a manifest only after complete frame validation; never replace a prior run.
- Keep native qualification under the host scheduler; pure tests must run without vgpu or a GPU.