SPB Git

spb/metrika Public

Stata-class statistics, GPU-accelerated by Apple Silicon. Native Swift — no Electron, no Python runtime, no compromises.

Swift 92.4% HTML 3.3% R 3% Shell 1.3%

History of Metrika/Sources/ManualView.swift · clear filter

  1. feat(app): user manual — in-app reference and console help
    - ZQCommandReference: one registry of every command (syntax, options,
      examples, notes) shared by the console and the app so they cannot
      drift; 35 commands across 10 categories
    - console: 'help' lists the reference by category, 'help <command>'
      (abbreviations resolve too) renders the full entry
    - app: Manual pane — searchable sidebar grouped by category, per-command
      pages (syntax/options/examples), and a 'How Metrika works' overview
      covering the command grammar, data handling, estimation conventions,
      the CPU/GPU planner, reproducibility, and user commands
    - release plumbing: real team ID + notary keychain-profile NAME in
      release.sh (both configuration, not credentials, per the security
      conventions), manual Developer ID signing with hardened runtime,
      -skipPackagePluginValidation, DMG background art
    - tests: help coverage test pins a manual entry for every implemented
      verb; UI smoke drives the Manual pane; 106 green
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    simon-pierre boucher committed 6 days ago (Aug 5, 2026) · 1 file changed +233