occupation
Software Developers
description
Route ALL version control through gitman (jj + colocated git). Never run raw jj/git.
updated
Menu
SkillsMP has collected 3 skills from Bullish-Design/vendomat. Open a skill to review its source and details.
Showing 3 of 3 collected skills.
Route ALL version control through gitman (jj + colocated git). Never run raw jj/git.
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.
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.