Stamp resolvable provenance from a fresh scaffold's first run (aura new leaves no HEAD) #243

Closed
opened 2026-07-12 17:58:54 +02:00 by Brummel · 0 comments
Owner

Gap (fieldtest cycle-241, 2026-07-12, engine at 72c0b8a)

aura new <name> git-inits the fresh data-only project but creates no commit, so git rev-parse HEAD fails 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 (and aura 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).

## Gap (fieldtest cycle-241, 2026-07-12, engine at 72c0b8a) `aura new <name>` git-inits the fresh data-only project but creates no commit, so `git rev-parse HEAD` fails 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` (and `aura 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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#243