Skip to main content

3 docs tagged with "cli"

View all tags

AI Agent Harnesses

The AI coding-agent harnesses I run in the terminal -- opencode, pi, and herdr -- what a harness is, how they differ, and how I use them day to day.

Local Version Management with mise

How I manage dev toolchains with mise (mise-en-place) -- global and per-project tool versions in mise.toml, config resolution rules, tool backends (npm, pipx, GitHub, mise registry), per-directory env vars, and migrating off nvm.

Project: CLI Task Manager

Build a complete command-line task manager in Java - CRUD operations, file-based persistence, input validation, and packaging as a runnable JAR.