[Phase 6] Add dry-run support to cmd_continue #241

Closed
opened 2026-04-08 06:30:47 +02:00 by shoko · 0 comments
Owner

Problem

Testing the queue-daemon is difficult because spawns opencode which consumes 340MB-1GB per session.

Solution

Add dry-run mode to :

  • Check for env var OR flag
  • If either is provided, exit immediately with code 0 before ANY file operations
  • Output: "Dry run mode - no files modified"

Implementation in :

Status

BLOCKED - Depends on Phase 5 (uses exit code 0 for dry-run)

Files

Parent: #235
Blocked by: #240 (Phase 5)

## Problem Testing the queue-daemon is difficult because spawns opencode which consumes 340MB-1GB per session. ## Solution Add dry-run mode to : - Check for env var OR flag - If either is provided, exit immediately with code 0 before ANY file operations - Output: "Dry run mode - no files modified" Implementation in : ## Status **BLOCKED** - Depends on Phase 5 (uses exit code 0 for dry-run) ## Files - ## Related Issues Parent: #235 Blocked by: #240 (Phase 5)
shoko closed this issue 2026-04-08 06:33:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#241