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
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__pycache__
*.pyc
*.pyo
.opencode/strray/inference/
.pytest_cache/
.coverage
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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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
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.1",
"version": "1.15.6",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"codex": {
"version": "1.15.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"description": "OpenCode framework configuration",
"main": "OpenCode.json",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions .opencode/state
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"memory:baseline": {
"heapUsed": 11.36,
"heapTotal": 19.91,
"external": 1.88,
"rss": 56.81,
"timestamp": 1774659046584
"heapUsed": 12.8,
"heapTotal": 19.41,
"external": 1.89,
"rss": 56.55,
"timestamp": 1774660333819
}
}
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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"config": {}
},
"python-bridge": {
"enabled": false,
"type": "protocol-bridge",
"version": "1.15.1",
"version": "1.15.6",
"config": {}
},
"react": {
"enabled": false,
"type": "framework-adapter",
"version": "1.15.1",
"version": "1.15.6",
"config": {}
}
}
Expand Down
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.1",
"version": "1.15.6",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -174,7 +174,7 @@
}
},
"codex": {
"version": "1.15.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
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.1",
"version": "1.15.6",
"description": "Codex-compliant framework configuration for Credible UI project",

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

"codex": {
"version": "1.15.1",
"version": "1.15.6",
"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.1",
"version": "1.15.6",
"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
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.15.6",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"codex": {
"version": "1.15.1",
"version": "1.15.6",
"terms": [
1,
2,
Expand Down
2 changes: 1 addition & 1 deletion kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stringray/kernel",
"version": "1.15.1",
"version": "1.15.6",
"description": "StringRay Inference Kernel - The invisible core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading
Loading