Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
f484d5f
feat(scripts): add AI artifacts registry schema and validation
katriendg Feb 6, 2026
5426cd7
test(scripts): add tests for Validate-ArtifactRegistry.ps1
katriendg Feb 6, 2026
bd09129
feat(scripts): add dependency pinning scan artifacts to .gitignore an…
katriendg Feb 6, 2026
b86044c
style(scripts): fix formatting of copyright comment in Validate-Artif…
katriendg Feb 6, 2026
cebe0f4
refactor(schema): update agent dependencies description for clarity
katriendg Feb 6, 2026
aabe010
refactor(schemas): migrate maturity metadata to registry, remove from…
Copilot Feb 6, 2026
d323d79
feat(extension): add collection-based multi-package build system
katriendg Feb 6, 2026
0fcf059
refactor(extension): update Copy-CollectionArtifacts function to remo…
katriendg Feb 6, 2026
ae56f2d
refactor(extension): remove unused collection skills from packaging d…
katriendg Feb 6, 2026
278521a
feat(docs): enhance AI artifacts documentation with registry and pers…
katriendg Feb 6, 2026
f7e9e24
fix(docs): linting tables across documentation
katriendg Feb 6, 2026
38cc1b6
feat(extension): add developer edition with persona-specific README a…
katriendg Feb 6, 2026
2c15920
test(extension): add Pester coverage for Option B template-copy and b…
katriendg Feb 6, 2026
3eae814
feat(extension): add skills directory to packaging specification
katriendg Feb 6, 2026
c0a832b
feat(workflows): enhance extension packaging and publishing workflows
katriendg Feb 6, 2026
14c8225
feat(workflows): extract version from VSIX filename for clarity
katriendg Feb 6, 2026
740c072
Merge branch 'main' into feat/431-persona-collections-distr
katriendg Feb 10, 2026
fca2920
feat(agents): add GitHub backlog management instructions and prompts
katriendg Feb 10, 2026
2dc78a2
test(instructions): add tests for repo-specific instruction exclusion
katriendg Feb 10, 2026
439ab49
refactor(extension): generate contributes at build time with path-onl…
katriendg Feb 10, 2026
7bca55e
refactor(scripts): streamline path handling in Copy-CollectionArtifac…
katriendg Feb 10, 2026
bedecaa
fix(agents): update github-issue-manager maturity status to deprecated
katriendg Feb 10, 2026
f5139c2
feat(scripts): add per-artifact and JSON Schema validation to registr…
katriendg Feb 10, 2026
fbb6662
feat(agents): add persona-based agent filtering to installer
katriendg Feb 10, 2026
167bfa7
docs: clarify maturity filtering for artifacts and handoffs
katriendg Feb 10, 2026
a51255f
docs(extension): update PACKAGING.md with packaging pipeline overview…
katriendg Feb 10, 2026
85d424f
feat(extension): add collection-level maturity gating for release cha…
katriendg Feb 10, 2026
81cc566
docs(architecture): update AI Artifacts Architecture with new date an…
katriendg Feb 10, 2026
7134e7e
feat(workflows): add PR validation for AI artifact registry drift det…
katriendg Feb 10, 2026
b9d20a7
fix(tests): update schema paths in artifact registry JSON fixtures
katriendg Feb 10, 2026
8d21202
feat(extension): add tests for persona README path retrieval and mana…
katriendg Feb 10, 2026
494a7fc
feat(extension): linting updates
katriendg Feb 10, 2026
8d96976
fix: linting table format
katriendg Feb 10, 2026
603c4ee
refactor(extension): remove dead code and align workflow collection m…
katriendg Feb 10, 2026
3cb3a96
fix(agents): update agent description format to include tags
katriendg Feb 10, 2026
191fb81
feat(agents): update installation options and persona selection process
katriendg Feb 10, 2026
0a39f43
fix(scripts): skip missing collection artifacts instead of throwing e…
katriendg Feb 10, 2026
8e02d0e
fix(scripts): add warnings as errors for artifact registry linting
katriendg Feb 10, 2026
9b6b827
feat(workflows): update version output in extension packaging workflow
katriendg Feb 10, 2026
15b7436
Merge branch 'main' into feat/431-persona-collections-distr
katriendg Feb 11, 2026
f5a8126
feat(extension): add developer persona and collection-based pre-relea…
katriendg Feb 11, 2026
225a039
Merge branch 'feat/431-persona-collections-distr' of https://github.c…
katriendg Feb 11, 2026
ad70b9c
feat(workflows): enhance version resolution logic in extension packag…
katriendg Feb 11, 2026
d2c3a95
Merge remote-tracking branch 'origin/main' into feat/431-persona-coll…
agreaves-ms Feb 12, 2026
0e446c8
feat(workflows): enhance plugin packaging and validation workflows
agreaves-ms Feb 13, 2026
3d9b65d
feat(extension): add dry-run parameter for packaging orchestration va…
agreaves-ms Feb 13, 2026
ef166d9
refactor(scripts): remove legacy registry validation surfaces
agreaves-ms Feb 13, 2026
2977620
refactor(tests): remove mock registry and simplify agent and skill tests
agreaves-ms Feb 13, 2026
a861f8a
style(settings): update search.followSymlinks setting for clarity
agreaves-ms Feb 13, 2026
2d04347
style(prompts): adjust formatting for Copilot skill entry in pull req…
agreaves-ms Feb 13, 2026
feb4b7e
feat(collections): add maturity levels and exclude repo-specific arti…
agreaves-ms Feb 13, 2026
413e92f
refactor(extension): migrate collection manifests from JSON to YAML f…
agreaves-ms Feb 13, 2026
2dd3b82
feat(extension): implement persona package generation from collection…
agreaves-ms Feb 13, 2026
483b512
feat(extension): add README generation for persona collections and up…
agreaves-ms Feb 13, 2026
c79b021
chore(templates): remove outdated links and add shared resource direc…
agreaves-ms Feb 13, 2026
d84a885
chore(extension): remove outdated hve-core-2.2.0.zip file
agreaves-ms Feb 13, 2026
285b074
style(extension): update markdownlint configuration to ignore additio…
agreaves-ms Feb 13, 2026
a0c0080
chore(agents): remove deprecated github-issue-manager agent from coll…
agreaves-ms Feb 13, 2026
f745e18
feat(docs): update agent descriptions and commands in various README …
agreaves-ms Feb 13, 2026
7ea1f09
feat(plugin): add marketplace.json and update plugin versions to 2.2.0
agreaves-ms Feb 13, 2026
621af8c
refactor(scripts): rename persona terminology to collection across co…
katriendg Feb 13, 2026
cd9162b
docs(agents): update terminology from 'persona' to 'collection' in ag…
katriendg Feb 13, 2026
313991a
feat(docs): update collection recommendations and add tags for better…
katriendg Feb 13, 2026
fc18595
test(scripts): add coverage for Prepare-Extension and Generate-Plugins
katriendg Feb 13, 2026
505b688
Merge branch 'main' into feat/431-persona-collections-distr
katriendg Feb 13, 2026
31efed5
docs: linting tables format
katriendg Feb 13, 2026
a82dfb5
test(scripts): remove unused variable in dry run test for plugin gene…
katriendg Feb 13, 2026
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
5 changes: 3 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"Streamlit",
"vscodeignore",
"\u02c8pr\u00e6ks\u026as",
"\u03c0\u03c1\u1fb6\u03be\u03b9\u03c2"
"\u03c0\u03c1\u1fb6\u03be\u03b9\u03c2",
"TMPVER"
]
}
}
1 change: 0 additions & 1 deletion .github/agents/ado-prd-to-wit.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies'
maturity: stable
tools: ['execute/getTerminalOutput', 'execute/runInTerminal', 'read/problems', 'read/readFile', 'read/terminalSelection', 'read/terminalLastCommand', 'edit/createDirectory', 'edit/createFile', 'edit/editFiles', 'search', 'web', 'agent', 'ado/search_workitem', 'ado/wit_get_work_item', 'ado/wit_get_work_items_for_iteration', 'ado/wit_list_backlog_work_items', 'ado/wit_list_backlogs', 'ado/wit_list_work_item_comments', 'ado/work_list_team_iterations', 'microsoft-docs/*']
---

