RHOAIENG-51548: fix: replace dev-* Makefile targets with local-*#784
RHOAIENG-51548: fix: replace dev-* Makefile targets with local-*#784
Conversation
The CRC-based dev-* targets (dev-logs, dev-start, dev-stop, etc.) were replaced with local-* equivalents in 5553056 but docs were never updated to reflect this changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Martin Prpič <mprpic@redhat.com>
Claude Code ReviewSummaryPR #784 is a documentation-only fix that updates stale Issues by SeverityBlocker IssuesNone Critical IssuesNone Major IssuesNone Minor Issues1. Stale File: The PR updates the "Hot-Reloading Development" workflow section (replacing the two-terminal ### Development Workflow
- Hot-reloading with `DEV_MODE=true` <- stale, not removed/updated
- Rebuild with `make local-rebuild`This contradicts the corrected workflow described just above it and could mislead developers into trying a mode that no longer exists. Suggest removing or updating the 2. Misleading guidance in "Need OpenShift-Specific Features?" section File: Before the patch, this section explicitly said "CRC-based" and pointed to Directing developers who need CRC/OpenShift-specific features to the minikube-based 3. Missing replacement for "Stop and shutdown CRC" in cleanup section File: The old cleanup table had three actions; the new one has two:
If Positive Highlights
Recommendations
Overall this is a clean, low-risk docs fix. Issues 1 and 2 are the only ones worth a follow-up before or after merge. 🔍 View AI decision process (logs available for 90 days) 📋 View memory system files loaded (click to expand)What Amber Loaded for Code ReviewAmber automatically loaded these repository standards from the memory system:
Impact: This review used your repository's specific code quality standards, security patterns, and best practices from the memory system (PRs #359, #360) - not just generic code review guidelines. |
The CRC-based dev-* targets (dev-logs, dev-start, dev-stop, etc.) were replaced with local-* equivalents in 5553056 but docs were never updated to reflect this changes.