en un clic
hyprv
hyprv contient 4 skills collectées depuis jxy-s, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Sub-area file-scoping for running multiple agents in parallel on the hyprv repo without stepping on each other. Use this when coordinating parallel/concurrent work, claiming an in-flight area, or deciding which files an agent may touch.
Build and ship a hyprv Release as a signed MSIX bundle (x64 + ARM64) distributed via an .appinstaller on GitHub Releases. Use this when cutting a version, stamping the manifest/.rc versions, packaging, signing, or attaching release assets.
Build the hyprv solution from PowerShell using VS 2026 DevShell + msbuild. Use this when verifying that a code change compiles, or after touching anything under src/.
Validate a hyprv code change by running the built binary and inspecting its log. Use after build succeeds and the change is observable (UI behavior, IPC, settings persistence, VM action wiring).