发布小新登记并启用当前原生发布路线
This commit is contained in:
parent
3e5ee44331
commit
d83b78915b
5 changed files with 21 additions and 18 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"schema": "guanghu.lighthouse-path-registry/v1",
|
||||
"registry_id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||
"lighthouse_id": "SYS-GLW-LTH-0001",
|
||||
"version": "2026-09-13.4-enterprise-backup-cleanup",
|
||||
"version": "2026-09-19.1-xiaoxin-formal-registration",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"source_repository": "REPO-012",
|
||||
"source_branch": "main",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.public-navigation-anchor/v1",
|
||||
"anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001",
|
||||
"version": "2026-09-09.7-first-collaborative-development",
|
||||
"version": "2026-09-19.1-xiaoxin-formal-registration",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"repository_id": "REPO-012",
|
||||
"branch": "main",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"nodes": {
|
||||
"path": "routing/server-node-map.json",
|
||||
"id": "FD-NODE-MAP-001",
|
||||
"version": "2026-09-13.2-enterprise-backup-cleanup"
|
||||
"version": "2026-09-19.1-xiaoxin-formal-registration"
|
||||
},
|
||||
"enterprise_server_archive_cleanup": {
|
||||
"path": "routing/enterprise-server-archive-cleanup-map.json",
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"lighthouse_paths": {
|
||||
"path": "routing/lighthouse-path-registry.json",
|
||||
"id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||
"version": "2026-09-13.4-enterprise-backup-cleanup"
|
||||
"version": "2026-09-19.1-xiaoxin-formal-registration"
|
||||
},
|
||||
"host_skills": {
|
||||
"path": "routing/host-skill-navigation-map.json",
|
||||
"id": "GLW-HOST-SKILL-NAV-001",
|
||||
"version": "2026-09-13.4-enterprise-backup-cleanup"
|
||||
"version": "2026-09-19.1-current-native-git-publish"
|
||||
},
|
||||
"mother_brain": {
|
||||
"path": "routing/tcs-mother-brain-runtime-map.json",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.server-node-map/v1",
|
||||
"map_id": "FD-NODE-MAP-001",
|
||||
"version": "2026-09-13.2-enterprise-backup-cleanup",
|
||||
"version": "2026-09-19.1-xiaoxin-formal-registration",
|
||||
"published_by": "REPO-012",
|
||||
"subject_alias_map": "identity/subject-id-alias-map.json",
|
||||
"canonical_api": "https://guanghulab.com/api/ai/v1/nodes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue