Remove phantom applicable_to reference in finding-classification protocol#87
Merged
Alan-Jowett merged 1 commit intomicrosoft:mainfrom Mar 28, 2026
Conversation
The protocol's applicable_to field referenced a template 'classify-findings' that does not exist in the manifest or on disk. No template currently uses this protocol. Set applicable_to to empty until a consuming template is added. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7c10edd to
38cefb5
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes an invalid applicable_to template reference from the finding-classification reasoning protocol frontmatter to restore manifest ↔ component consistency.
Changes:
- Replace the non-existent template reference (
classify-findings) with an emptyapplicable_tolist.
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
The \inding-classification\ protocol's \�pplicable_to\ field references a template \classify-findings\ that does not exist in the manifest or on disk. This was discovered during a full manifest ↔ component consistency audit.
Change
Set \�pplicable_to: []\ until a consuming template is added.
Context
Found via audit: 109 components checked across 8 consistency dimensions. This was the only real inconsistency (the remaining items are pre-existing convention gaps around optional \input_contract\ fields).