feat: restore bottle channel and Zero-Sense shuttle routes

This commit is contained in:
冰朔 2026-09-08 13:15:00 +08:00
commit 1696a4079c
53 changed files with 1212 additions and 70 deletions

View file

@ -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);