SilverSight/scripts/stack/webhook.service
allaun 85141a4b94 feat(nuvmap,braid): NUVMAP port + Rossby/Kelvin braid correspondence
- Port NUVMAP projection engine from Research Stack to SilverSight
  with Q16_16 fixed-point (zero Float) and CBOR serialization
- Add Rotational Wave — Braid Correspondence formalization at boundary
  (ChiralLabel, RossbyDrift, rossby_convergence_bound stubbed,
   kelvin_wave_eigensolid proven)
- Add auto-pipeline CI workflow, webhook receiver, Forgejo MCP server
- Add SOPS/Age encryption config
- Add stack compose for portable deployment
- Add rotational wave design doc
2026-06-30 16:38:11 -05:00

13 lines
307 B
Desktop File

[Unit]
Description=Auto-pipeline webhook receiver
After=network.target forgejo.service
[Service]
ExecStart=/home/allaun/.nix-profile/bin/python3 /home/allaun/pipeline/auto/webhook_receiver.py
WorkingDirectory=/home/allaun/pipeline
Restart=always
RestartSec=5
User=allaun
[Install]
WantedBy=default.target