docs(specs): correct quarantined-skill invariants and trust-aware activation - #6704
Merged
Conversation
bug-ops
force-pushed
the
6701-quarantine-skill-routing-spec
branch
from
July 28, 2026 16:12
6b79645 to
fe2360f
Compare
…ivation Existing 005-skills wording claimed Quarantined skills cannot be invoked, but resolve_body only ever refused Blocked — the code and spec disagreed. Documents the ADR decision for #6701: proactive/implicit skill matching must exclude Quarantined/Blocked from activation (they stay discoverable, never injected), while explicit invocation of a Quarantined skill now folds the turn's trust floor instead of leaving it untouched. Cross-references added in 050-security-capability-governance and specs/README.md.
bug-ops
force-pushed
the
6701-quarantine-skill-routing-spec
branch
from
July 28, 2026 16:18
fe2360f to
c27c464
Compare
bug-ops
enabled auto-merge (squash)
July 28, 2026 16:18
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.
Summary
specs/005-skills/spec.md: the existing wording claimed "Quarantined skills cannot be invoked," but the shippedSkillTrustGate::resolve_bodyonly ever refusedBlocked— code and spec had drifted apart.Quarantined/Blockedskills from activation entirely (they stay discoverable in the catalog, never injected), while an explicitinvoke_skill/load_skillof aQuarantinedskill now folds the turn's trust floor (TurnTrustFloor, monotonic downgrade) instead of leaving it untouched.specs/050-security-capability-governance/spec.mdpointing back at 005-skills as the source of truth for skill-trust semantics.specs/README.mdsummary row for005-skills/spec.md.Spec-only change — no
.rsfiles touched, D1-D5 from the ADR are not yet implemented in code.Refs #6701
Refs #6702
Test plan
gitleaks protect --staged— no leaks found.rsfiles staged) — per branching.md exception, fmt/clippy/nextest/rustdoc gate not required for this PR