feat(guanghu-os): add cross-root repository service gate

This commit is contained in:
冰朔 2026-08-16 00:39:41 +08:00
commit 0759625053
9 changed files with 203 additions and 32 deletions

View file

@ -100,6 +100,8 @@ run_gate guanghu_root_supervisor \
"${source_root}/scripts/test-guanghu-root-supervisor.sh"
run_gate guanghu_repository_bridge_lifecycle \
"${source_root}/scripts/test-guanghu-repository-bridge-lifecycle.sh"
run_gate cross_root_repository_service_equivalence \
"${source_root}/scripts/test-cross-root-repository-service-equivalence.sh"
run_gate auditable_line_coverage_100_percent \
bash -c '
cargo llvm-cov clean --workspace --manifest-path "$1/Cargo.toml"