fix: harden review and verifier governance
This commit is contained in:
12
scripts/script_entry_inventory_test.sh
Normal file
12
scripts/script_entry_inventory_test.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
OUTPUT="$(bash scripts/list_testable_script_entries.sh)"
|
||||
printf '%s' "$OUTPUT" | grep -q 'SCRIPT_ENTRY_SUMMARY total_entries='
|
||||
printf '%s' "$OUTPUT" | grep -q 'discover_intraday_news_candidates.go'
|
||||
printf '%s' "$OUTPUT" | grep -q 'fetch_openrouter.go'
|
||||
printf '%s' "$OUTPUT" | grep -q 'generate_daily_report.go'
|
||||
printf '%s' "$OUTPUT" | grep -q 'import_xfyun_pricing.go'
|
||||
Reference in New Issue
Block a user