aura new: scaffolded project nests a .git repo — gitlink hazard when embedded in a tracked tree #204

Closed
opened 2026-07-03 22:28:56 +02:00 by Brummel · 0 comments
Owner

Fieldtest cycle-0107 orthogonal concern: 'aura new' (cycle 0103) initializes a nested .git inside the scaffold. Embedded in a tracked tree (e.g. the fieldtests/ corpus) that nested repo becomes a gitlink/submodule hazard on 'git add'. Fix shape: a --no-git flag, or skip git init when the target is inside an existing work tree (discoverable via git rev-parse). context: fieldtests/cycle-0107-campaign-executor/demo_project/ had its .git removed by hand before committing.

Fieldtest cycle-0107 orthogonal concern: 'aura new' (cycle 0103) initializes a nested .git inside the scaffold. Embedded in a tracked tree (e.g. the fieldtests/ corpus) that nested repo becomes a gitlink/submodule hazard on 'git add'. Fix shape: a --no-git flag, or skip git init when the target is inside an existing work tree (discoverable via git rev-parse). context: fieldtests/cycle-0107-campaign-executor/demo_project/ had its .git removed by hand before committing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#204