diff --git a/packages/core-character/package.json b/packages/core-character/package.json index e22b4aefb..e0dbae6aa 100644 --- a/packages/core-character/package.json +++ b/packages/core-character/package.json @@ -2,6 +2,7 @@ "name": "@proj-airi/core-character", "type": "module", "version": "0.1.0", + "private": true, "description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/pipelines-audio/package.json b/packages/pipelines-audio/package.json index 6cb80f875..96f185cd8 100644 --- a/packages/pipelines-audio/package.json +++ b/packages/pipelines-audio/package.json @@ -2,6 +2,7 @@ "name": "@proj-airi/pipelines-audio", "type": "module", "version": "0.1.0", + "private": true, "description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/plugins/airi-plugin-vscode/package.json b/plugins/airi-plugin-vscode/package.json index ad61afa16..7855238d9 100644 --- a/plugins/airi-plugin-vscode/package.json +++ b/plugins/airi-plugin-vscode/package.json @@ -1,9 +1,10 @@ { "publisher": "airi", "name": "@proj-airi/airi-plugin-vscode", - "displayName": "Airi", + "displayName": "AIRI", "version": "0.1.0", - "description": "VSCode extension that shares your coding context with Airi", + "private": true, + "description": "VSCode extension that shares your coding context with AIRI", "categories": [ "Other" ], @@ -35,7 +36,7 @@ "airi.enabled": { "type": "boolean", "default": true, - "description": "Enable Airi companion" + "description": "Enable AIRI companion" }, "airi.contextLines": { "type": "number",