Libreyolo API Conventions

The rules every user-facing LibreYOLO surface must follow (Python API, CLI, dataset YAMLs, metric keys, Results fields) and the safe method for checking parity with the de-facto YOLO ecosystem conventions. Use when designing or reviewing any new public API, CLI command or flag, train/val kwargs, metric names, or Results attributes; when someone asks "what should this be called?", "should predict return a list?", or "is this compatible with standard YOLO tooling?"; or when an API-parity gap is reported. Encodes the AGENTS.md rule that user-facing APIs follow the ecosystem standard, and the license-safe way to verify that (docs only, never source).

libreyolo 8beaaeb 6.2 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-api-conventions commit 8beaaebd52

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-api-conventions