Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .opencode/.strrayrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"framework": {
"name": "StringRay Framework",
"version": "1.15.6",
"version": "1.15.11",
"buildMode": "production",
"logLevel": "info"
},
Expand Down
80 changes: 80 additions & 0 deletions .opencode/agents/testing-lead.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
name: testing-lead
description: "Testing Lead agent for test strategy, coverage, and quality assurance"
version: "1.0.0"
mode: subagent

# Logging Configuration
logging:
level: info
format: json
destinations:
- console
- file
retention_days: 30

# Processor Pipeline Configuration
processor_pipeline:
- name: test-strategy
type: validation
priority: high
timeout_ms: 10000
retry_attempts: 2
- name: coverage-analysis
type: analysis
priority: medium
timeout_ms: 15000
retry_attempts: 2
- name: test-generation
type: generation
priority: high
timeout_ms: 20000
retry_attempts: 2

# Agent Capabilities
capabilities:
- test-strategy-planning
- test-coverage-analysis
- test-case-generation
- quality-assurance
- test-suites-orchestration

# Error Handling Configuration
error_handling:
retry_attempts: 2
circuit_breaker:
enabled: true
failure_threshold: 5
recovery_timeout_ms: 30000
fallback_strategy: conservative
alert_on_failure: true

# Performance Configuration
performance:
timeout_ms: 30000
concurrency_limit: 3
memory_limit_mb: 256
cpu_limit_percent: 40

# Integration Hooks
integration:
pre_commit: true
post_commit: true
daily_scan: false
deployment_validation: true

# Security Configuration
security:
sandboxed_execution: true
permission_level: standard
data_classification: internal
encryption_required: false

