<h1 align="center">
<a href="https://prompts.chat">
This vcpkg registry provides an overlay of custom ports for the vcpkg package manager. This file defines how GitHub Copilot should assist with repository maintenance tasks.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
This vcpkg registry provides an overlay of custom ports for the vcpkg package manager. This file defines how GitHub Copilot should assist with repository maintenance tasks.
For repository overview and setup instructions, see README.md.
The primary maintenance tasks for this registry are:
Goal: Add a new vcpkg port to this registry.
Documentation:
Prompts:
/search-port – .github/prompts/search-port.prompt.md/create-port – .github/prompts/create-port.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdGoal: Update an existing port to a newer version or adjust its build configuration.
Documentation:
Prompts:
/check-port-upstream – .github/prompts/check-port-upstream.prompt.md/update-port – .github/prompts/update-port.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdGoal: Synchronize versions/ JSON files with changes to ports.
Documentation:
Prompts:
/update-version-baseline – .github/prompts/update-version-baseline.prompt.mdGoal: Diagnose and fix issues with port installation or build.
Documentation:
Prompts:
/check-environment – .github/prompts/check-environment.prompt.md/install-port – .github/prompts/install-port.prompt.md/review-port – .github/prompts/review-port.prompt.mdWhen assisting with tasks:
docs/:
| Task | Prompts | Primary Guides |
|---|---|---|
| Create port | /search-port → /create-port → /install-port → /review-port | guide-create-port.md, guide-create-port-build.md, guide-create-port-download.md |
| Update port | /check-port-upstream → /update-port → /install-port → /review-port | guide-update-port.md |
| Update version baseline | /update-version-baseline | guide-update-version-baseline.md |
| Troubleshoot | /check-environment → /install-port | troubleshooting.md |
--overlay-ports, --overlay-triplets) instead of environment variablesPrefer helper scripts in scripts/ when available:
graph TD
README[README.md] --> CreateGuide[docs/guide-create-port.md]
CreateGuide -- prompt --> CreatePrompt[create-port.prompt.md]
CreateGuide --> BuildGuide[docs/guide-create-port-build.md]
CreateGuide --> DownloadGuide[docs/guide-create-port-download.md]
CreateGuide --> Troubleshoot[docs/troubleshooting.md]
UpdateGuide[docs/guide-update-port.md] -- prompt --> UpdatePrompt[update-port.prompt.md]
UpdateGuide --> BaselineGuide[docs/guide-update-version-baseline.md]
BaselineGuide -- prompt --> BaselinePrompt[update-version-baseline.prompt.md]
BaselineGuide --> Troubleshoot
Troubleshoot -- prompt --> InstallPrompt[install-port.prompt.md]
Troubleshoot -- prompt --> CheckEnvPrompt[check-environment.prompt.md]
References[docs/references.md] --> CreateGuide
References --> UpdateGuide