add herdr to devcontainer

This commit is contained in:
Daniel Roth 2026-07-21 08:55:30 +00:00
parent 0dd602070e
commit b82b234fb2

View file

@ -45,6 +45,13 @@ RUN git clone https://github.com/LazyVim/starter /home/${USER}/.config/nvim \
RUN curl -fsSL https://claude.ai/install.sh | bash
ENV PATH="/home/${USER}/.local/bin:${PATH}"
# Install herdr (terminal workspace manager for AI coding agents). Same pattern
# as Claude Code above: the installer drops a self-contained static binary into
# ~/.local/bin, which is now on PATH. Lets you run herdr from inside the
# container. `herdr update` self-updates from herdr.dev thereafter.
RUN curl -fsSL https://herdr.dev/install.sh | sh
USER root
WORKDIR /workspaces/assessment-model