Skip to content

Commit 0f224b5

Browse files
committed
refactor: update naming from CCYOLO to Claude Code YOLO in scripts and docs
1 parent 1df0dde commit 0f224b5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ export DOCKER_BUILDKIT := 1
1010

1111
.PHONY: build
1212
build:
13-
@echo "🔨 Building CCYOLO Docker image..."
13+
@echo "🔨 Building Claude Code YOLO Docker image..."
1414
docker build --build-arg CLAUDE_CODE_VERSION=$(CLAUDE_CODE_VERSION) -t $(IMAGE_NAME):$(TAG) .
1515
@echo "✅ Build completed: $(IMAGE_NAME):$(TAG)"
1616

1717
.PHONY: rebuild
1818
rebuild:
19-
@echo "🔨 Rebuilding CCYOLO Docker image (no cache)..."
19+
@echo "🔨 Rebuilding Claude Code YOLO Docker image (no cache)..."
2020
docker build --no-cache --build-arg CLAUDE_CODE_VERSION=$(CLAUDE_CODE_VERSION) -t $(IMAGE_NAME):$(TAG) .
2121
@echo "✅ Rebuild completed: $(IMAGE_NAME):$(TAG)"
2222

@@ -156,7 +156,7 @@ release-major:
156156

157157
.PHONY: help
158158
help:
159-
@echo "CCYOLO - Docker Build Shortcuts"
159+
@echo "Claude Code YOLO - Docker Build Shortcuts"
160160
@echo "==============================="
161161
@echo ""
162162
@echo "Usage: make [target]"

claude-yolo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLAUDE_SH="$SCRIPT_DIR/claude.sh"
77

88
if [ ! -f "$CLAUDE_SH" ]; then
99
echo "Error: claude.sh not found at $CLAUDE_SH" >&2
10-
echo "Make sure you're running this from the ccyolo directory" >&2
10+
echo "Make sure you're running this from the claude-code-yolo directory" >&2
1111
exit 1
1212
fi
1313

0 commit comments

Comments
 (0)