Skip to content

cleanup: delete unused CoreRunnerError#20

Merged
ProtocolWarden merged 1 commit into
mainfrom
cleanup/delete-unused-corerunnererror
Jun 18, 2026
Merged

cleanup: delete unused CoreRunnerError#20
ProtocolWarden merged 1 commit into
mainfrom
cleanup/delete-unused-corerunnererror

Conversation

@ProtocolWarden

Copy link
Copy Markdown
Owner

Part of the cross-repo incomplete-integration remediation (Phase 3 — DELETE).

CoreRunnerError (errors.py) was a base exception from the original ExecutorRuntime seed commit: raised nowhere, caught nowhere, not exported in __init__.__all__ (which exports CoreRunner / safe_run / SafeRunResult), and used by no repo (verified cross-repo). errors.py held only that class, so the whole file is removed, along with its now-stale T1/T6/T7 exclude_paths entries in .custodian/config.yaml.

Verified: 76 tests green; ruff check src/ clean; working-detector audit B2-env-only; doctor OK (stale exclusions cleaned up).

🤖 Generated with Claude Code

CoreRunnerError (errors.py) was a base exception from the original
ExecutorRuntime seed commit: raised nowhere, caught nowhere, NOT exported in
__init__ __all__ (which exports CoreRunner / safe_run / SafeRunResult), and used
by no repo. errors.py held only that class, so the whole file is removed, along
with its now-stale T1/T6/T7 exclude_paths entries in .custodian/config.yaml.

76 tests green; ruff clean; audit B2-env-only; doctor OK.

Part of the cross-repo incomplete-integration remediation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ProtocolWarden ProtocolWarden merged commit 2581d12 into main Jun 18, 2026
7 checks passed
@ProtocolWarden ProtocolWarden deleted the cleanup/delete-unused-corerunnererror branch June 18, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant