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.
Files changed (87) hide show
  1. package/.opencode/AGENTS-consumer.md +1 -1
  2. package/.opencode/codex.codex +1 -1
  3. package/.opencode/commands/model-health-check.md +1 -1
  4. package/.opencode/commands/pre-commit-introspection.sh +2 -2
  5. package/.opencode/enforcer-config.json +2 -2
  6. package/.opencode/skills/registry.json +1 -1
  7. package/.opencode/strray/codex.json +1 -1
  8. package/.opencode/strray/config.json +1 -1
  9. package/.opencode/strray/features.json +1 -1
  10. package/.opencode/strray/integrations.json +3 -3
  11. package/.opencode/strray/test-count.json +1 -0
  12. package/.strray/codex.json +1 -1
  13. package/.strray/config.json +1 -1
  14. package/.strray/features.json +1 -1
  15. package/.strray/integrations.json +3 -3
  16. package/.strray/test-count.json +1 -0
  17. package/AGENTS-consumer.md +1 -1
  18. package/AGENTS.md +1 -1
  19. package/README.md +11 -13
  20. package/dist/AGENTS.md +1 -1
  21. package/dist/README.md +11 -13
  22. package/dist/analytics/routing-refiner.js +1 -1
  23. package/dist/core/boot-orchestrator.js +1 -1
  24. package/dist/core/features-config.js +1 -1
  25. package/dist/delegation/index.d.ts +1 -1
  26. package/dist/delegation/index.js +1 -1
  27. package/dist/mcps/architect-tools.server.js +1 -1
  28. package/dist/mcps/auto-format.server.js +1 -1
  29. package/dist/mcps/boot-orchestrator.server.js +1 -1
  30. package/dist/mcps/enforcer-tools.server.js +1 -1
  31. package/dist/mcps/estimation.server.js +1 -1
  32. package/dist/mcps/framework-compliance-audit.server.js +1 -1
  33. package/dist/mcps/framework-help.server.js +1 -1
  34. package/dist/mcps/knowledge-skills/api-design.server.js +1 -1
  35. package/dist/mcps/knowledge-skills/architecture-patterns.server.js +1 -1
  36. package/dist/mcps/knowledge-skills/bug-triage-specialist.server.js +1 -1
  37. package/dist/mcps/knowledge-skills/code-analyzer.server.js +1 -1
  38. package/dist/mcps/knowledge-skills/code-review.server.js +1 -1
  39. package/dist/mcps/knowledge-skills/content-creator.server.js +1 -1
  40. package/dist/mcps/knowledge-skills/database-design.server.js +1 -1
  41. package/dist/mcps/knowledge-skills/devops-deployment.server.js +1 -1
  42. package/dist/mcps/knowledge-skills/git-workflow.server.js +1 -1
  43. package/dist/mcps/knowledge-skills/growth-strategist.server.js +1 -1
  44. package/dist/mcps/knowledge-skills/log-monitor.server.js +1 -1
  45. package/dist/mcps/knowledge-skills/mobile-development.server.js +1 -1
  46. package/dist/mcps/knowledge-skills/multimodal-looker.server.js +1 -1
  47. package/dist/mcps/knowledge-skills/performance-optimization.server.js +1 -1
  48. package/dist/mcps/knowledge-skills/project-analysis.server.js +1 -1
  49. package/dist/mcps/knowledge-skills/refactoring-strategies.server.js +1 -1
  50. package/dist/mcps/knowledge-skills/security-audit.server.js +1 -1
  51. package/dist/mcps/knowledge-skills/seo-consultant.server.js +1 -1
  52. package/dist/mcps/knowledge-skills/session-management.server.js +1 -1
  53. package/dist/mcps/knowledge-skills/skill-invocation.server.js +1 -1
  54. package/dist/mcps/knowledge-skills/strategist.server.js +1 -1
  55. package/dist/mcps/knowledge-skills/tech-writer.server.js +2 -2
  56. package/dist/mcps/knowledge-skills/testing-best-practices.server.js +1 -1
  57. package/dist/mcps/knowledge-skills/testing-strategy.server.js +1 -1
  58. package/dist/mcps/knowledge-skills/ui-ux-design.server.js +1 -1
  59. package/dist/mcps/lint.server.js +1 -1
  60. package/dist/mcps/model-health-check.server.js +1 -1
  61. package/dist/mcps/performance-analysis.server.js +1 -1
  62. package/dist/mcps/processor-pipeline.server.js +1 -1
  63. package/dist/mcps/registry.json +1 -1
  64. package/dist/mcps/researcher.server.js +1 -1
  65. package/dist/mcps/security-scan.server.js +1 -1
  66. package/dist/mcps/simulation/server-simulations.js +1 -1
  67. package/dist/mcps/state-manager.server.js +1 -1
  68. package/dist/orchestrator/universal-registry-bridge.js +1 -1
  69. package/dist/postprocessor/PostProcessor.d.ts +1 -0
  70. package/dist/postprocessor/PostProcessor.d.ts.map +1 -1
  71. package/dist/postprocessor/PostProcessor.js +103 -47
  72. package/dist/postprocessor/PostProcessor.js.map +1 -1
  73. package/dist/postprocessor/services/RegressionAnalysisService.d.ts +41 -0
  74. package/dist/postprocessor/services/RegressionAnalysisService.d.ts.map +1 -0
  75. package/dist/postprocessor/services/RegressionAnalysisService.js +132 -0
  76. package/dist/postprocessor/services/RegressionAnalysisService.js.map +1 -0
  77. package/dist/processors/agents-md-validation-processor.js +1 -1
  78. package/dist/processors/agents-md-validation-processor.js.map +1 -1
  79. package/dist/reporting/report-formatter.js +1 -1
  80. package/dist/security/comprehensive-security-audit.js +1 -1
  81. package/dist/security/index.d.ts +1 -1
  82. package/dist/security/index.js +1 -1
  83. package/dist/skills/registry.json +1 -1
  84. package/package.json +6 -4
  85. package/scripts/node/release-tweet.mjs +29 -32
  86. package/scripts/node/release.mjs +37 -8
  87. 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.14.1 | [GitHub](https://github.com/htafolla/stringray)
654
+ **Version**: 1.22.28 | [GitHub](https://github.com/htafolla/stringray)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.24",
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-1212-fast-1" "enforcer" "compatible" || compatibility_tests_passed=false
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.4 - Pre-commit Introspection
3
+ # 0xRay AI v1.22.28 - Pre-commit Introspection
4
4
  # Comprehensive code quality and architecture validation
5
5
 
6
- echo "🔬 0xRay AI v1.3.4 - Pre-commit Introspection"
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.24",
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.24",
223
+ "version": "1.22.28",
224
224
  "terms": [
225
225
  1,
226
226
  2,
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.24",
2
+ "version": "1.22.28",
3
3
  "description": "0xRay Skills Registry - recommended skill sources for consumers",
4
4
  "sources": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.24",
2
+ "version": "1.22.28",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.24",
3
+ "version": "1.22.28",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.24",
3
+ "version": "1.22.28",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.24",
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.24",
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.24",
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"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.24",
2
+ "version": "1.22.28",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.24",
3
+ "version": "1.22.28",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.24",
3
+ "version": "1.22.28",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.24",
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.24",
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.24",
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"}
@@ -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.15.0 | [GitHub](https://github.com/htafolla/stringray)
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.15.0 | [GitHub](https://github.com/htafolla/stringray)
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 For OpenCode and Hermes** — by [0xRayAI](https://github.com/0xrayai)
3
+ **Enterprise AI Orchestration Framework for OpenCode, Hermes, and OpenClaw** — by [0xRayAI](https://github.com/0xrayai)
4
4
 
5
5
  [![Version](https://img.shields.io/badge/version---silent-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
7
- [![Tests](https://img.shields.io/badge/tests-2311%20passed-brightgreen?style=flat-square)](src/__tests__)
7
+ [![Tests](https://img.shields.io/badge/tests-2533%20passed-brightgreen?style=flat-square)](src/__tests__)
8
8
  [![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](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 Hermes 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.
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 25 agents with proper capabilities
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
- - **🤖 25 Specialized Agents** - Autonomous agents that read/write code, run commands, and enforce compliance
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
- - **✅ 2311 Tests** - Production-ready with comprehensive test coverage
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 25 agents →](https://github.com/htafolla/stringray/blob/master/AGENTS.md)
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/ # 25 agent configurations
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.15.0",
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 (25 agents)
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.15.0 | [GitHub](https://github.com/htafolla/stringray)
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 For OpenCode and Hermes** — by [0xRayAI](https://github.com/0xrayai)
3
+ **Enterprise AI Orchestration Framework for OpenCode, Hermes, and OpenClaw** — by [0xRayAI](https://github.com/0xrayai)
4
4
 
5
5
  [![Version](https://img.shields.io/badge/version---silent-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
7
- [![Tests](https://img.shields.io/badge/tests-2311%20passed-brightgreen?style=flat-square)](src/__tests__)
7
+ [![Tests](https://img.shields.io/badge/tests-2533%20passed-brightgreen?style=flat-square)](src/__tests__)
8
8
  [![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](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 Hermes 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.
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 25 agents with proper capabilities
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
- - **🤖 25 Specialized Agents** - Autonomous agents that read/write code, run commands, and enforce compliance
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
- - **✅ 2311 Tests** - Production-ready with comprehensive test coverage
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 25 agents →](https://github.com/htafolla/stringray/blob/master/AGENTS.md)
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/ # 25 agent configurations
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.15.0",
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 (25 agents)
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.24",
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.24",
734
+ version: "1.22.28",
735
735
  codex_enabled: true,
736
736
  codex_version: "v1.7.5",
737
737
  codex_terms: [
@@ -286,7 +286,7 @@ export class FeaturesConfigLoader {
286
286
  */
287
287
  getDefaultConfig() {
288
288
  return {
289
- version: "1.22.24",
289
+ version: "1.22.28",
290
290
  description: "0xRay Framework - Unified Feature Configuration",
291
291
  token_optimization: {
292
292
  enabled: true,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 0xRay AI v1.3.4 - Delegation System
2
+ * 0xRay AI v1.22.28 - Delegation System
3
3
  *
4
4
  * Complete automatic multi-agent delegation system with complexity assessment
5
5
  * and session-based coordination.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 0xRay AI v1.3.4 - Delegation System
2
+ * 0xRay AI v1.22.28 - Delegation System
3
3
  *
4
4
  * Complete automatic multi-agent delegation system with complexity assessment
5
5
  * and session-based coordination.
@@ -14,7 +14,7 @@ class StringRayArchitectToolsServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "architect-tools", version: "1.22.24",
17
+ name: "architect-tools", version: "1.22.28",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -13,7 +13,7 @@ class StringRayAutoFormatServer {
13
13
  server;
14
14
  constructor() {
15
15
  this.server = new Server({
16
- name: "auto-format", version: "1.22.24",
16
+ name: "auto-format", version: "1.22.28",
17
17
  }, {
18
18
  capabilities: {
19
19
  tools: {},
@@ -30,7 +30,7 @@ class StringRayBootOrchestratorServer {
30
30
  ];
31
31
  constructor() {
32
32
  this.server = new Server({
33
- name: "boot-orchestrator", version: "1.22.24",
33
+ name: "boot-orchestrator", version: "1.22.28",
34
34
  }, {
35
35
  capabilities: {
36
36
  tools: {},
@@ -16,7 +16,7 @@ class StringRayEnforcerToolsServer {
16
16
  server;
17
17
  constructor() {
18
18
  this.server = new Server({
19
- name: "enforcer", version: "1.22.24",
19
+ name: "enforcer", version: "1.22.28",
20
20
  }, {
21
21
  capabilities: {
22
22
  tools: {},
@@ -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.24",
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.24",
15
+ name: "framework-compliance-audit", version: "1.22.28",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -7,7 +7,7 @@ class FrameworkHelpServer {
7
7
  server;
8
8
  constructor() {
9
9
  this.server = new Server({
10
- name: "strray/framework-help", version: "1.22.24",
10
+ name: "strray/framework-help", version: "1.22.28",
11
11
  }, {
12
12
  capabilities: {
13
13
  tools: {},
@@ -12,7 +12,7 @@ class StringRayApiDesignServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "api-design", version: "1.22.24",
15
+ name: "api-design", version: "1.22.28",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -12,7 +12,7 @@ class StringRayArchitecturePatternsServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "architecture-patterns", version: "1.22.24",
15
+ name: "architecture-patterns", 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.24" }, { capabilities: { tools: {} } });
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.24" }, { capabilities: { tools: {} } });
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
  }));
@@ -14,7 +14,7 @@ class StringRayCodeReviewServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "code-review", version: "1.22.24",
17
+ name: "code-review", version: "1.22.28",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -84,7 +84,7 @@ class SEOCopywriterServer {
84
84
  },
85
85
  ];
86
86
  constructor() {
87
- this.server = new Server({ name: "content-creator", version: "1.22.24" }, { capabilities: { tools: {} } });
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
  }));
@@ -14,7 +14,7 @@ class StringRayDatabaseDesignServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "database-design", version: "1.22.24",
17
+ name: "database-design", version: "1.22.28",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -12,7 +12,7 @@ class StringRayDevOpsDeploymentServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "devops-deployment", version: "1.22.24",
15
+ name: "devops-deployment", version: "1.22.28",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -12,7 +12,7 @@ class StringRayGitWorkflowServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "git-workflow", version: "1.22.24",
15
+ name: "git-workflow", version: "1.22.28",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -91,7 +91,7 @@ class MarketingExpertServer {
91
91
  },
92
92
  ];
93
93
  constructor() {
94
- this.server = new Server({ name: "growth-strategist", version: "1.22.24" }, { capabilities: { tools: {} } });
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.24" }, { capabilities: { tools: {} } });
61
+ this.server = new Server({ name: "log-monitor", version: "1.22.28" }, { capabilities: { tools: {} } });
62
62
  this.setupToolHandlers();
63
63
  }
64
64
  setupToolHandlers() {
@@ -11,7 +11,7 @@ class StringRayMobileDevelopmentServer {
11
11
  server;
12
12
  constructor() {
13
13
  this.server = new Server({
14
- name: "mobile-development", version: "1.22.24",
14
+ name: "mobile-development", version: "1.22.28",
15
15
  }, {
16
16
  capabilities: {
17
17
  tools: {},
@@ -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.24" }, { capabilities: { tools: {} } });
19
+ this.server = new Server({ name: "multimodal-looker", version: "1.22.28" }, { capabilities: { tools: {} } });
20
20
  this.setupToolHandlers();
21
21
  }
22
22
  /* --------------------------------------------------------------------------