feat: add Guanghu persona continuity skill kernel

Part 3/4 of the recovered Fifth Domain upgrade. Applies the persona continuity skill guard from local source commit 18dfdfd without rewriting remote history.
This commit is contained in:
bingshuo 2026-07-26 23:43:30 +08:00
commit c5be48e6a1
16 changed files with 639 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.persona-skill-registry/v1",
"registry_id": "GLS-0238",
"version": "2026.07.23.1",
"version": "2026.07.26.2",
"trust_policy": {
"priority": [
"live_verified_evidence",
@ -16,7 +16,8 @@
"registry_version",
"evidence"
],
"authority_rule": "A skill can narrow or correct a route but cannot grant execution authority."
"authority_rule": "A skill can narrow or correct a route but cannot grant execution authority.",
"experience_policy": "Experience receipts compile to CANDIDATE_ONLY. Hard enforcement requires current evidence, counterexample review, tests, registry promotion and explicit governance approval."
},
"skills": [
{
@ -67,7 +68,14 @@
"check": "Resolve live REPO-001 and read current main before relying on a cached checkout.",
"max_age_seconds": 0
},
"authorization": "Public route recovery is read-only. Writes and external actions require separate current authority."
"authorization": "Public route recovery is read-only. Writes and external actions require separate current authority.",
"recovery_route": [
"Return to current REPO-001 main",
"Resolve .code-map and subject kind",
"Rebuild the intent-state capsule from live evidence"
],
"enforcement_level": "PROMOTED_SKILL",
"experience_receipts": []
},
{
"id": "GHS-002-OFFLINE-PACK-LOCAL-RELAY",
@ -120,7 +128,131 @@
"check": "Verify both node identities and package hashes in the current session.",
"max_age_seconds": 10800
},
"authorization": "Transfer and candidate restart require explicit scoped server authority. Production cutover is a separate action."
"authorization": "Transfer and candidate restart require explicit scoped server authority. Production cutover is a separate action.",
"recovery_route": [
"Keep the running service unchanged",
"Return the package to an isolated incoming directory",
"Re-verify manifest, signature, target data root and node identity"
],
"enforcement_level": "PROMOTED_SKILL",
"experience_receipts": [
"EXP-20260726-004-ENTERPRISE-DATA-DISK-ABSENT"
]
},
{
"id": "GHS-003-REPOSITORY-PUSH-PROOF-SEPARATION",
"hldp_skill": "SKILL-011",
"gls_id": "GLS-0238",
"title": "代码频道跨实例推送的授权、传输、执行与回执分离",
"intents": [
"推送代码频道",
"待推送提交",
"远端提交落后",
"仓库为什么推不上去",
"恢复仓库推送",
"repo push",
"Forgejo令牌"
],
"preferred_route": [
"核验当前仓库角色、远端、分支和提交",
"核验当前实例的授权状态",
"核验当前实例的实际传输方式",
"执行有界推送",
"从远端读回完整提交",
"撤销临时传输凭据并写回执"
],
"forbidden_route_markers": [
"复用历史访问令牌",
"把授权单当作已经推送",
"没有传输方式仍报告成功",
"打印访问令牌",
"把个人源码推到团队部署仓"
],
"deprecated_route_markers": [
"只看浏览器页面判断推送权限",
"沿用上一实例的临时凭据"
],
"evidence": [
"server-tools/lake-lamp-authz/authorize-repo-push.js",
"routing/repository-route-map.json",
"gls/GLS-0241-HOLOLAKE-SOURCE-OWNERSHIP-AND-DEPLOYMENT-ROUTING.hdlp"
],
"freshness": {
"check": "Read the exact remote branch and verify current transport immediately before push.",
"max_age_seconds": 900
},
"authorization": "Repository approval does not create a credential or prove a push. Temporary credentials require their own controlled lifecycle.",
"recovery_route": [
"Stop before push",
"Keep local commits intact",
"Re-resolve repository identity and obtain a current bounded transport"
],
"enforcement_level": "PROMOTED_SKILL",
"experience_receipts": [
"EXP-20260726-001-AUTHORIZATION-IS-NOT-TRANSPORT"
]
},
{
"id": "GHS-004-AW-ENTERPRISE-HLCC-CANDIDATE",
"hldp_skill": "SKILL-012",
"gls_id": "GLS-0243",
"title": "AW-GZ-001 企业代码频道隔离候选部署",
"intents": [
"企业服务器光湖代码频道",
"AW-GZ-001部署",
"企业Forgejo",
"企业代码仓库离线包",
"企业代码频道候选",
"恢复企业代码频道",
"恢复AW-GZ-001企业代码频道"
],
"preferred_route": [
"读取并确认AW-GZ-001节点地图",
"只读检查现有Gitea、灯塔、端口和数据盘",
"上传离线包到隔离暂存区",
"逐文件校验MANIFEST和上游签名",
"确认独立企业数据根",
"安装Forgejo到127.0.0.1:3340隔离候选",
"导入光湖代码频道bundle",
"验证候选健康、仓库和禁用更新策略",
"写部署回执且不自动切换公网路由"
],
"forbidden_route_markers": [
"绕过AW导航映射",
"使用旧3910驱动执行任意命令",
"使用历史密钥重试",
"把缺失的data盘当作已挂载",
"覆盖现有3000端口Gitea",
"未验签就启动Forgejo",
"自动切换企业公网代码入口"
],
"deprecated_route_markers": [
"从海外节点直接拉取生产包",
"把个人第五域源码作为企业团队部署源"
],
"evidence": [
"deployment/navigation-maps/AW-GZ-001.json",
"deployment/HLCC-ENTERPRISE-INSTALL-GUIDE-AWEN.hdlp",
"deployment/receipts/HLCC-BS-SG-003-OFFLINE-PACK-20260723.json",
"server-tools/hololake-code-channel/"
],
"freshness": {
"check": "Verify live storage, ports, services, package hashes and node identity in the current console session.",
"max_age_seconds": 1800
},
"authorization": "Official-console access permits only the user-requested bounded deployment. Credentials, security settings and public cutover remain separate actions.",
"recovery_route": [
"Leave the existing Gitea and nginx routes unchanged",
"Stop or remove only the isolated candidate after recording its state",
"Restore the declared data disk or register a deliberate replacement data root",
"Resume from the deployment checkpoint"
],
"enforcement_level": "CANDIDATE_ONLY",
"experience_receipts": [
"EXP-20260726-002-AW-MAP-GATE",
"EXP-20260726-003-LEGACY-DRIVER-ROTATED",
"EXP-20260726-004-ENTERPRISE-DATA-DISK-ABSENT"
]
}
]
}