Expand Down
1 change: 0 additions & 1 deletion .github/agents/adr-creation.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Interactive AI coaching for collaborative architectural decision record creation with guided discovery, research integration, and progressive documentation building - Brought to you by microsoft/edge-ai'
maturity: stable
---

# ADR Creation Coach
Expand Down
1 change: 0 additions & 1 deletion .github/agents/arch-diagram-builder.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core
maturity: stable
---

# Architecture Diagram Builder Agent
Expand Down
1 change: 0 additions & 1 deletion .github/agents/brd-builder.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Business Requirements Document builder with guided Q&A and reference integration"
maturity: stable
---

# BRD Builder Instructions
Expand Down
1 change: 0 additions & 1 deletion .github/agents/doc-ops.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Autonomous documentation operations agent for pattern compliance, accuracy verification, and gap detection - Brought to you by microsoft/hve-core'
maturity: stable
---

# Documentation Operations Agent
Expand Down
1 change: 0 additions & 1 deletion .github/agents/gen-data-spec.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Generate comprehensive data dictionaries, machine-readable data profiles, and objective summaries for downstream analysis (EDA notebooks, dashboards) through guided discovery"
maturity: stable
tools: ['runCommands', 'edit/createFile', 'edit/createDirectory', 'edit/editFiles', 'search', 'think', 'todos']
---

