diff --git a/src/index.ts b/src/index.ts index 295117d..923f4b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -102,8 +102,7 @@ const run = async () => { tags: tags, title: manifestJson.name_for_human, }, - schemaVersion: 1, - systemRole: manifestJson.description_for_model, + schemaVersion: 1 }; } catch (error) { consola.error(`Failed to sync ${path}`, error);