fix(session): return proper exit codes for cmd_continue and fork_agent #259
Reference in New Issue
Block a user
Delete Branch "fix/issue-248"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Modify
cmd_continueandfork_agentto return proper exit codes for better daemon integration.Exit Codes
Changes
Daemon Integration
These exit codes help the queue daemon distinguish between recoverable errors (exit 2 = max agents, can retry later) and non-recoverable errors (exit 1 = task should be marked as failed).
Closes #248
lgtm