Stamp resolvable provenance from a fresh scaffold's first run (aura new leaves no HEAD) #243
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?
Gap (fieldtest cycle-241, 2026-07-12, engine at
72c0b8a)aura new <name>git-inits the fresh data-only project but creates no commit, sogit rev-parse HEADfails and the very first advertised quickstart run stamps an empty provenance block — the manifest carries"project":{}instead of the commit-only provenance the glossary/ledger describe for data-only runs. The first manifest a newcomer ever produces is silently un-reproducible-by-commit; provenance only becomes real after the user's own first commit.Direction (fieldtest recommendation):
aura new(andaura nodes new) follow the git init with an initial commit of the scaffolded files, so a fresh project has a HEAD from the start; alternatively the docs stop promising commit stamping before the first commit. The initial-commit direction fits the audit-trail ethos (a manifest should be re-derivable from day one).