Import josh-sync from subrepo/main

Sync-Origin: import/josh-sync/20260528-041502
This commit is contained in:
sync-bot
2026-05-28 04:15:02 +01:00
commit b35703d271
47 changed files with 6418 additions and 0 deletions

7
.shellcheckrc Normal file
View File

@@ -0,0 +1,7 @@
# josh-sync shellcheck configuration
# SC2155: Declare and assign separately to avoid masking return values
# We accept this pattern for jq/yq pipeline assignments where failure is handled by set -e
disable=SC2155
# Bash 4+ features
shell=bash