refactor: Improve project scaffolding

This commit is contained in:
2026-06-20 19:33:52 +05:30
parent 4318cd8536
commit fce177a0df
10 changed files with 25 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ set -euo pipefail
# Generate the registry dynamically and stage it
if [ -f "./scripts/generate_registry.sh" ]; then
./scripts/generate_registry.sh
git add registry.sh
git add lib/registry.sh
fi
VERSION_FILE="VERSION"