Clones (or updates) a repository from the AEA Bitbucket organization and, where
possible, opens VS Code in the directory with REPLICATION.md preloaded. Used
during editing and sign-off.
aeagit (number|name) [method] [--no-editor]Arguments¶
number — a plain number (e.g.
aeagit 1234) gets theaearep-prefix, cloningaeaverification/aearep-1234.name — a value with non-numeric characters (e.g.
aeagit train-123) is cloned as given, with no prefix.method —
sshorhttps(abbreviable). Defaults tosshon Linux/macOS andhttpson Windows/Codespaces.-n/--no-editor— skip opening VS Code. Also honored via theAEAGIT_NO_EDITORenvironment variable.