You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build.zig.zon declares version 0.6.5, while GET /api/host in src/services/remote.zig returns a hard-coded 0.1.2. Other call sites also embed release-looking strings.
Acceptance criteria
/api/host uses the version injected from build.zig.zon through build options.
User agent/version strings that represent the application release use the same source.
No application version literal remains outside the canonical metadata, tests, fixtures, or historical changelog.
Add a unit/feature test comparing host API output with the canonical version.
Problem
build.zig.zondeclares version0.6.5, whileGET /api/hostinsrc/services/remote.zigreturns a hard-coded0.1.2. Other call sites also embed release-looking strings.Acceptance criteria
/api/hostuses the version injected frombuild.zig.zonthrough build options.