chore: mark packages to be private
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user