fix(P2): add metrics domain to sync_to_nova.sh — consumer export views (REQ-229)
acdl-ci / Lint (push) Successful in 9s
acdl-ci / Test (push) Failing after 22s
acdl-ci / Platform check-only (offline) (push) Successful in 23s

The metrics/ export views (README.md, TRUST_SNAPSHOT.md, powerbi/) are
consumer-facing but fell outside the original 13 domains, so the first nova
release left them untracked. Adds a 14th domain 'metrics' between docs and
workflows. Updates TestSyncToNovaScript domain-order assertion to 14.

---ci---
project: acdl
phase: 2
milestone: v1.19
status: complete
phase_role: final
---/ci---
This commit is contained in:
Jon Chery
2026-08-06 15:47:25 +00:00
parent 90624be63f
commit 0b79b16715
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -41,7 +41,8 @@
# 10 scripts scripts/** (consumer runbooks only; internal scripts excluded)
# 11 tests tests/**
# 12 docs docs/**
# 13 workflows .github/**, workflows-src/**
# 13 metrics metrics/README.md, metrics/TRUST_SNAPSHOT.md, metrics/powerbi/**
# 14 workflows .github/**, workflows-src/**
set -euo pipefail
SRC="${SRC:-$HOME/acdl}"
@@ -91,6 +92,7 @@ DOMAINS=(
"scripts|scripts"
"tests|tests"
"docs|docs"
"metrics|metrics/README.md metrics/TRUST_SNAPSHOT.md metrics/powerbi"
"workflows|.github workflows-src"
)