Compare commits

...

4 Commits

Author SHA1 Message Date
Dave Horton
9d426de535 0.1.8 2026-04-01 13:06:17 -04:00
Dave Horton
49bce96c82 add mcpServers to pipeline 2026-04-01 13:06:11 -04:00
Dave Horton
0bb1313b5b 0.1.7 2026-04-01 12:36:22 -04:00
Dave Horton
f92c3429d2 add noiseIsolation to pipeline verb 2026-04-01 12:36:11 -04:00
3 changed files with 16 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.6",
"version": "0.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.1.6",
"version": "0.1.8",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.6",
"version": "0.1.8",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {

View File

@@ -1367,7 +1367,9 @@
"eventHook": "object|string",
"toolHook": "object|string",
"greeting": "boolean",
"earlyGeneration": "boolean"
"earlyGeneration": "boolean",
"noiseIsolation": "string|#noiseIsolationPipeline",
"mcpServers": ["#mcpServer"]
},
"required": [
"llm"
@@ -1380,6 +1382,16 @@
"sticky": "boolean"
}
},
"noiseIsolationPipeline": {
"properties": {
"mode": "string",
"level": "number",
"direction": {
"enum": ["read", "write"]
},
"model": "string"
}
},
"noiseIsolation" : {
"properties": {
"enable": "boolean",