Compare commits

..

No commits in common. "4058d3954f7b7dd6bb1503d2f0680bd27ffc9ac7" and "30f65f8c3ffa83483b4ac10283fd307a861e554d" have entirely different histories.

2
hendrik Executable file → Normal 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="/opt/hendrik"
DEFAULT_DIR="/home/ambadar-aji/experiment/hendrik"
PROJECT_DIR="${HENDRIK_DIR:-$DEFAULT_DIR}"
if [ ! -d "$PROJECT_DIR/.venv" ]; then