strray-ai 1.5.3 → 1.5.5
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/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.5.
|
|
1
|
+
{"version":"1.5.2","lastUpdated":"2026-02-18","errorPreventionTarget":0.996,"terms":{"1":{"number":1,"title":"Progressive Prod-Ready Code","description":"All code must be production-ready from the first commit.","category":"core","zeroTolerance":false,"enforcementLevel":"high"},"2":{"number":2,"title":"No Patches/Boiler/Stubs/Bridge Code","description":"Prohibit temporary patches and boilerplate code.","category":"core","zeroTolerance":false,"enforcementLevel":"high"},"7":{"number":7,"title":"Resolve All Errors (90% Runtime Prevention)","description":"Zero-tolerance for unresolved errors.","category":"core","zeroTolerance":true,"enforcementLevel":"blocking"},"8":{"number":8,"title":"Prevent Infinite Loops","description":"Guarantee termination in all iterative processes.","category":"core","zeroTolerance":true,"enforcementLevel":"blocking"},"11":{"number":11,"title":"Type Safety First","description":"Never use `any`, `@ts-ignore`, or `@ts-expect-error`.","category":"extended","zeroTolerance":true,"enforcementLevel":"blocking"}},"interweaves":["Error Prevention Interweave"],"lenses":["Code Quality Lens"],"principles":["SOLID Principles"],"antiPatterns":["Spaghetti code"],"validationCriteria":{"All functions have implementations":false,"No TODO comments in production code":false},"frameworkAlignment":{"OpenCode":"v1.1.1"}}
|
package/.strray/codex.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/plugin/strray-codex-injection.js",
|
|
@@ -102,9 +102,10 @@
|
|
|
102
102
|
"@eslint/js": "^9.39.2",
|
|
103
103
|
"@types/express": "^5.0.6",
|
|
104
104
|
"@types/node": "^25.2.3",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
106
|
-
"@typescript-eslint/parser": "^
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
106
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
107
107
|
"@vitest/coverage-v8": "^4.0.18",
|
|
108
|
+
"eslint": "^10.0.1",
|
|
108
109
|
"vitest": "^4.0.18"
|
|
109
110
|
},
|
|
110
111
|
"optionalDependencies": {
|