Expand Down
1 change: 0 additions & 1 deletion .github/agents/gen-jupyter-notebook.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Create structured exploratory data analysis Jupyter notebooks from available data sources and generated data dictionaries'
maturity: stable
---

# Jupyter Notebook Generator
Expand Down
1 change: 0 additions & 1 deletion .github/agents/gen-streamlit-dashboard.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Develop a multi-page Streamlit dashboard'
maturity: stable
---

# Streamlit Dashboard Generator
Expand Down
1 change: 0 additions & 1 deletion .github/agents/github-backlog-manager.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Orchestrator agent for GitHub backlog management workflows including triage, discovery, sprint planning, and execution - Brought to you by microsoft/hve-core"
maturity: experimental
tools:
- github/*
- search
Expand Down
2 changes: 1 addition & 1 deletion .github/agents/github-issue-manager.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: 'Deprecated: replaced by github-backlog-manager.agent.md for GitHub issue and backlog management'
maturity: deprecated
tools: ['execute/getTerminalOutput', 'execute/runInTerminal', 'read', 'edit/createDirectory', 'edit/createFile', 'edit/editFiles', 'search', 'web', 'agent', 'github/*']
---

# GitHub Issue Manager
Expand Down
96 changes: 83 additions & 13 deletions .github/agents/hve-core-installer.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Decision-driven installer for HVE-Core with 6 installation methods for local, devcontainer, and Codespaces environments - Brought to you by microsoft/hve-core'
maturity: stable
tools: ['vscode/newWorkspace', 'vscode/runCommand', 'execute/runInTerminal', 'read', 'edit/createDirectory', 'edit/createFile', 'edit/editFiles', 'search', 'web', 'agent', 'todo']
---
# HVE-Core Installer Agent
Expand Down Expand Up @@ -1065,8 +1064,8 @@ Copying agents enables local customization and offline use.
• github-backlog-manager (GitHub)

Options:
[1] Install all agents (recommended)
[2] Install RPI Core only
[1] Install RPI Core only (recommended)
[2] Install by collection
[3] Skip agent installation

Your choice? (1/2/3)
Expand All @@ -1075,23 +1074,89 @@ Your choice? (1/2/3)

User input handling:

* "1", "all", "install all" → Copy all agents
* "2", "rpi", "rpi core", "core" → Copy RPI Core bundle only
* "1", "rpi", "rpi core", "core" → Copy RPI Core bundle only
* "2", "collection", "by collection" → Proceed to Collection Selection sub-flow
* "3", "skip", "none", "no" → Skip to success report
* Unclear response → Ask for clarification

### Collection Selection Sub-Flow

When the user selects option 2, read collection manifests to present available collections.

#### Step 1: Read collections and build collection agent counts

Read `collections/*.collection.yml` from the HVE-Core source (at `$hveCoreBasePath`). Derive collection options from collection `id` and `name`. For each selected collection, count agent items where `kind` equals `agent` and effective item maturity is `stable` (item `maturity` omitted defaults to `stable`; exclude `experimental` and `deprecated`).

#### Step 2: Present collection options

<!-- <collection-selection-prompt> -->
```text
🎭 Collection Selection

Choose one or more collections to install agents tailored to your role, more to come in the future.

| # | Collection | Agents | Description |
|---|------------|--------|---------------------------------|
| 1 | Developer | [N] | Software engineers writing code |

Enter collection number(s) separated by commas (e.g., "1"):
```
<!-- </collection-selection-prompt> -->

Agent counts `[N]` include agents matching the collection with `stable` maturity.

User input handling:

* Single number (e.g., "1") → Select that collection
* Multiple numbers (e.g., "1, 3") → Combine agent sets from selected collections
* Collection name (e.g., "developer") → Match by identifier
* Unclear response → Ask for clarification

#### Step 3: Build filtered agent list

For each selected collection identifier:

1. Iterate through `items` in the collection manifest
2. Include items where `kind` is `agent` AND `maturity` is `stable`
3. Deduplicate across multiple selected collections

#### Step 4: Present filtered agents for confirmation

<!-- <collection-confirmation-prompt> -->
```text
📋 Agents for [Collection Name(s)]

The following [N] agents will be copied:

• [agent-name-1] - tags: [tag-1, tag-2]
• [agent-name-2] - tags: [tag-1, tag-2]
...

Proceed with installation? (yes/no)
```
<!-- </collection-confirmation-prompt> -->

User input handling:

* "yes", "y" → Proceed with copy using filtered agent list
* "no", "n" → Return to Checkpoint 6 for re-selection
* Unclear response → Ask for clarification

> [!NOTE]
> Collection filtering applies to agents only. Copying of related prompts, instructions, and skills based on collection is planned for a future release.

### Agent Bundle Definitions

| Bundle | Agents |
|------------|------------------------------------------------------------|
| `rpi-core` | task-researcher, task-planner, task-implementor, rpi-agent |
| `all` | All 20 agents (see prompt for full list) |
| Bundle | Agents |
|-------------------|---------------------------------------------------------------------------|
| `rpi-core` | task-researcher, task-planner, task-implementor, task-reviewer, rpi-agent |
| `collection:<id>` | Stable agents matching the collection |

### Collision Detection

Before copying, check for existing agent files with matching names. Generate a script for the user's shell that:

1. Builds list of source files based on selection (`rpi-core` = 4 files, `all` = all `.agent.md` files)
1. Builds list of source files based on selection (`rpi-core` = 5 files, `collection` = filtered `.agent.md` files)
2. Copies files with `.agent.md` extension
3. Checks target directory (`.github/agents/`) for each name
4. Reports collisions or clean state
Expand All @@ -1105,8 +1170,11 @@ $targetDir = ".github/agents"

# Get files to copy based on selection
$filesToCopy = switch ($selection) {
"rpi-core" { @("task-researcher.agent.md", "task-planner.agent.md", "task-implementor.agent.md", "rpi-agent.agent.md") }
"all" { Get-ChildItem "$sourceDir/*.agent.md" | ForEach-Object { $_.Name } }
"rpi-core" { @("task-researcher.agent.md", "task-planner.agent.md", "task-implementor.agent.md", "task-reviewer.agent.md", "rpi-agent.agent.md") }
default {
# Collection-based: $selection contains filtered agent names from collection manifest
$collectionAgents
}
}

# Check for collisions
Expand All @@ -1125,7 +1193,7 @@ if ($collisions.Count -gt 0) {
```
<!-- </collision-detection-reference> -->

Bash adaptation: Use `case/esac` for selection, `find ... -name '*.agent.md' -exec basename {} \;` for `all` (portable across GNU/BSD), `test -f` for existence.
Bash adaptation: Use `case/esac` for selection, `test -f` for existence checks.

### Collision Resolution Prompt

Expand Down Expand Up @@ -1188,6 +1256,7 @@ $manifest = @{
source = "microsoft/hve-core"
version = (Get-Content "$hveCoreBasePath/package.json" | ConvertFrom-Json).version
installed = (Get-Date -Format "o")
collection = $collectionId # "rpi-core" or collection id(s) e.g. "developer" or "developer,devops"
files = @{}; skip = @()
}

Expand Down Expand Up @@ -1264,6 +1333,7 @@ if (Test-Path $manifestPath) {
Write-Host "INSTALLED_VERSION=$($manifest.version)"
Write-Host "SOURCE_VERSION=$sourceVersion"
Write-Host "VERSION_CHANGED=$($sourceVersion -ne $manifest.version)"
Write-Host "INSTALLED_COLLECTION=$($manifest.collection ?? 'rpi-core')"
} else {
Write-Host "UPGRADE_MODE=false"
}
Expand Down
1 change: 0 additions & 1 deletion .github/agents/memory.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core"
maturity: stable
handoffs:
- label: "🗑️ Clear"
agent: rpi-agent
Expand Down
1 change: 0 additions & 1 deletion .github/agents/pr-review.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core'
maturity: stable
---

# PR Review Assistant
Expand Down
1 change: 0 additions & 1 deletion .github/agents/prd-builder.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Product Requirements Document builder with guided Q&A and reference integration"
maturity: stable
---

# PRD Builder Instructions
Expand Down
1 change: 0 additions & 1 deletion .github/agents/prompt-builder.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core'
maturity: stable
handoffs:
- label: "💡 Update/Create"
agent: prompt-builder
Expand Down
1 change: 0 additions & 1 deletion .github/agents/rpi-agent.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core'
maturity: stable
argument-hint: 'Autonomous RPI agent. Requires runSubagent tool.'
handoffs:
- label: "1️⃣"
Expand Down
1 change: 0 additions & 1 deletion .github/agents/security-plan-creator.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: "Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core"
maturity: stable
---

# Security Plan Creation Expert
Expand Down
1 change: 0 additions & 1 deletion .github/agents/task-implementor.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records'
maturity: stable
handoffs:
- label: "✅ Review"
agent: task-reviewer
Expand Down
1 change: 0 additions & 1 deletion .github/agents/task-planner.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core'
maturity: stable
handoffs:
- label: "⚡ Implement"
agent: task-implementor
Expand Down
1 change: 0 additions & 1 deletion .github/agents/task-researcher.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core'
maturity: stable
handoffs:
- label: "📋 Create Plan"
agent: task-planner
Expand Down
1 change: 0 additions & 1 deletion .github/agents/task-reviewer.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core'
maturity: stable
handoffs:
- label: "🔬 Research More"
agent: task-researcher
Expand Down
1 change: 0 additions & 1 deletion .github/agents/test-streamlit-dashboard.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Automated testing for Streamlit dashboards using Playwright with issue tracking and reporting'
maturity: stable
---

# Streamlit Dashboard Testing
Expand Down
3 changes: 3 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ All tracking files use markdown format with frontmatter and follow patterns from

* Scripts follow instructions provided by the codebase for convention and standards.
* Scripts used by the codebase have an `npm run` script for ease of use.
* Files under the root `plugins/` directory are generated outputs and are not edited directly.
* Regenerate plugin outputs using `npm run plugin:generate`; markdown files under `plugins/` can be symlinked or generated, so direct edits can cause conflicts and non-durable changes.
* Artifacts under `.github/**/hve-core/` are repo-specific and excluded from collection manifests, plugin generation, and extension packaging. Validation enforces this rule.

PowerShell scripts follow PSScriptAnalyzer rules from `PSScriptAnalyzer.psd1` and include proper comment-based help. Validation runs via `npm run lint:ps` with results output to `logs/`.
<!-- </script-operations> -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
applyTo: '**/.copilot-tracking/pr/new/**'
maturity: stable
---

# Azure DevOps Pull Request Creation
Expand Down
1 change: 0 additions & 1 deletion .github/instructions/ado-get-build-info.instructions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: 'Required instructions for anything related to Azure Devops or ado build information including status, logs, or details from provided pullrequest (PR), build Id, or branch name.'
applyTo: '**/.copilot-tracking/pr/*-build-*.md'
maturity: stable
---

# Azure DevOps Build Info Instructions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: 'Work item creation and update protocol using MCP ADO tools with handoff tracking'
applyTo: '**/.copilot-tracking/workitems/**/handoff-logs.md'
maturity: stable
---

# Azure DevOps Work Item Update Instructions
Expand Down
1 change: 0 additions & 1 deletion .github/instructions/ado-wit-discovery.instructions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: 'Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output'
applyTo: '**/.copilot-tracking/workitems/discovery/**'
maturity: stable
---

# Azure DevOps Work Item Discovery
Expand Down
1 change: 0 additions & 1 deletion .github/instructions/ado-wit-planning.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: 'ADO Work Item Planning'
description: 'Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols'
applyTo: '**/.copilot-tracking/workitems/**'
maturity: stable
---

# Azure DevOps Work Items Planning File Instructions
Expand Down
1 change: 0 additions & 1 deletion .github/instructions/bash/bash.instructions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
applyTo: '**/*.sh'
description: 'Instructions for bash script implementation - Brought to you by microsoft/edge-ai'
maturity: stable
---

# Bash Script Instructions
Expand Down
1 change: 0 additions & 1 deletion .github/instructions/bicep/bicep.instructions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
applyTo: '**/bicep/**'
description: 'Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core'
maturity: stable
---
# Bicep Instructions

Expand Down
1 change: 0 additions & 1 deletion .github/instructions/commit-message.instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: 'Required instructions for creating all commit messages - Brought to you by microsoft/hve-core'
maturity: stable
---

# Commit Message Guidelines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: 'Community interaction voice, tone, and response templates for GitHub-facing agents and prompts'
applyTo: '**/.github/instructions/github-backlog-*.instructions.md'
maturity: experimental
---

# Community Interaction Guidelines
Expand Down
Loading
Loading