orchestra: pre-release WIP snapshot (orchestra-06g4m6hf1z3erex1x3nekshp24-c19bf648)

This commit is contained in:
2026-08-29 00:46:35 +04:00
parent 9a0ea96d22
commit cef655acc6
+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
}