Harden decision-table coverage for shared hosts - #196
Merged
Merged
Conversation
- Add shared host reachability to the decision-table skill, edge-case expansion, artifact format, and review-prevention pass. - Require passive-entry, explicit-action, and non-primary entry-point coverage for shared wrappers, middleware, dispatchers, schedulers, root components, job runners, and callback registries. - Bump the code plugin to v1.14.11 and update changelog and README documentation. Testing: uv run --frozen --group dev pytest plugins/code/tools/python/test_decision_table_skill_contract.py; uv run --frozen --group dev pytest plugins/code/tools/python; uv run --frozen --group dev ruff check .; uv run --frozen --group dev pyright; git diff --check Risks: Low; guidance and contract-test change only.
shafty023
force-pushed
the
fix/decision-table-shell-host-coverage
branch
from
September 10, 2026 16:48
8bf261d to
e352767
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Tighten the code plugin's decision-table guidance for a generic failure mode: behavior registered by a shared host can affect inherited entry points, not only the feature's intended entry point or explicit action.
Changes
Validation
uv run --frozen --group dev pytest plugins/code/tools/python/test_decision_table_skill_contract.pyuv run --frozen --group dev pytest plugins/code/tools/pythonuv run --frozen --group dev ruff check .uv run --frozen --group dev pyrightgit diff --check