This project uses a devcontainer with pixi for environment management.
- GitHub CLI (
gh): Available viapixi run ghor directly if using a login shell. The container mounts the host's~/.config/ghdirectory, so if the user is authenticated on the host, authentication is shared automatically.
When using pixi tasks, prefer pixi run <task>. See pixi task list for available tasks.
For tools installed as dependencies (like gh), you can run them via:
pixi run gh <args>- works in any shellgh <args>- works in login shells (bash -l -c '...')