Route ALL version control through gitman (jj + colocated git). Never run raw jj/git.
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 3 skills de Bullish-Design/vendomat. Abre una skill para revisar su origen y sus detalles.
Mostrando 3 de 3 skills recopiladas.
Route ALL version control through gitman (jj + colocated git). Never run raw jj/git.
Idioma del texto original: inglés
Use when writing or editing a Typer CLI in this repo — declaring commands, arguments vs options, the 0/1/2/3 exit-code contract via typer.Exit, no_args_is_help, and testing with CliRunner. Curated for typer 0.12.
Idioma del texto original: inglés
Use when verifying code changes in this repository — running tests, lint, formatting, or type checks, or checking whether a change is correct. This repo verifies through Testee, not by invoking pytest/ruff/ty directly.
Idioma del texto original: inglés