2 Commits

Author SHA1 Message Date
PointStar a8e947c825 docs: reflect v1.2.9 auto-update settings + v1.2.7 button behavior
Updates after the day-long updater overhaul:

- The csproj no longer has <UpdateInterval>7</UpdateInterval>; v1.2.9
  switched to <UpdatePeriodically>false</UpdatePeriodically>, so the
  VSTO runtime checks the .vsto manifest on every Outlook startup.
  Both PROJECT-BRIEFING.md ("How releases work") and
  AUTO-UPDATE-SETUP.md (section 5) now describe the on-startup model
  instead of the weekly-poll model that was never operationally true.
- AUTO-UPDATE-SETUP.md also gets two new notes that came out of today:
  what the "בדוק עדכונים" button can and can't do (informational only,
  pointing at the in-process-update impossibility memo), and the
  one-time uninstall+reinstall required when a developer's machine has
  a dev-cert install that can't auto-update across to the prod cert.

No code change; no tag.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 21:14:00 +03:00
PointStar 312e72ff54 docs: add AUTO-UPDATE-SETUP.md — Hebrew runbook for the infra team
Step-by-step infrastructure setup guide covering everything needed to
turn the ClickOnce auto-update pipeline live:

1. Architecture diagram
2. Prerequisites checklist
3. Setup steps:
   - Windows Build Runner provisioning + Gitea Actions registration
   - Self-signed code-signing cert generation
   - Infisical secret storage
   - Gitea Actions secrets wiring
   - nginx config on platform.dev
   - GPO push of the cert to attorney machines
4. First release (v1.0.0) walkthrough
5. Day-to-day update flow (tag -> CI -> clients auto-update)
6. Monitoring, troubleshooting, rollback
7. Post-setup verification checklist
8. Periodic maintenance schedule

Written in Hebrew for the Marcus-Law infrastructure team.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 17:41:23 +03:00