docs(pi): implement milestone M6 - validation and surfacing

This commit is contained in:
Stefano Fiorini
2026-04-23 16:26:42 -05:00
parent f2c4d39abd
commit 0456c51291
2 changed files with 25 additions and 5 deletions
+2
View File
@@ -19,6 +19,8 @@ REQUIRED_FILES=(
"package.json"
)
# These required-file checks are intentionally hard failures: removing any
# required artifact should make this script exit non-zero immediately.
for file in "${REQUIRED_FILES[@]}"; do
test -f "$file"
done