Description
The 'Install HVE Core' button in README.md line 20 currently links to the #automated-installation\ anchor instead of triggering the VS Code protocol handler for one-click agent installation.
Current Behavior
Clicking the button scrolls to the 'Automated Installation' section instead of opening VS Code.
Expected Behavior
Clicking the button should trigger \�scode:chat-agent/install\ protocol handler to install the \hve-core-installer.agent.md\ file.
Solution
Replace anchor link with VS Code protocol handler URL following awesome-copilot pattern:
\
vscode:chat-agent/install?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fhve-core%2Fmain%2F.github%2Fagents%2Fhve-core-installer.agent.md
\\
References
- awesome-copilot implementation pattern
- VS Code URI protocol documentation