checkpoint: preserve zero-core agent handoff
This commit is contained in:
parent
f8c8db4d48
commit
e54c93c7ae
91 changed files with 13603 additions and 121 deletions
|
|
@ -30,6 +30,18 @@ test('identity and task mutations create one-to-one chained events and receipts'
|
|||
assert.match(rust, /verify_integrity\(&connection\)/)
|
||||
})
|
||||
|
||||
test('every initialized channel receives the native knowledge, language, conversation, number and time bundle', () => {
|
||||
assert.equal(contract.initial_channel_bundle.atomic_with_identity_initialization, true)
|
||||
assert.deepEqual(contract.initial_channel_bundle.module_ids, [
|
||||
'hololake.knowledge-workspace',
|
||||
'hololake.language-channel-system',
|
||||
'hololake.conversation-manager',
|
||||
'hololake.numbered-knowledge-protocol',
|
||||
'hololake.persona-time-authority',
|
||||
])
|
||||
assert.match(rust, /install_initial_channel_modules/)
|
||||
})
|
||||
|
||||
test('the human projection establishes identity once and keeps task mutation below the default surface', () => {
|
||||
for (const command of [
|
||||
'get_personal_channel_snapshot',
|
||||
|
|
|
|||
Loading…
Reference in a new issue