CoolFace
Apppublic

electblake/image-data-extractor

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
AGENTS.md10 linesDownload Raw Back to root
1# Repository implementation policy2 3- This repository has one supported execution path: the explicitly requested path.4- Never add error handling, `try`/`except`, recovery logic, fallback values, fallback providers, compatibility shims, silent substitution, or degraded modes.5- Never catch, suppress, translate, wrap, retry, or replace failures.6- Never add validation branches whose purpose is to produce a custom error path.7- Let failures surface naturally at their source.8- Do not preserve legacy behavior unless the user explicitly requests it.9- When a requested implementation cannot run as specified, report the blocker; do not create an alternate implementation.10 
electblake/image-data-extractor · CoolFace