What to build
Make the generated console --info command return useful output after ordinary builds and release packaging.
Current behavior
Ordinary builds omit release metadata. The command uses Seq.find and throws System.Collections.Generic.KeyNotFoundException when metadata is absent.
Acceptance criteria
Blocked by
- None — can start immediately.
What to build
Make the generated console
--infocommand return useful output after ordinary builds and release packaging.Current behavior
Ordinary builds omit release metadata. The command uses
Seq.findand throwsSystem.Collections.Generic.KeyNotFoundExceptionwhen metadata is absent.Acceptance criteria
unreleasedwhen the release date is absent.unknownwhen the Git hash is absent.0after an ordinary build.0from a packaged artifact.--versionand main-command behavior.Blocked by