Add Experience V1 schema migration and agent-run completion extractor.
Extend h5_experience with structured fields, wire mindspace-agent-runner and agent-run-gateway to persist task_outcome records with provenance, and add local migration and verification scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -263,6 +263,15 @@ test('preserves local asset reads and optional asset absence', async () => {
|
||||
);
|
||||
});
|
||||
|
||||
test('passes experienceService into agent run gateway', () => {
|
||||
const setup = createSetup({
|
||||
experienceService: { id: 'experience' },
|
||||
});
|
||||
bootstrapPortalGatewayServices(setup.options);
|
||||
const { agentOptions } = setup.getCaptured();
|
||||
assert.equal(agentOptions.experienceService.id, 'experience');
|
||||
});
|
||||
|
||||
test('preserves memory, page sync, and busy callbacks', async () => {
|
||||
const setup = createSetup();
|
||||
bootstrapPortalGatewayServices(setup.options);
|
||||
|
||||
Reference in New Issue
Block a user