Installation
This page is not finalised. Installation steps and configuration details are working drafts subject to revision.
HVE-Core is distributed as a VS Code extension that provides prompts, agents, instructions, and skills to GitHub Copilot. Installation takes under 2 minutes.
Prerequisites
- Visual Studio Code (latest stable)
- GitHub Copilot extension installed and active
- A GitHub Copilot subscription (Individual, Business, or Enterprise)
Install the Extension
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "HVE Core"
- Click Install
Alternatively, install from the command line:
code --install-extension ise-hve-essentials.hve-core
Post-Install Setup
After installing, configure your workspace for HVE-Core workflows.
Add .copilot-tracking/ to .gitignore
HVE-Core workflows produce planning artifacts in the .copilot-tracking/ directory. These are working files, not committed artifacts. Add the directory to your .gitignore:
# HVE-Core workflow artifacts
.copilot-tracking/
Verify the Installation
Open Copilot Chat in VS Code and try one of these commands:
/rpi
If HVE-Core is installed correctly, the RPI agent will respond and ask for a task or issue to work on. You can cancel at this point; the goal is to confirm that the prompts and agents are loaded.
HVE-Core supports several installation methods beyond the VS Code extension, including multi-root workspaces, git submodules, and GitHub Codespaces. See the existing installation documentation for detailed guides on each method.
Next Steps
Head to the Quick Start to find the right entry point for your role, or read How It Works to understand the architecture before diving in.