Skip to content

Commit e4cadb8

Browse files
lroolleclaude
andcommitted
fix: address PR review comments
- version-check.sh: error message now says "deva" not "claude-code-yolo" - install.sh: GITHUB_RAW URL points to renamed repo thevibeworks/deva - release.yml: rust image uses version-specific base tag, not :latest Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e4e60f4 commit e4cadb8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
cache-from: type=gha
106106
cache-to: type=gha,mode=max
107107
build-args: |
108-
BASE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
108+
BASE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
109109
110110
release:
111111
name: Create GitHub Release

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SCRIPT_NAME="claude.sh"
77
YOLO_WRAPPER="claude-yolo"
88
DEVA_LAUNCHER="deva.sh"
99
DOCKER_IMAGE="ghcr.io/thevibeworks/deva:latest"
10-
GITHUB_RAW="https://raw.githubusercontent.com/thevibeworks/claude-code-yolo/main"
10+
GITHUB_RAW="https://raw.githubusercontent.com/thevibeworks/deva/main"
1111

1212
echo "deva Multi-Agent Environment Installer"
1313
echo "=========================="

scripts/version-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ check_consistency() {
8282

8383
main() {
8484
if [[ ! -f "deva.sh" ]] || [[ ! -f "CHANGELOG.md" ]]; then
85-
error "Must be run from claude-code-yolo root directory"
85+
error "Must be run from deva root directory"
8686
exit 1
8787
fi
8888

0 commit comments

Comments
 (0)