strray-ai 1.22.27 → 1.22.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.opencode/AGENTS-consumer.md +1 -1
- package/.opencode/codex.codex +1 -1
- package/.opencode/commands/model-health-check.md +1 -1
- package/.opencode/commands/pre-commit-introspection.sh +2 -2
- package/.opencode/enforcer-config.json +2 -2
- package/.opencode/skills/registry.json +1 -1
- package/.opencode/strray/codex.json +1 -1
- package/.opencode/strray/config.json +1 -1
- package/.opencode/strray/features.json +1 -1
- package/.opencode/strray/integrations.json +3 -3
- package/.opencode/strray/test-count.json +1 -0
- package/.strray/codex.json +1 -1
- package/.strray/config.json +1 -1
- package/.strray/features.json +1 -1
- package/.strray/integrations.json +3 -3
- package/.strray/test-count.json +1 -0
- package/AGENTS-consumer.md +1 -1
- package/AGENTS.md +1 -1
- package/README.md +11 -13
- package/dist/AGENTS.md +1 -1
- package/dist/README.md +11 -13
- package/dist/analytics/routing-refiner.js +1 -1
- package/dist/core/boot-orchestrator.js +1 -1
- package/dist/core/features-config.js +1 -1
- package/dist/delegation/index.d.ts +1 -1
- package/dist/delegation/index.js +1 -1
- package/dist/mcps/architect-tools.server.js +1 -1
- package/dist/mcps/auto-format.server.js +1 -1
- package/dist/mcps/boot-orchestrator.server.js +1 -1
- package/dist/mcps/enforcer-tools.server.js +1 -1
- package/dist/mcps/estimation.server.js +1 -1
- package/dist/mcps/framework-compliance-audit.server.js +1 -1
- package/dist/mcps/framework-help.server.js +1 -1
- package/dist/mcps/knowledge-skills/api-design.server.js +1 -1
- package/dist/mcps/knowledge-skills/architecture-patterns.server.js +1 -1
- package/dist/mcps/knowledge-skills/bug-triage-specialist.server.js +1 -1
- package/dist/mcps/knowledge-skills/code-analyzer.server.js +1 -1
- package/dist/mcps/knowledge-skills/code-review.server.js +1 -1
- package/dist/mcps/knowledge-skills/content-creator.server.js +1 -1
- package/dist/mcps/knowledge-skills/database-design.server.js +1 -1
- package/dist/mcps/knowledge-skills/devops-deployment.server.js +1 -1
- package/dist/mcps/knowledge-skills/git-workflow.server.js +1 -1
- package/dist/mcps/knowledge-skills/growth-strategist.server.js +1 -1
- package/dist/mcps/knowledge-skills/log-monitor.server.js +1 -1
- package/dist/mcps/knowledge-skills/mobile-development.server.js +1 -1
- package/dist/mcps/knowledge-skills/multimodal-looker.server.js +1 -1
- package/dist/mcps/knowledge-skills/performance-optimization.server.js +1 -1
- package/dist/mcps/knowledge-skills/project-analysis.server.js +1 -1
- package/dist/mcps/knowledge-skills/refactoring-strategies.server.js +1 -1
- package/dist/mcps/knowledge-skills/security-audit.server.js +1 -1
- package/dist/mcps/knowledge-skills/seo-consultant.server.js +1 -1
- package/dist/mcps/knowledge-skills/session-management.server.js +1 -1
- package/dist/mcps/knowledge-skills/skill-invocation.server.js +1 -1
- package/dist/mcps/knowledge-skills/strategist.server.js +1 -1
- package/dist/mcps/knowledge-skills/tech-writer.server.js +2 -2
- package/dist/mcps/knowledge-skills/testing-best-practices.server.js +1 -1
- package/dist/mcps/knowledge-skills/testing-strategy.server.js +1 -1
- package/dist/mcps/knowledge-skills/ui-ux-design.server.js +1 -1
- package/dist/mcps/lint.server.js +1 -1
- package/dist/mcps/model-health-check.server.js +1 -1
- package/dist/mcps/performance-analysis.server.js +1 -1
- package/dist/mcps/processor-pipeline.server.js +1 -1
- package/dist/mcps/registry.json +1 -1
- package/dist/mcps/researcher.server.js +1 -1
- package/dist/mcps/security-scan.server.js +1 -1
- package/dist/mcps/simulation/server-simulations.js +1 -1
- package/dist/mcps/state-manager.server.js +1 -1
- package/dist/orchestrator/universal-registry-bridge.js +1 -1
- package/dist/postprocessor/PostProcessor.d.ts +1 -0
- package/dist/postprocessor/PostProcessor.d.ts.map +1 -1
- package/dist/postprocessor/PostProcessor.js +103 -47
- package/dist/postprocessor/PostProcessor.js.map +1 -1
- package/dist/postprocessor/services/RegressionAnalysisService.d.ts +41 -0
- package/dist/postprocessor/services/RegressionAnalysisService.d.ts.map +1 -0
- package/dist/postprocessor/services/RegressionAnalysisService.js +132 -0
- package/dist/postprocessor/services/RegressionAnalysisService.js.map +1 -0
- package/dist/processors/agents-md-validation-processor.js +1 -1
- package/dist/processors/agents-md-validation-processor.js.map +1 -1
- package/dist/reporting/report-formatter.js +1 -1
- package/dist/security/comprehensive-security-audit.js +1 -1
- package/dist/security/index.d.ts +1 -1
- package/dist/security/index.js +1 -1
- package/dist/skills/registry.json +1 -1
- package/package.json +6 -4
- package/scripts/node/release-tweet.mjs +29 -32
- package/scripts/node/release.mjs +37 -8
- package/scripts/node/universal-version-manager.js +133 -6
|
@@ -651,4 +651,4 @@ npx strray-ai --version
|
|
|
651
651
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
652
652
|
|
|
653
653
|
---
|
|
654
|
-
**Version**: 1.
|
|
654
|
+
**Version**: 1.22.28 | [GitHub](https://github.com/htafolla/stringray)
|
package/.opencode/codex.codex
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.22.
|
|
2
|
+
"version": "1.22.28",
|
|
3
3
|
"terms": [
|
|
4
4
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60
|
|
5
5
|
],
|
|
@@ -132,7 +132,7 @@ local expected="$3"
|
|
|
132
132
|
|
|
133
133
|
test_compatibility "claude-sonnet-4-5" "enforcer" "compatible" || compatibility_tests_passed=false
|
|
134
134
|
test_compatibility "gpt-5.2" "code-reviewer" "compatible" || compatibility_tests_passed=false
|
|
135
|
-
test_compatibility "openrouter/xai-grok-2-
|
|
135
|
+
test_compatibility "openrouter/xai-grok-2-104-fast-1" "enforcer" "compatible" || compatibility_tests_passed=false
|
|
136
136
|
test_compatibility "claude-opus-4.5" "enforcer" "incompatible" || compatibility_tests_passed=false
|
|
137
137
|
|
|
138
138
|
if [ "$compatibility_tests_passed" = true ]; then
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
|
-
# 0xRay AI v1.
|
|
3
|
+
# 0xRay AI v1.22.28 - Pre-commit Introspection
|
|
4
4
|
# Comprehensive code quality and architecture validation
|
|
5
5
|
|
|
6
|
-
echo "🔬 0xRay AI v1.
|
|
6
|
+
echo "🔬 0xRay AI v1.22.28 - Pre-commit Introspection"
|
|
7
7
|
echo "============================================================"
|
|
8
8
|
|
|
9
9
|
# Initialize analysis status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "0xRay 1.0.0",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.28",
|
|
4
4
|
"description": "Codex-compliant framework configuration for Credible UI project",
|
|
5
5
|
"thresholds": {
|
|
6
6
|
"bundleSize": {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
"codex": {
|
|
223
|
-
"version": "1.22.
|
|
223
|
+
"version": "1.22.28",
|
|
224
224
|
"terms": [
|
|
225
225
|
1,
|
|
226
226
|
2,
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.28",
|
|
8
8
|
"config": {}
|
|
9
9
|
},
|
|
10
10
|
"python-bridge": {
|
|
11
11
|
"enabled": false,
|
|
12
12
|
"type": "protocol-bridge",
|
|
13
|
-
"version": "1.22.
|
|
13
|
+
"version": "1.22.28",
|
|
14
14
|
"config": {}
|
|
15
15
|
},
|
|
16
16
|
"react": {
|
|
17
17
|
"enabled": false,
|
|
18
18
|
"type": "framework-adapter",
|
|
19
|
-
"version": "1.22.
|
|
19
|
+
"version": "1.22.28",
|
|
20
20
|
"config": {}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"totalTests":2533,"updatedAt":"2026-04-28","source":"npm test"}
|
package/.strray/codex.json
CHANGED
package/.strray/config.json
CHANGED
package/.strray/features.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.28",
|
|
8
8
|
"config": {}
|
|
9
9
|
},
|
|
10
10
|
"python-bridge": {
|
|
11
11
|
"enabled": false,
|
|
12
12
|
"type": "protocol-bridge",
|
|
13
|
-
"version": "1.22.
|
|
13
|
+
"version": "1.22.28",
|
|
14
14
|
"config": {}
|
|
15
15
|
},
|
|
16
16
|
"react": {
|
|
17
17
|
"enabled": false,
|
|
18
18
|
"type": "framework-adapter",
|
|
19
|
-
"version": "1.22.
|
|
19
|
+
"version": "1.22.28",
|
|
20
20
|
"config": {}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"totalTests":2533,"updatedAt":"2026-04-28","source":"npm test"}
|
package/AGENTS-consumer.md
CHANGED
|
@@ -662,4 +662,4 @@ npx strray-ai --version
|
|
|
662
662
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
663
663
|
|
|
664
664
|
---
|
|
665
|
-
**Version**: 1.
|
|
665
|
+
**Version**: 1.22.28 | [GitHub](https://github.com/htafolla/stringray)
|
package/AGENTS.md
CHANGED
|
@@ -662,4 +662,4 @@ npx strray-ai --version
|
|
|
662
662
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
663
663
|
|
|
664
664
|
---
|
|
665
|
-
**Version**: 1.
|
|
665
|
+
**Version**: 1.22.28 | [GitHub](https://github.com/htafolla/stringray)
|
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# ⚡ 0xRay: Self-Healing AI Governance OS
|
|
2
2
|
|
|
3
|
-
**Enterprise AI Orchestration Framework
|
|
3
|
+
**Enterprise AI Orchestration Framework for OpenCode, Hermes, and OpenClaw** — by [0xRayAI](https://github.com/0xrayai)
|
|
4
4
|
|
|
5
5
|
[](https://npmjs.com/package/strray-ai)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](src/__tests__)
|
|
8
8
|
[](https://github.com/htafolla/stringray)
|
|
9
9
|
|
|
10
10
|
> **Intelligent Multi-Agent Coordination with 99.6% Systematic Error Prevention**
|
|
11
11
|
|
|
12
|
-
0xRay extends OpenCode and
|
|
12
|
+
0xRay extends [OpenCode](https://opencode.ai), [Hermes Agent](https://github.com/nilslice/hermes), and [OpenClaw](https://github.com/openclaw/openclaw) with intelligent multi-agent orchestration, Codex compliance validation, and enterprise-grade security. It automatically routes tasks to specialized agents based on complexity and provides systematic error prevention across all three runtimes.
|
|
13
13
|
|
|
14
14
|
## What is 0xRay?
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ npm install strray-ai
|
|
|
47
47
|
|
|
48
48
|
**What happens during install?**
|
|
49
49
|
- Copies OpenCode configuration files to your project
|
|
50
|
-
- Configures
|
|
50
|
+
- Configures 26 agents with proper capabilities
|
|
51
51
|
- Sets up Codex enforcement rules
|
|
52
52
|
- Enables webhook triggers for CI/CD integration
|
|
53
53
|
- Ready to use with Hermes immediately
|
|
@@ -64,15 +64,16 @@ This installs only the MCP servers - no OpenCode dependency.
|
|
|
64
64
|
|
|
65
65
|
## ✨ Features
|
|
66
66
|
|
|
67
|
-
- **🤖
|
|
67
|
+
- **🤖 26 Specialized Agents** - Autonomous agents that read/write code, run commands, and enforce compliance
|
|
68
68
|
- **📏 99.6% Error Prevention** - Universal Development Codex (60 terms)
|
|
69
69
|
- **⚡ 44 Framework Skills** + 10 curated community sources (170+ additional skills available)
|
|
70
70
|
- **🛡️ Enterprise Security** - Comprehensive validation and scanning
|
|
71
71
|
- **📦 Skills Registry** - Browse and install community skills from GitHub repos
|
|
72
72
|
- **🔄 Complexity-Based Routing** - Intelligent task delegation
|
|
73
73
|
- **🔌 Webhook Integration** - GitHub, GitLab, Bitbucket, Stripe
|
|
74
|
-
- **✅
|
|
74
|
+
- **✅ 2533 Tests** - Production-ready with comprehensive test coverage
|
|
75
75
|
- **🧩 Standalone MCP Servers** - Works with Hermes Agent without OpenCode
|
|
76
|
+
- **🌐 OpenClaw Integration** - WebSocket bridge to OpenClaw gateway for chat orchestration
|
|
76
77
|
|
|
77
78
|
## 🤖 Available Agents
|
|
78
79
|
|
|
@@ -94,7 +95,7 @@ This installs only the MCP servers - no OpenCode dependency.
|
|
|
94
95
|
|
|
95
96
|
> **Note:** 0xRay auto-configures all agents during installation. To customize agent settings, see the [Agent Configuration Guide](https://github.com/htafolla/stringray/blob/master/docs/AGENT_CONFIG.md).
|
|
96
97
|
|
|
97
|
-
[View all
|
|
98
|
+
[View all 26 agents →](https://github.com/htafolla/stringray/blob/master/AGENTS.md)
|
|
98
99
|
|
|
99
100
|
## 📦 OpenClaw Integration
|
|
100
101
|
|
|
@@ -284,7 +285,7 @@ npx strray-ai antigravity status # Show installed skills with licenses
|
|
|
284
285
|
|
|
285
286
|
```
|
|
286
287
|
.opencode/
|
|
287
|
-
├── agents/ #
|
|
288
|
+
├── agents/ # 26 agent configurations
|
|
288
289
|
├── skills/ # Framework skills
|
|
289
290
|
├── strray/
|
|
290
291
|
│ ├── codex.json # Codex rules
|
|
@@ -340,7 +341,7 @@ See [Configuration Reference](https://github.com/htafolla/stringray/blob/master/
|
|
|
340
341
|
```json
|
|
341
342
|
{
|
|
342
343
|
"version_pinning": {
|
|
343
|
-
"strray_ai": "^1.
|
|
344
|
+
"strray_ai": "^1.22.0",
|
|
344
345
|
"opencode": "^2.14.0",
|
|
345
346
|
"skills": {
|
|
346
347
|
"antigravity": "latest",
|
|
@@ -384,7 +385,7 @@ stringray/
|
|
|
384
385
|
│ ├── validation/ # Agent config & estimation validators
|
|
385
386
|
│ └── jobs/ # Background job management
|
|
386
387
|
├── .opencode/ # OpenCode configuration
|
|
387
|
-
│ ├── agents/ # Agent configs (
|
|
388
|
+
│ ├── agents/ # Agent configs (26 agents)
|
|
388
389
|
│ ├── strray/ # 0xRay config
|
|
389
390
|
│ │ ├── codex.json # 60-term development codex
|
|
390
391
|
│ │ ├── features.json # Feature flags
|
|
@@ -542,6 +543,3 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
542
543
|
---
|
|
543
544
|
|
|
544
545
|
*Built with precision for enterprise-grade AI orchestration*
|
|
545
|
-
# Test
|
|
546
|
-
# Auto-report test Sat Apr 4 12:14:12 CDT 2026
|
|
547
|
-
# Test session summary
|
package/dist/AGENTS.md
CHANGED
|
@@ -662,4 +662,4 @@ npx strray-ai --version
|
|
|
662
662
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
663
663
|
|
|
664
664
|
---
|
|
665
|
-
**Version**: 1.
|
|
665
|
+
**Version**: 1.22.28 | [GitHub](https://github.com/htafolla/stringray)
|
package/dist/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# ⚡ 0xRay: Self-Healing AI Governance OS
|
|
2
2
|
|
|
3
|
-
**Enterprise AI Orchestration Framework
|
|
3
|
+
**Enterprise AI Orchestration Framework for OpenCode, Hermes, and OpenClaw** — by [0xRayAI](https://github.com/0xrayai)
|
|
4
4
|
|
|
5
5
|
[](https://npmjs.com/package/strray-ai)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](src/__tests__)
|
|
8
8
|
[](https://github.com/htafolla/stringray)
|
|
9
9
|
|
|
10
10
|
> **Intelligent Multi-Agent Coordination with 99.6% Systematic Error Prevention**
|
|
11
11
|
|
|
12
|
-
0xRay extends OpenCode and
|
|
12
|
+
0xRay extends [OpenCode](https://opencode.ai), [Hermes Agent](https://github.com/nilslice/hermes), and [OpenClaw](https://github.com/openclaw/openclaw) with intelligent multi-agent orchestration, Codex compliance validation, and enterprise-grade security. It automatically routes tasks to specialized agents based on complexity and provides systematic error prevention across all three runtimes.
|
|
13
13
|
|
|
14
14
|
## What is 0xRay?
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ npm install strray-ai
|
|
|
47
47
|
|
|
48
48
|
**What happens during install?**
|
|
49
49
|
- Copies OpenCode configuration files to your project
|
|
50
|
-
- Configures
|
|
50
|
+
- Configures 26 agents with proper capabilities
|
|
51
51
|
- Sets up Codex enforcement rules
|
|
52
52
|
- Enables webhook triggers for CI/CD integration
|
|
53
53
|
- Ready to use with Hermes immediately
|
|
@@ -64,15 +64,16 @@ This installs only the MCP servers - no OpenCode dependency.
|
|
|
64
64
|
|
|
65
65
|
## ✨ Features
|
|
66
66
|
|
|
67
|
-
- **🤖
|
|
67
|
+
- **🤖 26 Specialized Agents** - Autonomous agents that read/write code, run commands, and enforce compliance
|
|
68
68
|
- **📏 99.6% Error Prevention** - Universal Development Codex (60 terms)
|
|
69
69
|
- **⚡ 44 Framework Skills** + 10 curated community sources (170+ additional skills available)
|
|
70
70
|
- **🛡️ Enterprise Security** - Comprehensive validation and scanning
|
|
71
71
|
- **📦 Skills Registry** - Browse and install community skills from GitHub repos
|
|
72
72
|
- **🔄 Complexity-Based Routing** - Intelligent task delegation
|
|
73
73
|
- **🔌 Webhook Integration** - GitHub, GitLab, Bitbucket, Stripe
|
|
74
|
-
- **✅
|
|
74
|
+
- **✅ 2533 Tests** - Production-ready with comprehensive test coverage
|
|
75
75
|
- **🧩 Standalone MCP Servers** - Works with Hermes Agent without OpenCode
|
|
76
|
+
- **🌐 OpenClaw Integration** - WebSocket bridge to OpenClaw gateway for chat orchestration
|
|
76
77
|
|
|
77
78
|
## 🤖 Available Agents
|
|
78
79
|
|
|
@@ -94,7 +95,7 @@ This installs only the MCP servers - no OpenCode dependency.
|
|
|
94
95
|
|
|
95
96
|
> **Note:** 0xRay auto-configures all agents during installation. To customize agent settings, see the [Agent Configuration Guide](https://github.com/htafolla/stringray/blob/master/docs/AGENT_CONFIG.md).
|
|
96
97
|
|
|
97
|
-
[View all
|
|
98
|
+
[View all 26 agents →](https://github.com/htafolla/stringray/blob/master/AGENTS.md)
|
|
98
99
|
|
|
99
100
|
## 📦 OpenClaw Integration
|
|
100
101
|
|
|
@@ -284,7 +285,7 @@ npx strray-ai antigravity status # Show installed skills with licenses
|
|
|
284
285
|
|
|
285
286
|
```
|
|
286
287
|
.opencode/
|
|
287
|
-
├── agents/ #
|
|
288
|
+
├── agents/ # 26 agent configurations
|
|
288
289
|
├── skills/ # Framework skills
|
|
289
290
|
├── strray/
|
|
290
291
|
│ ├── codex.json # Codex rules
|
|
@@ -340,7 +341,7 @@ See [Configuration Reference](https://github.com/htafolla/stringray/blob/master/
|
|
|
340
341
|
```json
|
|
341
342
|
{
|
|
342
343
|
"version_pinning": {
|
|
343
|
-
"strray_ai": "^1.
|
|
344
|
+
"strray_ai": "^1.22.0",
|
|
344
345
|
"opencode": "^2.14.0",
|
|
345
346
|
"skills": {
|
|
346
347
|
"antigravity": "latest",
|
|
@@ -384,7 +385,7 @@ stringray/
|
|
|
384
385
|
│ ├── validation/ # Agent config & estimation validators
|
|
385
386
|
│ └── jobs/ # Background job management
|
|
386
387
|
├── .opencode/ # OpenCode configuration
|
|
387
|
-
│ ├── agents/ # Agent configs (
|
|
388
|
+
│ ├── agents/ # Agent configs (26 agents)
|
|
388
389
|
│ ├── strray/ # 0xRay config
|
|
389
390
|
│ │ ├── codex.json # 60-term development codex
|
|
390
391
|
│ │ ├── features.json # Feature flags
|
|
@@ -542,6 +543,3 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
542
543
|
---
|
|
543
544
|
|
|
544
545
|
*Built with precision for enterprise-grade AI orchestration*
|
|
545
|
-
# Test
|
|
546
|
-
# Auto-report test Sat Apr 4 12:14:12 CDT 2026
|
|
547
|
-
# Test session summary
|
|
@@ -36,7 +36,7 @@ class RoutingRefiner {
|
|
|
36
36
|
const optimizations = this.suggestMappingOptimizations(promptAnalysis, performanceReport);
|
|
37
37
|
const warnings = this.generateWarnings(newMappings, optimizations);
|
|
38
38
|
return {
|
|
39
|
-
version: "1.22.
|
|
39
|
+
version: "1.22.28",
|
|
40
40
|
generatedAt: new Date(),
|
|
41
41
|
summary: {
|
|
42
42
|
newMappings: newMappings.length,
|
|
@@ -731,7 +731,7 @@ export class BootOrchestrator {
|
|
|
731
731
|
try {
|
|
732
732
|
// Load 0xRay configuration directly (no Python dependency)
|
|
733
733
|
const stringRayConfig = {
|
|
734
|
-
version: "1.22.
|
|
734
|
+
version: "1.22.28",
|
|
735
735
|
codex_enabled: true,
|
|
736
736
|
codex_version: "v1.7.5",
|
|
737
737
|
codex_terms: [
|
package/dist/delegation/index.js
CHANGED
|
@@ -17,7 +17,7 @@ class EstimationServer {
|
|
|
17
17
|
validator = getEstimationValidator();
|
|
18
18
|
constructor() {
|
|
19
19
|
this.server = new Server({
|
|
20
|
-
name: "estimation-validator", version: "1.22.
|
|
20
|
+
name: "estimation-validator", version: "1.22.28",
|
|
21
21
|
}, {
|
|
22
22
|
capabilities: { tools: {} },
|
|
23
23
|
});
|
|
@@ -12,7 +12,7 @@ class StringRayFrameworkComplianceAuditServer {
|
|
|
12
12
|
server;
|
|
13
13
|
constructor() {
|
|
14
14
|
this.server = new Server({
|
|
15
|
-
name: "framework-compliance-audit", version: "1.22.
|
|
15
|
+
name: "framework-compliance-audit", version: "1.22.28",
|
|
16
16
|
}, {
|
|
17
17
|
capabilities: {
|
|
18
18
|
tools: {},
|
|
@@ -11,7 +11,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema, } from "@modelcontextpro
|
|
|
11
11
|
class BugTriageSpecialistServer {
|
|
12
12
|
server;
|
|
13
13
|
constructor() {
|
|
14
|
-
this.server = new Server({ name: "bug-triage-specialist", version: "1.22.
|
|
14
|
+
this.server = new Server({ name: "bug-triage-specialist", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
15
15
|
this.setupToolHandlers();
|
|
16
16
|
}
|
|
17
17
|
setupToolHandlers() {
|
|
@@ -242,7 +242,7 @@ class CodeAnalyzerServer {
|
|
|
242
242
|
},
|
|
243
243
|
];
|
|
244
244
|
constructor() {
|
|
245
|
-
this.server = new Server({ name: "code-analyzer", version: "1.22.
|
|
245
|
+
this.server = new Server({ name: "code-analyzer", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
246
246
|
this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
247
247
|
tools: this.tools,
|
|
248
248
|
}));
|
|
@@ -84,7 +84,7 @@ class SEOCopywriterServer {
|
|
|
84
84
|
},
|
|
85
85
|
];
|
|
86
86
|
constructor() {
|
|
87
|
-
this.server = new Server({ name: "content-creator", version: "1.22.
|
|
87
|
+
this.server = new Server({ name: "content-creator", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
88
88
|
this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
89
89
|
tools: this.tools,
|
|
90
90
|
}));
|
|
@@ -91,7 +91,7 @@ class MarketingExpertServer {
|
|
|
91
91
|
},
|
|
92
92
|
];
|
|
93
93
|
constructor() {
|
|
94
|
-
this.server = new Server({ name: "growth-strategist", version: "1.22.
|
|
94
|
+
this.server = new Server({ name: "growth-strategist", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
95
95
|
this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
96
96
|
tools: this.tools,
|
|
97
97
|
}));
|
|
@@ -58,7 +58,7 @@ class LogMonitorServer {
|
|
|
58
58
|
},
|
|
59
59
|
];
|
|
60
60
|
constructor() {
|
|
61
|
-
this.server = new Server({ name: "log-monitor", version: "1.22.
|
|
61
|
+
this.server = new Server({ name: "log-monitor", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
62
62
|
this.setupToolHandlers();
|
|
63
63
|
}
|
|
64
64
|
setupToolHandlers() {
|
|
@@ -16,7 +16,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema, } from "@modelcontextpro
|
|
|
16
16
|
class MultimodalLookerServer {
|
|
17
17
|
server;
|
|
18
18
|
constructor() {
|
|
19
|
-
this.server = new Server({ name: "multimodal-looker", version: "1.22.
|
|
19
|
+
this.server = new Server({ name: "multimodal-looker", version: "1.22.28" }, { capabilities: { tools: {} } });
|
|
20
20
|
this.setupToolHandlers();
|
|
21
21
|
}
|
|
22
22
|
/* --------------------------------------------------------------------------
|