VisibleHours Windows agent — unsigned pilot pack
=============================================

This zip is the DEVELOPER pack (source), not the one-click installer.
Employees should download VisibleHours-Setup.exe from /download instead.

It is NOT code-signed. Windows SmartScreen will warn on any .exe you build. That is expected.

What you get
------------
- Electron tray agent source (VisibleHours)
- package-windows.ps1 — rebuilds VisibleHours-Setup.exe + portable .exe
- Employee notice template — send BEFORE screenshots go on

Build the unsigned .exe (Windows PC, Node 20+)
----------------------------------------------
1. Unzip this folder.
2. Open PowerShell in this folder.
3. npm install
4. .\package-windows.ps1
   or: npx electron-builder --win nsis portable zip

Artifacts land in .\release\
  VisibleHours-Setup.exe          installed agent (starts on login)
  VisibleHours-Portable-*.exe     no-install test copy
  VisibleHours-*-win-*.zip        portable folder

Employee setup
--------------
1. Operations: VisibleHours dashboard → Settings → Add employee → copy API URL + invite.
2. Give the employee the .exe and those two values.
3. They paste API URL + invite. Leave the tray icon visible.
4. Pause / Resume / Quit are always in the tray menu.

Remote demo API (when using the public VisibleHours host):
  use the site origin (same-origin /api), not localhost.

Do not hide the tray. Do not install on personal phones.
