feat(coreinfo): emit git hash and build date, use semver in value #100
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/VA-99-coreinfo-githash-builddate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
githash(from version::GIT_HASH) andbuilddate(from version::BUILD_DATE) string fields to the coreinfo payload built by reply_coreinfo, so the server has build provenance to persist and display. Change the human-readablevaluelabel to use the running semver (ctx.agent_semver) instead of the numeric protocol constant; the numericagentversionfield is retained for wire back-compat. coreinfo_report delegates to reply_coreinfo so the unsolicited post-registration report picks up the new fields. Extend the existing coreinfo report test to assert githash, builddate, and the corrected value string.#VA-99