feat: update Makelore modules and conversations
This commit is contained in:
@@ -204,11 +204,11 @@ describe('user sync host api routes', () => {
|
||||
|
||||
const handled = await handleUserSyncRoutes(
|
||||
createRequest('POST', {
|
||||
id: 'nitu-pm-test',
|
||||
id: 'makelore-pm-test',
|
||||
displayName: 'PM',
|
||||
templateRoleId: 'pm',
|
||||
templateRoleId: 'custom',
|
||||
skillIds: ['pm-project-plan'],
|
||||
filePath: 'D:/repo/.opencode/agent/nitu-pm-test.md',
|
||||
filePath: 'D:/repo/.opencode/agent/makelore-pm-test.md',
|
||||
projectRuntimeConfigsByProjectId: { prj_1: { filePath: 'D:/repo/file.md' } },
|
||||
createdAt: '2026-07-04T00:00:00.000Z',
|
||||
updatedAt: '2026-07-04T00:00:00.000Z',
|
||||
@@ -227,9 +227,9 @@ describe('user sync host api routes', () => {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
id: 'nitu-pm-test',
|
||||
id: 'makelore-pm-test',
|
||||
display_name: 'PM',
|
||||
template_role_id: 'pm',
|
||||
template_role_id: 'custom',
|
||||
skill_ids: ['pm-project-plan'],
|
||||
created_at: '2026-07-04T00:00:00.000Z',
|
||||
updated_at: '2026-07-04T00:00:00.000Z',
|
||||
|
||||
Reference in New Issue
Block a user