发布小新登记并启用当前原生发布路线

This commit is contained in:
冰朔 2026-09-19 22:05:11 +08:00
commit d83b78915b
5 changed files with 21 additions and 18 deletions

View file

@ -2,7 +2,7 @@
"schema": "guanghu.host-skill-navigation-map/v1",
"map_id": "GLW-HOST-SKILL-NAV-001",
"lighthouse_id": "SYS-GLW-LTH-0001",
"version": "2026-09-13.4-enterprise-backup-cleanup",
"version": "2026-09-19.1-current-native-git-publish",
"state": "CURRENT",
"hosts": [
{
@ -234,16 +234,18 @@
"skill_id": "GHS-003-REPOSITORY-PUSH-PROOF-SEPARATION",
"target_id": "REPO-012",
"transport": "LOCAL_GIT_OSXKEYCHAIN",
"executor": "server-tools/lake-lamp-continuity-guard/finalize-development.mjs",
"executor": "CURRENT_HOST_NATIVE_GIT_PUBLISH",
"sequence": [
"resolve_target_through_lighthouse",
"verify_current_host",
"verify_exact_worktree_remote_branch_and_head",
"verify_current_host_and_current_task_direct_user_authorization",
"verify_exact_clean_isolated_worktree_remote_main_and_head",
"verify_osxkeychain_helper_without_reading_secret",
"run_registered_tests",
"run_public_snapshot_validator",
"commit_intended_files",
"run_lake_lamp_finalizer",
"read_back_remote_full_sha_and_receipt"
"push_exact_commit_to_main",
"read_back_remote_full_sha",
"verify_public_snapshot_acceptance"
],
"stop_conditions": [
"LIGHTHOUSE_LOOKUP_NOT_200",
@ -251,9 +253,10 @@
"TARGET_NOT_CURRENT",
"WORKTREE_SCOPE_UNVERIFIED",
"KEYCHAIN_HELPER_UNAVAILABLE",
"PUBLISH_LEASE_UNAVAILABLE",
"CURRENT_TASK_USER_AUTHORIZATION_NOT_PROVEN",
"TESTS_FAILED",
"REMOTE_READBACK_FAILED"
"REMOTE_READBACK_FAILED",
"PUBLIC_SNAPSHOT_ACCEPTANCE_FAILED"
],
"authority": "USER_REQUEST_REQUIRED_AND_CURRENT_TASK_SCOPE_ONLY"
},