ralph-prd 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ralph/ralph-claude.mjs +1 -3
package/package.json
CHANGED
package/ralph/ralph-claude.mjs
CHANGED
|
@@ -881,9 +881,7 @@ async function main() {
|
|
|
881
881
|
} else {
|
|
882
882
|
console.log('failed');
|
|
883
883
|
console.error(`\nUnexpected error during ship-check: ${err.message}`);
|
|
884
|
-
|
|
885
|
-
notify('Ralph — failed', `Ship-check failed for "${phase.title}"`);
|
|
886
|
-
process.exit(1);
|
|
884
|
+
// Don't exit — let the retry loop and skipOnShipCheckFail handle it
|
|
887
885
|
}
|
|
888
886
|
|
|
889
887
|
if (attempt < maxAttempts) {
|