2026-08-17
Ported scorpiox-git CGI handlers to native C for Personal Git Server (Store app).
Proved the stack with a C# console that P/Invokes scorpiox-server and HTTP-tests
every route — Linux and Windows both green, including git clone.
Windows burned half the afternoon on env-var collisions: the system REF variable
is the PATH, and we were reading query params via getenv. Parse QUERY_STRING.
Also: set stdout binary or MinGW doubles CRLF and HttpClient dies on <!DOCTYPE.
Engine is done. WinUI3 shell was already one-shot. Wiring root_dir is tomorrow.