# NEXUS OMEGA Multi-Remote Mirror Tool ```text OBJECT = NEXUS_OMEGA_MULTI_REMOTE_MIRROR_TOOL_20260904_R0 CLAIM_CEILING = C1_DESCRIPTIVE_ONLY ``` The mirror tool creates a deterministic source snapshot, hashes every mirrored file, commits the snapshot in an isolated temporary Git repository, creates a Git bundle, and optionally pushes the same commit to GitHub, GitLab, or any generic Git remote. Default run: ```text npm run mirror:dry-run ``` External mirror run after real remote URLs and credentials are configured: ```text npm run mirror:apply ``` Guarantee boundary: ```text GUARANTEED = LOCAL_FILE_HASH_MANIFEST LOCAL_GIT_BUNDLE LOCAL_COMMIT_TREE_BINDING REMOTE_HEAD_MATCH_WHEN_PUSH_ENABLED_AND_VERIFIED NOT_GUARANTEED = PLATFORM_AVAILABILITY HOSTED_CI_PASS MERGE SCIENTIFIC_VALIDATION PROMOTION ``` No force-push is used. Disabled or missing remotes are reported as fail-closed/blocked target states.