Created from git-starter-repo template.
After creating a repo from this template, initialize the engineering standards submodule:
# Option A: bootstrap script
./scripts/bootstrap.sh
# Option B: manual
git submodule update --init --recursive
# Option C: clone with submodules in one shot
git clone --recurse-submodules <repo-url>.github/workflows/ # CI/CD workflows
.standards/ # Engineering standards submodule (bluwavesd/engineering-standards)
.artifacts/ # Runtime outputs (tracked for now)
_assets/ # Project assets
config/ # Configuration files
docs/ # Documentation
logs/ # Application logs (gitignored)
scripts/ # Utility scripts
src/ # Source code
tests/ # Tests
web/ # Web/frontend assets
zOLD/ # Archive / deprecated (gitignored)
Engineering standards are pulled in via git submodule at .standards/.
The constitution is at .standards/constitution.md.