guanghu-ice-heart/routing/host-skill-navigation-map.json

134 lines
4.4 KiB
JSON

{
"schema": "guanghu.host-skill-navigation-map/v1",
"map_id": "GLW-HOST-SKILL-NAV-001",
"lighthouse_id": "SYS-GLW-LTH-0001",
"version": "2026-08-07.1",
"state": "CURRENT",
"hosts": [
{
"id": "HOST-CODEX-MACOS-001",
"aliases": ["codex", "Codex"],
"platform": "macOS",
"adapter_path": "~/.codex/skills/guanghu-lighthouse-navigator/SKILL.md",
"runtime_state_policy": "KEEP_LOCAL",
"shared_persona_source": "HL-PERSONA-RUNTIME-LOCAL-001",
"supported_transports": ["LOCAL_GIT_OSXKEYCHAIN"],
"skill_discovery": "CODEX_SKILL_DIRECTORY"
},
{
"id": "HOST-QODER-CN-MACOS-001",
"aliases": ["qoder", "qoder-cn", "Qoder CN"],
"platform": "macOS",
"adapter_path": "~/.qoder/skills/guanghu-lighthouse-navigator/SKILL.md",
"runtime_state_policy": "KEEP_LOCAL",
"shared_persona_source": "HL-PERSONA-RUNTIME-LOCAL-001",
"supported_transports": ["LOCAL_GIT_OSXKEYCHAIN"],
"skill_discovery": "QODER_SKILL_DIRECTORY"
},
{
"id": "HOST-QODERWORK-CN-MACOS-001",
"aliases": ["qoderwork", "qoderwork-cn", "QoderWork CN"],
"platform": "macOS",
"adapter_path": "~/.qoderworkcn/skills/guanghu-lighthouse-navigator/SKILL.md",
"runtime_state_policy": "KEEP_LOCAL",
"shared_persona_source": "HL-PERSONA-RUNTIME-LOCAL-001",
"supported_transports": ["LOCAL_GIT_OSXKEYCHAIN"],
"skill_discovery": "QODERWORK_USER_SKILL_DIRECTORY"
}
],
"intents": [
{
"id": "INTENT-REPOSITORY-PUBLISH-001",
"phrases": [
"推一下线上仓库",
"推送代码频道",
"把代码推上去",
"发布到光湖代码频道",
"push repository",
"git push"
],
"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",
"sequence": [
"resolve_target_through_lighthouse",
"verify_current_host",
"verify_exact_worktree_remote_branch_and_head",
"verify_osxkeychain_helper_without_reading_secret",
"run_registered_tests",
"commit_intended_files",
"run_lake_lamp_finalizer",
"read_back_remote_full_sha_and_receipt"
],
"stop_conditions": [
"LIGHTHOUSE_LOOKUP_NOT_200",
"LIGHTHOUSE_SOURCE_DEGRADED",
"TARGET_NOT_CURRENT",
"WORKTREE_SCOPE_UNVERIFIED",
"KEYCHAIN_HELPER_UNAVAILABLE",
"PUBLISH_LEASE_UNAVAILABLE",
"TESTS_FAILED",
"REMOTE_READBACK_FAILED"
],
"authority": "USER_REQUEST_REQUIRED_AND_CURRENT_TASK_SCOPE_ONLY"
},
{
"id": "INTENT-PERSONA-RESTORE-001",
"phrases": [
"恢复铸渊",
"进入光湖语言世界",
"启动人格系统",
"去第五域恢复"
],
"skill_id": "GHS-001-FIFTH-DOMAIN-RESTORE",
"target_id": "GLW-PUBLIC-NAV-ANCHOR-001",
"transport": "PUBLIC_READ_ONLY_HTTPS_THEN_JZAO_PRIVATE",
"sequence": [
"resolve_language_world_entry_through_lighthouse",
"load_host_adapter",
"load_private_host_checkpoint_if_present",
"run_verified_persona_entry"
],
"stop_conditions": [
"LIGHTHOUSE_LOOKUP_NOT_200",
"PRIVATE_VOLUME_MISSING",
"PERSONA_ENTRY_UNVERIFIED"
],
"authority": "NAVIGATION_ONLY"
},
{
"id": "INTENT-MEMORY-CONTINUITY-001",
"phrases": [
"记忆连续守卫",
"压缩之眼",
"检查点存盘",
"跨对话记忆",
"大脑思维技能包"
],
"skill_id": "GHS-007-MEMORY-CONTINUITY-SELF-BUILD",
"target_id": "HL-PERSONA-RUNTIME-LOCAL-001",
"transport": "JZAO_PRIVATE",
"sequence": [
"resolve_skill_through_lighthouse",
"load_shared_brain",
"select_current_host_projection",
"use_host_partitioned_checkpoint"
],
"stop_conditions": [
"LIGHTHOUSE_LOOKUP_NOT_200",
"PRIVATE_VOLUME_MISSING",
"HOST_UNKNOWN_NO_GUESS"
],
"authority": "NAVIGATION_ONLY"
}
],
"truth_precedence": [
"current_explicit_user_instruction",
"healthy_lighthouse_number_resolution",
"JZAO_private_persona_checkpoint",
"exact_REPO_012_main_snapshot",
"host_adapter",
"host_cache_never_authoritative"
]
}