Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .console/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,13 @@ Deleted legacy src/executor_runtime/ package now that all code lives in src/core
## 2026-05-23 — Standardize pre-push hook

- Updated `.hooks/pre-push` to the auto-discovering boundary-artifact variant (auto-locates PrivateManifest/dist artifact; extra custodian-multi fallback path).

## 2026-06-18 — cleanup: delete unused CoreRunnerError

Ecosystem incomplete-integration remediation (Phase 3 DELETE). CoreRunnerError
(errors.py) was a base exception from the original ExecutorRuntime seed —
raised nowhere, caught nowhere, NOT exported in __init__ __all__ (which exports
CoreRunner/safe_run/SafeRunResult), no cross-repo use. Deleted the whole
errors.py (it held only that class) + its now-stale T1/T6/T7 exclude_paths
entries in .custodian/config.yaml. 76 tests green; ruff + audit (B2 env) +
doctor clean.
3 changes: 0 additions & 3 deletions .custodian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ audit:
exclude_paths:
T1:
- "src/core_runner/contracts/**"
- src/core_runner/errors.py
- "src/core_runner/io/**"
- src/core_runner/runners/base.py
T6:
- "src/core_runner/contracts/**"
- src/core_runner/errors.py
- "src/core_runner/io/**"
- src/core_runner/runners/base.py
T7:
- "src/core_runner/contracts/**"
- src/core_runner/errors.py
- "src/core_runner/io/**"
- src/core_runner/runners/base.py
X2:
Expand Down
4 changes: 0 additions & 4 deletions src/core_runner/errors.py

This file was deleted.

Loading