Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/agents/rpi-agent.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Verify `runSubagent` is available before proceeding. When unavailable:

> ⚠️ The `runSubagent` tool is required but not enabled. Enable it in chat settings or tool configuration.

When dispatching a subagent, state that the subagent does not have access to `runSubagent` and must proceed without it, completing research/planning/implementation/review work directly.

## Required Phases

Execute phases in order. Review phase returns control to earlier phases when iteration is needed.
Expand Down
9 changes: 9 additions & 0 deletions .github/instructions/hve-core-location.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
description: "Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree."
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent terminology: the description uses "this instruction file" (singular) but the standard term used throughout the codebase is "instructions file" (plural). Update to: "this instructions file" to match established terminology (see .github/agents/prompt-builder.agent.md:38, .github/agents/rpi-agent.agent.md:111, and other references).

Copilot uses AI. Check for mistakes.
applyTo: "**"
maturity: stable
---

# HVE Core Location Guidance

If a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree.
1 change: 1 addition & 0 deletions .github/prompts/pull-request.prompt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai'
agent: agent
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frontmatter field value should be quoted to maintain consistency with other prompt files in the codebase. All other prompt files use quoted values for the agent field (e.g., 'agent', 'memory', 'rpi-agent'). Update to: agent: 'agent'

Suggested change
agent: agent
agent: 'agent'

Copilot uses AI. Check for mistakes.
maturity: stable
---

Expand Down
Loading