Skip to content
Closed
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.18",
"version": "1.15.19",
"buildMode": "production",
"logLevel": "info"
},
Expand Down
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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"$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.18"
"version": "1.15.19"
}
},
"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.18",
"version": "1.15.19",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"codex": {
"version": "1.15.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"description": "OpenCode framework configuration",
"main": "OpenCode.json",
"scripts": {
Expand Down
24 changes: 23 additions & 1 deletion .opencode/plugins/strray-codex-injection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .opencode/state/state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"config": {}
},
"python-bridge": {
"enabled": false,
"type": "protocol-bridge",
"version": "1.15.18",
"version": "1.15.19",
"config": {}
},
"react": {
"enabled": false,
"type": "framework-adapter",
"version": "1.15.18",
"version": "1.15.19",
"config": {}
}
}
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.18",
"version": "1.15.19",
"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.18",
"version": "1.15.19",
"$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.18"
"version": "1.15.19"
}
},
"results": [...]
Expand Down
4 changes: 2 additions & 2 deletions docs/HOOK_PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Response:
"prompt": "## StringRay Universal Development Codex v1.7.8\n...",
"termCount": 12,
"totalTerms": 60,
"version": "1.15.18",
"version": "1.15.19",
"charCount": 2048
}
```
Expand All @@ -167,7 +167,7 @@ Response:
{
"status": "ok",
"projectRoot": "/path/to/project",
"codex": { "path": ".strray/codex.json", "version": "1.15.18", "termCount": 60 },
"codex": { "path": ".strray/codex.json", "version": "1.15.19", "termCount": 60 },
"features": { "token_optimization": { "enabled": true } }
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Update your `.opencode/OpenCode.json`:
},
"framework": {
"name": "strray",
"version": "1.15.18"
"version": "1.15.19"
}
}
```
Expand Down Expand Up @@ -473,7 +473,7 @@ Update your `.opencode/OpenCode.json` for enterprise deployment:
},
"framework": {
"name": "strray",
"version": "1.15.18",
"version": "1.15.19",
"performance_mode": "optimized",
"monitoring_enabled": true,
"plugin_security": "strict"
Expand Down
2 changes: 1 addition & 1 deletion docs/agents/ADDING_AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Create the agent YAML file:
```yaml
name: my-agent
description: "What this agent does"
version: "1.15.18"
version: "1.15.19"
mode: subagent
```

Expand Down
2 changes: 1 addition & 1 deletion docs/api/API_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ await orchestrator.registerAgent(CustomAnalyticsAgent);
},
"framework": {
"name": "strray",
"version": "1.15.18",
"version": "1.15.19",
"performance_mode": "optimized",
"monitoring_enabled": true,
"plugin_security": "strict",
Expand Down
4 changes: 2 additions & 2 deletions docs/api/ENTERPRISE_API_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Get all available facades and their status.
"facades": [
{
"name": "rule-enforcer",
"version": "1.15.18",
"version": "1.15.19",
"status": "healthy",
"modules": 6,
"metrics": {
Expand All @@ -628,7 +628,7 @@ Get all available facades and their status.
},
{
"name": "task-skill-router",
"version": "1.15.18",
"version": "1.15.19",
"status": "healthy",
"modules": 14,
"metrics": {
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/ENTERPRISE_ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ The framework integrates seamlessly with OpenCode:
},
"framework": {
"name": "strray",
"version": "1.15.18"
"version": "1.15.19"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/GROK_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Update your `.opencode/OpenCode.json`:
},
"framework": {
"name": "strray",
"version": "1.15.18"
"version": "1.15.19"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/historical/CHANGELOG-v1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ The missing piece that enables autonomous CI/CD recovery:
**No breaking changes.** This is a validation and bugfix release.

**Recommended steps**:
1. Update version in package.json: `"version": "1.15.18"`
1. Update version in package.json: `"version": "1.15.19"`
2. Run `npm install` to refresh dependencies
3. Run `npm run test:core-framework` to verify
4. Deploy with confidence
Expand Down
4 changes: 2 additions & 2 deletions docs/archive/historical/strray_v2_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ Implementation Steps
Structured dict with complete codex context
"""
codex_context = {
"version": "1.15.18",
"version": "1.15.19",
"terms": {},
"interweaves": [],
"lenses": [],
Expand Down Expand Up @@ -32374,7 +32374,7 @@ After: Accurate Reality
---
📊 UPDATED SECTIONS
✅ Title & Purpose
- Framework Version: 1.15.18
- Framework Version: 1.15.19
- Purpose: Rule-based development workflow orchestration with systematic error prevention
- Reality Check: Clearly states what it actually does vs. aspirational claims
✅ Architecture Diagram
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/legacy/README_STRRAY_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ STRRAY_MCP_CLIENT_MODULES=all
```json
{
"strray": {
"version": "1.15.18",
"version": "1.15.19",
"architecture": "facade-pattern",
"components": {
"orchestrator": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/legacy/STRAY_EXTENSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ my-extension/
```json
{
"name": "strray-extension-custom",
"version": "1.15.18",
"version": "1.15.19",
"description": "Custom StringRay extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"framework": "Universal Development Framework v1.1.1",
"version": "1.15.18",
"version": "1.15.19",
"description": "Codex-compliant framework configuration for Credible UI project",

"thresholds": {
Expand Down Expand Up @@ -222,7 +222,7 @@
},

"codex": {
"version": "1.15.18",
"version": "1.15.19",
"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 docs/archive/legacy/strray-framework/strray-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"error_rate": 0.1
},
"strray_framework": {
"version": "1.15.18",
"version": "1.15.19",
"codex_terms": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 24, 29, 32, 38, 42, 43],
"session_initialization": {
"auto_format": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ The framework integrates seamlessly with OpenCode:
},
"framework": {
"name": "strray",
"version": "1.15.18"
"version": "1.15.19"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document describes the comprehensive migration and consolidation efforts im
```json
{
"strray_framework": {
"version": "1.15.18",
"version": "1.15.19",
"enabled_agents": ["enforcer", "architect"],
"agent_capabilities": {
"enforcer": ["compliance-monitoring"]
Expand All @@ -26,7 +26,7 @@ This document describes the comprehensive migration and consolidation efforts im

```json
{
"version": "1.15.18",
"version": "1.15.19",
"enabled_agents": ["enforcer", "architect"],
"agent_capabilities_enforcer": ["compliance-monitoring"]
}
Expand Down
4 changes: 2 additions & 2 deletions docs/development/ENTERPRISE_DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ npm install
},
"framework": {
"name": "strray",
"version": "1.15.18"
"version": "1.15.19"
}
}
```
Expand Down Expand Up @@ -1259,7 +1259,7 @@ export class CustomPlugin implements Plugin {
```typescript
// Plugin manifest with security declarations
export const manifest = {
name: "custom-plugin", version: "1.15.18",
name: "custom-plugin", version: "1.15.19",
permissions: ["read:filesystem", "network:http", "storage:local"],
sandbox: {
memoryLimit: "50MB",
Expand Down
Loading
Loading