Change the project directory

This commit is contained in:
Dita Aji Pratama 2026-06-13 10:13:01 +07:00
parent 9643b95059
commit 6540a88687

2
hendrik Normal file → Executable file
View File

@ -2,7 +2,7 @@
# hendrik — wrapper to run the TUI agent from anywhere
# Set HENDRIK_DIR env var to override, or update the default below
DEFAULT_DIR="/home/ambadar-aji/experiment/hendrik"
DEFAULT_DIR="/opt/hendrik"
PROJECT_DIR="${HENDRIK_DIR:-$DEFAULT_DIR}"
if [ ! -d "$PROJECT_DIR/.venv" ]; then