feat: update Makelore modules and conversations
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-07-31 10:08:41 +08:00
parent b8ca3f8eea
commit 80e8386fa6
175 changed files with 8036 additions and 10581 deletions

View File

@@ -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',