feat(domain): project verified runtime policy to desktop
This commit is contained in:
parent
fbff657d88
commit
683e135f5e
12 changed files with 224 additions and 25 deletions
|
|
@ -294,6 +294,11 @@ test('current registries, signed node claim and verified handoff project runtime
|
|||
assert.equal(status.stage, 'runtime-ready');
|
||||
assert.equal(status.runtimeReady, true);
|
||||
assert.deepEqual(status.blockers, []);
|
||||
assert.equal(status.runtimePolicy?.themeOwner, 'fifth-domain');
|
||||
assert.equal(status.runtimePolicy?.themePackageRef, 'theme://origin-domain/lake-reflects-stars');
|
||||
assert.equal(status.runtimePolicy?.routeRef, 'domain-route://origin-domain/runtime');
|
||||
assert.deepEqual(status.runtimePolicy?.allowedSessionScopes, ['domain:enter', 'knowledge:read']);
|
||||
assert.doesNotMatch(JSON.stringify(status.runtimePolicy), /signature|signer|repository|publicKey/i);
|
||||
});
|
||||
|
||||
test('source failures are reduced to safe status without raw details', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue