Skip to content

Warn early for unresolved engine binaries#59

Open
mlava wants to merge 1 commit into
NateBJones-Projects:mainfrom
mlava:codex/issue-43-engine-bin-warning
Open

Warn early for unresolved engine binaries#59
mlava wants to merge 1 commit into
NateBJones-Projects:mainfrom
mlava:codex/issue-43-engine-bin-warning

Conversation

@mlava

@mlava mlava commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Closes #43

Adds immutable config-load diagnostics for explicitly configured bare-name engine binaries that cannot be resolved on PATH. lint emits them without allowing malformed config to change lint outcomes, and normal runs warn before retaining the existing fatal used-engine preflight.

Verification:

  • python3 -m unittest discover -s tests -p "test_engine_bin_warning.py" -v
  • python3 -m unittest discover -s tests -v (226 tests)

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.

Warn at config load when an engine bin is not resolvable — PATH problems currently surface mid-run

1 participant