Skip to content

Commit 2fb2f20

Browse files
feat(bootstrapper): add --test-mode for resilient bootstrap processing
Add test mode that continues processing after build failures instead of failing fast. Useful for testing build configurations across many packages. When enabled: - Catches any exception during bootstrap - Logs the error with full traceback - Records the failed package name - Continues to the next package - Exits non-zero at completion if any failures Closes #713 Co-Authored-By: Claude <claude@anthropic.com> Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
1 parent 9bfe61f commit 2fb2f20

File tree

5 files changed

+608
-201
lines changed

5 files changed

+608
-201
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ __pycache__/
3535
/.mypy_cache/
3636
.skip-coverage
3737
.claude
38+
/.beads/

0 commit comments

Comments
 (0)