# Monitoring Configuration
monitoring:
metrics_collection: true
health_checks: true
performance_tracking: true
alert_thresholds:
response_time_ms: 25000
error_rate_percent: 5
memory_usage_mb: 200
2 changes: 1 addition & 1 deletion .opencode/codex.codex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.15.6",
"version": "1.15.11",
"terms": [
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
],
Expand Down
6 changes: 3 additions & 3 deletions .opencode/command/dependency-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Comprehensive dependency analysis and security audit for all project dependencie
"vulnerabilities": [
{
"package": "lodash",
"version": "1.15.1",
"version": "1.15.11",
"severity": "high",
"cve": "CVE-2021-23337",
"description": "Command injection vulnerability"
Expand All @@ -85,14 +85,14 @@ Security-focused format for CI/CD integration:

```json
{
"version": "1.15.1",
"version": "1.15.11",
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
"runs": [
{
"tool": {
"driver": {
"name": "Dependency Audit",
"version": "1.15.1"
"version": "1.15.11"
}
},
"results": [...]
Expand Down
4 changes: 2 additions & 2 deletions .opencode/enforcer-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"framework": "StringRay 1.0.0",
"version": "1.15.6",
"version": "1.15.11",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"codex": {
"version": "1.15.6",
"version": "1.15.11",
"terms": [
1,
2,
Expand Down
2 changes: 1 addition & 1 deletion .opencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencode/OpenCode",
"version": "1.15.6",
"version": "1.15.11",
"description": "OpenCode framework configuration",
"main": "OpenCode.json",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion .opencode/strray/codex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.15.6",
"version": "1.15.11",
"lastUpdated": "2026-03-09",
"errorPreventionTarget": 0.996,
"terms": {
Expand Down
2 changes: 1 addition & 1 deletion .opencode/strray/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./config.schema.json",
"version": "1.15.6",
"version": "1.15.11",
"description": "StringRay Framework - Token Management & Performance Configuration",

"token_management": {
Expand Down
2 changes: 1 addition & 1 deletion .opencode/strray/features.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./features.schema.json",
"version": "1.15.6",
"version": "1.15.11",
"description": "StringRay Framework - Unified Feature Configuration",
"token_optimization": {
"enabled": true,
Expand Down
6 changes: 3 additions & 3 deletions .opencode/strray/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"openclaw": {
"enabled": false,
"type": "external-service",
"version": "1.15.6",
"version": "1.15.11",
"config": {}
},
"python-bridge": {
"enabled": false,
"type": "protocol-bridge",
"version": "1.15.6",
"version": "1.15.11",
"config": {}
},
"react": {
"enabled": false,
"type": "framework-adapter",
"version": "1.15.6",
"version": "1.15.11",
"config": {}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Enterprise AI Orchestration Framework for OpenCode/Claude Code**

[![Version](https://img.shields.io/badge/version-1.15.10-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
[![Version](https://img.shields.io/badge/version-1.15.11-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
[![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
[![Tests](https://img.shields.io/badge/tests-2311%20passed-brightgreen?style=flat-square)](src/__tests__)
[![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](https://github.com/htafolla/stringray)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version Management Changelog

Generated: 2026-03-28
============================================================

## Summary


## Detailed Changes


Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version Management Changelog

Generated: 2026-03-28
============================================================

## Summary


## Detailed Changes


Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version Management Changelog

Generated: 2026-03-28
============================================================

## Summary


## Detailed Changes


4 changes: 2 additions & 2 deletions ci-test-env/.opencode/enforcer-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"framework": "StringRay 1.0.0",
"version": "1.15.6",
"version": "1.15.11",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -174,7 +174,7 @@
}
},
"codex": {
"version": "1.15.6",
"version": "1.15.11",
"terms": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 24, 29, 32, 38, 42, 43],
"principles": [
"progressive-prod-ready-code",
Expand Down
2 changes: 1 addition & 1 deletion ci-test-env/.opencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencode/OpenCode",
"version": "1.15.6",
"version": "1.15.11",
"description": "OpenCode framework configuration",
"main": "OpenCode.json",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ci-test-env/.opencode/strray/codex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.15.6",
"version": "1.15.11",
"lastUpdated": "2026-03-09",
"errorPreventionTarget": 0.996,
"terms": {
Expand Down
2 changes: 1 addition & 1 deletion ci-test-env/.opencode/strray/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./config.schema.json",
"version": "1.15.6",
"version": "1.15.11",
"description": "StringRay Framework - Token Management & Performance Configuration",

"token_management": {
Expand Down
2 changes: 1 addition & 1 deletion ci-test-env/.opencode/strray/features.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./features.schema.json",
"version": "1.15.6",
"version": "1.15.11",
"description": "StringRay Framework - Unified Feature Configuration",
"token_optimization": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion ci-test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-test-env",
"version": "1.15.6",
"version": "1.15.11",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 3 additions & 3 deletions command/dependency-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Comprehensive dependency analysis and security audit for all project dependencie
"vulnerabilities": [
{
"package": "lodash",
"version": "1.15.1",
"version": "1.15.11",
"severity": "high",
"cve": "CVE-2021-23337",
"description": "Command injection vulnerability"
Expand All @@ -85,14 +85,14 @@ Security-focused format for CI/CD integration:

```json
{
"version": "1.15.1",
"version": "1.15.11",
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
"runs": [
{
"tool": {
"driver": {
"name": "Dependency Audit",
"version": "1.15.1"
"version": "1.15.11"
}
},
"results": [...]
Expand Down
2 changes: 1 addition & 1 deletion context-ses_3170a9e73ffe2B39JnQl1AKuxh.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sessionId":"ses_3170a9e73ffe2B39JnQl1AKuxh","userMessage":"Failing (pre-existing CI infra issues):\n- Lint Processor Tests - eslint-plugin-vitest missing in CI\n- Validate Processor Mock Coverage - ts-node .ts issue fix","timestamp":"2026-03-28T02:17:52.074Z"}
{"sessionId":"ses_3170a9e73ffe2B39JnQl1AKuxh","userMessage":"fix all issues ensure all tests and pipelines pass","timestamp":"2026-03-28T20:45:45.689Z"}
Loading
Loading