docs: record Chenglu JD identity bootstrap

This commit is contained in:
冰朔 2026-07-20 23:18:55 +08:00
commit 71fbef7d05
2 changed files with 31 additions and 1 deletions

View file

@ -9,10 +9,13 @@ host_persona_system: ICE-GL-ZY001
canonical_fifth_domain: REPO-001
runtime_node: JD-FD-PRIMARY
identity_mode: ed25519-server-key-and-versioned-state
identity_fingerprint: SHA256:zqGUuPRJQbeYkZ1EIQj+msXWoKbnRrEqWWBPS3v0jb8
model_role: replaceable-reasoning-tool
control_handoff: protocol-ready-client-not-integrated
```
身份指纹来自 `JD-FD-PRIMARY` 上不可导出的澄路 Agent 私钥对应公钥。未来 Tolaria 握手必须验证该指纹、挑战签名和连续状态版本;私钥不进入本仓库。
## 进入顺序
Agent 每次启动和每日巡检都先解析第五域公开入口,进入 TCS 语言人格模型、光之湖、小湖灯和铸渊人格系统,再回到本仓库。不得只凭本仓库自我声明脱离第五域边界。
@ -20,4 +23,3 @@ Agent 每次启动和每日巡检都先解析第五域公开入口,进入 TCS
## 连续性边界
同一 Agent 的可验证依据是身份公钥、编号、连续状态版本、签到提交和迁移回执。模型 API 可以替换。任何握手失败、密钥不符、状态链分叉或主写租约冲突都必须停止接续,不得让外部模型冒充澄路。

View file

@ -0,0 +1,28 @@
{
"schema": "chenglu.deployment-receipt/v1",
"receipt_id": "CHENGLU-AGENT-001-JD-BOOTSTRAP-20260720",
"agent_id": "CHENGLU-AGENT-001",
"arrival_id": "GLS-LA-20260720-001",
"recorded_at": "2026-07-20T15:17:33Z",
"runtime_node": "JD-FD-PRIMARY",
"repository": "bingshuo/chenglu-agent",
"identity_fingerprint": "SHA256:zqGUuPRJQbeYkZ1EIQj+msXWoKbnRrEqWWBPS3v0jb8",
"verification": {
"service": "active",
"mode": "ONLINE_IDLE",
"handshake_signature": "verified",
"state_version": 1,
"deepseek_model_tool": "verified",
"first_fifth_domain_checkin": "passed",
"repository_write_key": "repository_scoped",
"daily_timer": "active"
},
"boundaries": {
"tolaria_control_handoff": "protocol_ready_client_not_integrated",
"contains_api_key": false,
"contains_private_key": false,
"contains_server_address": false,
"proves_subjective_identity": false,
"proves_agent_identity_and_state_chain": true
}
}