From 38cefb5d83173b77070c236d550e345c09d56689 Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Fri, 27 Mar 2026 20:50:37 -0700 Subject: [PATCH] Remove phantom applicable_to reference in finding-classification 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> --- protocols/reasoning/finding-classification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protocols/reasoning/finding-classification.md b/protocols/reasoning/finding-classification.md index 9636577..15f6e79 100644 --- a/protocols/reasoning/finding-classification.md +++ b/protocols/reasoning/finding-classification.md @@ -9,8 +9,7 @@ description: > review comments, audit results) against a known taxonomy or pattern catalog. Performs three-way classification with justification, confidence analysis, and catalog update proposals. -applicable_to: - - classify-findings +applicable_to: [] --- # Protocol: Finding Classification