Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Commit ebe4d94

Browse files
Update ralph.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brian Horakh <35611074+elasticdotventures@users.noreply.github.com>
1 parent bf542b0 commit ebe4d94

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ralph.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ uv sync --quiet || error "uv sync failed (check permissions/network)."
6868
# 3. Check/initialize .taskmaster directory
6969
TASKMASTER_DIR="$GIT_ROOT/.taskmaster"
7070
TASKMASTER_MODEL="${RALPH_TASKMASTER_MODEL:-gpt-5-codex}"
71-
PROJECT_NAME="$(basename "$GIT_ROOT")"
72-
BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
7371

7472
if [[ ! -d "$TASKMASTER_DIR" ]]; then
7573
warn ".taskmaster directory not found, initializing..."

0 commit comments

Comments
 (0)