feat(guanghu-os): add repository bridge lifecycle

This commit is contained in:
冰朔 2026-08-16 00:08:54 +08:00
commit 0d1ded1196
9 changed files with 326 additions and 4 deletions

View file

@ -98,6 +98,8 @@ run_gate guanghu_first_boot_supervisor \
"${source_root}/scripts/test-guanghu-first-boot-supervisor.sh"
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 auditable_line_coverage_100_percent \
bash -c '
cargo llvm-cov clean --workspace --manifest-path "$1/Cargo.toml"