aura new: scaffolded project nests a .git repo — gitlink hazard when embedded in a tracked tree #204
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?
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.