Print the engine commit in --version #266
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
aura --versionprintsaura 0.1.0only, while run manifests stamp the engine commit. A stale binary is therefore invisible until after a run. Observed failure mode: a 9-day-old release binary at a pre-data-only-support commit failedaura runinside a data-only project with a rawcargo metadata failed: could not find Cargo.tomlerror, while HEAD had long supported data-only projects — nothing at the CLI surface distinguished the stale binary from an engine bug.Research docs pin engine commits (
Engine: aura @ <sha>);aura --versionprintingaura 0.1.0 (<commit>)gives those docs, and any agent, a pre-run freshness probe. The raw cargo error text in that failure mode is a small adjacent UX gap.