Integrate the six open burn-in pull requests #23

Merged
claude merged 20 commits from integrate into master 2026-08-29 16:52:47 +02:00
Showing only changes of commit cef655acc6 - Show all commits
+2 -1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
readonly VERSION=1.0.0
readonly SUCCESS_MESSAGE='OK - all healthchecks passed'
# emit <format> <template> [args...]: the single output path.
# format: text or json print; none suppresses (--quiet). Explicit argument,
@@ -38,7 +39,7 @@ main() {
exit 0
fi
emit "$format" 'OK - all healthchecks passed\n'
emit "$format" '%s\n' "$SUCCESS_MESSAGE"
exit 0
}