strray-ai 1.22.57 → 1.22.58
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/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 +4 -4
- package/.strray/codex.json +1 -1
- package/.strray/config.json +1 -1
- package/.strray/features.json +1 -1
- package/.strray/integrations.json +4 -4
- package/AGENTS-consumer.md +1 -1
- package/AGENTS.md +1 -1
- package/dist/AGENTS.md +1 -1
- package/dist/CHANGELOG.md +64 -0
- 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.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/state-manager.server.js +1 -1
- package/dist/orchestrator/universal-registry-bridge.js +1 -1
- package/dist/security/index.js +1 -1
- package/dist/skills/registry.json +1 -1
- package/package.json +2 -2
- package/scripts/node/universal-version-manager.js +3 -3
|
@@ -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.22.
|
|
654
|
+
**Version**: 1.22.57 | [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.57",
|
|
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
|
],
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
|
-
# 0xRay AI v1.22.
|
|
3
|
+
# 0xRay AI v1.22.57 - Pre-commit Introspection
|
|
4
4
|
# Comprehensive code quality and architecture validation
|
|
5
5
|
|
|
6
|
-
echo "🔬 0xRay AI v1.22.
|
|
6
|
+
echo "🔬 0xRay AI v1.22.57 - 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.57",
|
|
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.57",
|
|
224
224
|
"terms": [
|
|
225
225
|
1,
|
|
226
226
|
2,
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.57",
|
|
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.57",
|
|
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.57",
|
|
20
20
|
"config": {}
|
|
21
21
|
},
|
|
22
22
|
"inference-governance": {
|
|
23
23
|
"enabled": false,
|
|
24
24
|
"type": "external-service",
|
|
25
|
-
"version": "1.22.
|
|
25
|
+
"version": "1.22.57",
|
|
26
26
|
"config": {
|
|
27
27
|
"endpoint_url": "https://mcp-production-80e2.up.railway.app/governance",
|
|
28
28
|
"request_timeout_ms": 10000,
|
package/.strray/codex.json
CHANGED
package/.strray/config.json
CHANGED
package/.strray/features.json
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.57",
|
|
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.57",
|
|
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.57",
|
|
20
20
|
"config": {}
|
|
21
21
|
},
|
|
22
22
|
"inference-governance": {
|
|
23
23
|
"enabled": false,
|
|
24
24
|
"type": "external-service",
|
|
25
|
-
"version": "1.22.
|
|
25
|
+
"version": "1.22.57",
|
|
26
26
|
"config": {
|
|
27
27
|
"endpoint_url": "https://mcp-production-80e2.up.railway.app/governance",
|
|
28
28
|
"request_timeout_ms": 10000,
|
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.22.
|
|
665
|
+
**Version**: 1.22.57 | [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.22.
|
|
665
|
+
**Version**: 1.22.57 | [GitHub](https://github.com/htafolla/stringray)
|
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.22.
|
|
665
|
+
**Version**: 1.22.57 | [GitHub](https://github.com/htafolla/stringray)
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,70 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Conventional Commits](https://www.conventionalcommits.org/).
|
|
6
6
|
|
|
7
|
+
## [1.22.58] - 2026-05-11
|
|
8
|
+
|
|
9
|
+
### 🔄 Changes
|
|
10
|
+
|
|
11
|
+
### ✨ Features
|
|
12
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
13
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
14
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
15
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
16
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
17
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
18
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
19
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
20
|
+
- feat: unify governance — wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
21
|
+
- feat: unify governance — wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
22
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
23
|
+
- feat: production-ready inference governance — CLI, real agents, DI, learning loop (501eb8d65)
|
|
24
|
+
- feat: inference layer — semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
25
|
+
|
|
26
|
+
### 🐛 Bug Fixes
|
|
27
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
28
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
29
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
30
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
31
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
32
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
33
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
34
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
35
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
36
|
+
- fix: agent registry cleanup — remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
37
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
38
|
+
- fix: complete inference-cycle.ts — all fixes applied. (cef1ecd12)
|
|
39
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
40
|
+
- fix: governance pipeline — force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
41
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
42
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
43
|
+
|
|
44
|
+
### 📚 Documentation
|
|
45
|
+
- docs: add apply phase design — real code changes via MCP routing (8eab05057)
|
|
46
|
+
- docs: deep reflection — inference apply phase journey (honest assessment) (1a05086af)
|
|
47
|
+
- docs: governance unification saga — deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
48
|
+
- docs: the engine that built the engine — deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
49
|
+
|
|
50
|
+
### 👷 CI/CD
|
|
51
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
52
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
53
|
+
|
|
54
|
+
### 🔧 Maintenance
|
|
55
|
+
- chore: sync config files to v1.22.56, add inference_governance feature block (1584fd1a9)
|
|
56
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
57
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
58
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
59
|
+
- chore: UVM sync v1.22.52 — all version references updated (ce3b70eba)
|
|
60
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
61
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
62
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
63
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
64
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
65
|
+
|
|
66
|
+
### ⏪ Reverts
|
|
67
|
+
- revert: roll back apply phase marker system — needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
7
71
|
## [1.22.57] - 2026-05-11
|
|
8
72
|
|
|
9
73
|
### 🔄 Changes
|
|
@@ -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.57",
|
|
40
40
|
generatedAt: new Date(),
|
|
41
41
|
summary: {
|
|
42
42
|
newMappings: newMappings.length,
|
|
@@ -733,7 +733,7 @@ export class BootOrchestrator {
|
|
|
733
733
|
try {
|
|
734
734
|
// Load 0xRay configuration directly (no Python dependency)
|
|
735
735
|
const stringRayConfig = {
|
|
736
|
-
version: "1.22.
|
|
736
|
+
version: "1.22.57",
|
|
737
737
|
codex_enabled: true,
|
|
738
738
|
codex_version: "v1.7.5",
|
|
739
739
|
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.57",
|
|
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.57",
|
|
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.57" }, { 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.57" }, { 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.57" }, { 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.57" }, { 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.57" }, { 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.57" }, { capabilities: { tools: {} } });
|
|
20
20
|
this.setupToolHandlers();
|
|
21
21
|
}
|
|
22
22
|
/* --------------------------------------------------------------------------
|
|
@@ -16,7 +16,7 @@ class StringRayPerformanceOptimizationServer {
|
|
|
16
16
|
startTime;
|
|
17
17
|
constructor() {
|
|
18
18
|
this.server = new Server({
|
|
19
|
-
name: "performance-optimization", version: "1.22.
|
|
19
|
+
name: "performance-optimization", version: "1.22.57",
|
|
20
20
|
}, {
|
|
21
21
|
capabilities: {
|
|
22
22
|
tools: {},
|
|
@@ -12,7 +12,7 @@ import { createGracefulShutdown } from "../../dist/utils/shutdown-handler.js";
|
|
|
12
12
|
class SEOSpecialistServer {
|
|
13
13
|
server;
|
|
14
14
|
constructor() {
|
|
15
|
-
this.server = new Server({ name: "seo-consultant", version: "1.22.
|
|
15
|
+
this.server = new Server({ name: "seo-consultant", version: "1.22.57" }, { capabilities: { tools: {} } });
|
|
16
16
|
this.setupToolHandlers();
|
|
17
17
|
}
|
|
18
18
|
setupToolHandlers() {
|
|
@@ -132,7 +132,7 @@ class SessionManagementServer {
|
|
|
132
132
|
},
|
|
133
133
|
];
|
|
134
134
|
constructor() {
|
|
135
|
-
this.server = new Server({ name: "session-management", version: "1.22.
|
|
135
|
+
this.server = new Server({ name: "session-management", version: "1.22.57" }, { capabilities: { tools: {} } });
|
|
136
136
|
this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
137
137
|
tools: this.tools,
|
|
138
138
|
}));
|
|
@@ -14,7 +14,7 @@ class StringRayDocumentationGenerationServer {
|
|
|
14
14
|
server;
|
|
15
15
|
constructor() {
|
|
16
16
|
this.server = new Server({
|
|
17
|
-
name: "documentation-generation", version: "1.22.
|
|
17
|
+
name: "documentation-generation", version: "1.22.57",
|
|
18
18
|
}, {
|
|
19
19
|
capabilities: {
|
|
20
20
|
tools: {},
|
|
@@ -727,7 +727,7 @@ class StringRayDocumentationGenerationServer {
|
|
|
727
727
|
openapi: "3.0.0",
|
|
728
728
|
info: {
|
|
729
729
|
title: "API Documentation",
|
|
730
|
-
version: "1.22.
|
|
730
|
+
version: "1.22.57",
|
|
731
731
|
description: "Generated API documentation",
|
|
732
732
|
},
|
|
733
733
|
servers: [
|
package/dist/mcps/lint.server.js
CHANGED
|
@@ -26,7 +26,7 @@ class StringRayProcessorPipelineServer {
|
|
|
26
26
|
constructor() {
|
|
27
27
|
this.codexLoader = new CodexLoader();
|
|
28
28
|
this.server = new Server({
|
|
29
|
-
name: "processor-pipeline", version: "1.22.
|
|
29
|
+
name: "processor-pipeline", version: "1.22.57",
|
|
30
30
|
}, {
|
|
31
31
|
capabilities: {
|
|
32
32
|
tools: {},
|
package/dist/mcps/registry.json
CHANGED
package/dist/security/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.58",
|
|
4
4
|
"description": "⚡ 0xRay: Self-Healing AI Governance OS - Enterprise AI orchestration for OpenCode, Hermes, and OpenClaw",
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"license": "MIT",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"commander": "^11.1.0",
|
|
139
139
|
"express": "^5.2.1",
|
|
140
140
|
"jsonwebtoken": "^9.0.3",
|
|
141
|
-
"strray-ai": "^1.22.
|
|
141
|
+
"strray-ai": "^1.22.57",
|
|
142
142
|
"ws": "^8.16.0"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
@@ -136,7 +136,7 @@ const CALCULATED_COUNTS = calculateCounts();
|
|
|
136
136
|
const OFFICIAL_VERSIONS = {
|
|
137
137
|
// Framework version
|
|
138
138
|
framework: {
|
|
139
|
-
version: "1.22.
|
|
139
|
+
version: "1.22.58",
|
|
140
140
|
displayName: "0xRay: Self-Healing AI Governance OS",
|
|
141
141
|
lastUpdated: "2026-05-11",
|
|
142
142
|
// Counts (auto-calculated, but can be overridden)
|
|
@@ -389,12 +389,12 @@ const UPDATE_PATTERNS = [
|
|
|
389
389
|
pattern: /[0-9]+ agent configurations/g,
|
|
390
390
|
replacement: `${OFFICIAL_VERSIONS.framework.agents} agent configurations`,
|
|
391
391
|
},
|
|
392
|
-
// Header version (e.g., "# 0xRay AI v1.22.
|
|
392
|
+
// Header version (e.g., "# 0xRay AI v1.22.57")
|
|
393
393
|
{
|
|
394
394
|
pattern: /0xRay AI v[0-9]+\.[0-9]+\.[0-9]+/g,
|
|
395
395
|
replacement: `0xRay AI v${OFFICIAL_VERSIONS.framework.version}`,
|
|
396
396
|
},
|
|
397
|
-
// Footer bare version (e.g., "**Version**: 1.22.
|
|
397
|
+
// Footer bare version (e.g., "**Version**: 1.22.57")
|
|
398
398
|
{
|
|
399
399
|
pattern: /\*\*Version\*\*:\s*[0-9]+\.[0-9]+\.[0-9]+/g,
|
|
400
400
|
replacement: `**Version**: ${OFFICIAL_VERSIONS.framework.version}`,
|