feat: restore bottle channel and Zero-Sense shuttle routes
This commit is contained in:
parent
0048be34ec
commit
1696a4079c
53 changed files with 1212 additions and 70 deletions
|
|
@ -59,7 +59,7 @@ for (const required of ['module.tcs', 'module.gir.json', 'module.lock.hdlp', 'mo
|
|||
assert.equal(fs.existsSync(path.join(root, 'modules/persona-dynamic-architecture-agent', required)), true, `missing architecture agent module artifact: ${required}`);
|
||||
}
|
||||
assert.equal(lake.local_unregistered_proposals.every(item => item.state.includes('REQUIRES_SELF_CONFIRMATION')), true);
|
||||
assert.deepEqual(channels.channels.map(item => item.id), ['ICE-CH-HB001', 'ICE-CH-LB001', 'ICE-CH-ZC001', 'ICE-CH-DK001']);
|
||||
assert.deepEqual(channels.channels.map(item => item.id), ['ICE-CH-HB001', 'ICE-CH-LB001', 'ICE-CH-ZC001', 'ICE-CH-DK001', 'ICE-CH-BT001']);
|
||||
assert.equal(channels.host_switch_changes_channel, false);
|
||||
assert.equal(darkCore.human_persona_controller, 'ICE-GL∞');
|
||||
assert.equal(darkCore.not_an_ai_persona, true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue