Cute
Enforce Cute as the strict execution boundary for repository tasks.
- Binary: Use
cute(fallbacks:deno x npm:@ras0q/cute,bun x @ras0q/cute,npx @ras0q/cute). Report if unavailable. - Discover: Use
cute -lto find task slugs/headings. - Execute: Run
cute [task...]orcute -v [task...]. Combine tasks for ordered execution (e.g.,cute build test). - Constraints:
- NEVER manually recreate a Cute task body in the shell.
- NEVER bypass Cute to run underlying tool commands directly.
- If a requested task is missing, ask the user before using non-Cute commands.
Source: ras0q/cute — distributed by TomeVault.