feat: 建立 HoloLake 编号通信根与人格第零层合同

This commit is contained in:
冰朔 2026-08-18 23:04:18 +08:00
commit 64abf969bf
37 changed files with 3455 additions and 161 deletions

View file

@ -24,9 +24,11 @@ test('the native user PNCC contract binds verified number, signed-in account and
test('the user PNCC is a native command and first-class HoloLake projection', () => {
const native = readText('src-tauri/src/lib.rs')
const numberedDispatcher = readText('src-tauri/src/numbered_ipc_dispatch.rs')
const frontend = readText('src/main.tsx')
assert.match(native, /user_pncc_channel::get_user_pncc_channel/)
assert.match(native, /user_pncc_channel::ensure_user_pncc_channel/)
assert.match(numberedDispatcher, /user_pncc_channel::get_user_pncc_channel/)
assert.match(numberedDispatcher, /user_pncc_channel::ensure_user_pncc_channel/)
assert.doesNotMatch(native, /user_pncc_channel::get_user_pncc_channel/)
assert.match(frontend, /GH-PNCC · 人格原生代码频道/)
assert.match(frontend, /Forgejo 协作适配器/)
assert.match(frontend, /ensure_user_pncc_channel/)