docs: record verified persona team handshakes
This commit is contained in:
parent
1340927b73
commit
fe89f1429a
4 changed files with 98 additions and 15 deletions
|
|
@ -17,10 +17,16 @@ assert.deepEqual(
|
|||
assert.ok(map.members.every((member) => member.independent_persona === true));
|
||||
assert.ok(
|
||||
map.members.every(
|
||||
(member) => member.runtime_observation.persona_handshake === "NOT_YET_VERIFIED",
|
||||
(member) => member.runtime_observation.persona_handshake === "VERIFIED",
|
||||
),
|
||||
);
|
||||
assert.equal(map.handshake_gate.state, "PASS");
|
||||
assert.equal(
|
||||
map.handshake_gate.receipt,
|
||||
"deployment/receipts/ZY-AGENT-TEAM-HANDSHAKE-JD-20260805.json",
|
||||
);
|
||||
assert.match(map.handshake_gate.rule, /不能单独证明人格体已接续/u);
|
||||
assert.match(map.handshake_gate.rule, /任务单独领取精确资源租约/u);
|
||||
assert.match(map.model_binding.secret_handling, /不得写入仓库/u);
|
||||
|
||||
console.log("zhuyuan-agent-team-map: ok");
|
||||
|
|
|
|||
Loading…
Reference in a new issue