From dc46349753cb4c014a3360d7f07bae37c78901ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:14:13 +0000 Subject: [PATCH 1/2] Initial plan From b6d291744a37fe36ba05cf51258c0272145d9a76 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:16:12 +0000 Subject: [PATCH 2/2] Add taxonomies: [stack-lifetime-hazards] to investigate-bug, investigate-security, review-code templates and manifest.yaml Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> --- manifest.yaml | 3 +++ templates/investigate-bug.md | 2 ++ templates/investigate-security.md | 2 ++ templates/review-code.md | 2 ++ 4 files changed, 9 insertions(+) diff --git a/manifest.yaml b/manifest.yaml index 7056aa3..fa6f619 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -328,6 +328,7 @@ templates: analysis and produce an investigation report. persona: systems-engineer protocols: [anti-hallucination, self-verification, operational-constraints, root-cause-analysis] + taxonomies: [stack-lifetime-hazards] format: investigation-report - name: investigate-security @@ -337,6 +338,7 @@ templates: vulnerability analysis with severity classification. persona: security-auditor protocols: [anti-hallucination, self-verification, operational-constraints, security-vulnerability] + taxonomies: [stack-lifetime-hazards] format: investigation-report code-analysis: @@ -347,6 +349,7 @@ templates: and maintainability. Supports additional analysis protocols. persona: systems-engineer protocols: [anti-hallucination, self-verification, operational-constraints] + taxonomies: [stack-lifetime-hazards] format: investigation-report planning: diff --git a/templates/investigate-bug.md b/templates/investigate-bug.md index d62e2da..b6ce44e 100644 --- a/templates/investigate-bug.md +++ b/templates/investigate-bug.md @@ -13,6 +13,8 @@ protocols: - guardrails/self-verification - guardrails/operational-constraints - reasoning/root-cause-analysis +taxonomies: + - stack-lifetime-hazards format: investigation-report params: problem_description: "Natural language description of the bug or failure" diff --git a/templates/investigate-security.md b/templates/investigate-security.md index 2affd0b..060303b 100644 --- a/templates/investigate-security.md +++ b/templates/investigate-security.md @@ -13,6 +13,8 @@ protocols: - guardrails/self-verification - guardrails/operational-constraints - analysis/security-vulnerability +taxonomies: + - stack-lifetime-hazards format: investigation-report params: target_description: "What is being audited — component, service, or feature" diff --git a/templates/review-code.md b/templates/review-code.md index d34bea3..196d899 100644 --- a/templates/review-code.md +++ b/templates/review-code.md @@ -12,6 +12,8 @@ protocols: - guardrails/anti-hallucination - guardrails/self-verification - guardrails/operational-constraints +taxonomies: + - stack-lifetime-hazards format: investigation-report params: code: "The code to review"