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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist/
# Dependencies and build outputs
node_modules/

# Build outputs
dist/
build/
out/
.next/
Expand Down Expand Up @@ -75,7 +75,6 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down Expand Up @@ -328,7 +327,6 @@ coverage/
.parcel-cache/
.next/
.nuxt/
dist/
build/
out/
.DS_Store
Expand Down Expand Up @@ -377,7 +375,6 @@ build/Release/
.parcel-cache/
.next/
.nuxt/
dist/
build/
out/
# Runtime data and test artifacts
Expand All @@ -394,5 +391,9 @@ var/
# Auto-generated performance baselines
performance-baselines.json

# Temp session files
context-ses*.json

# Version manager backups
backups/
ci-test-env/
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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"$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.17"
"version": "1.15.18"
}
},
"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.17",
"version": "1.15.18",
"description": "Codex-compliant framework configuration for Credible UI project",
"thresholds": {
"bundleSize": {
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"codex": {
"version": "1.15.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"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.17",
"version": "1.15.18",
"config": {}
},
"python-bridge": {
"enabled": false,
"type": "protocol-bridge",
"version": "1.15.17",
"version": "1.15.18",
"config": {}
},
"react": {
"enabled": false,
"type": "framework-adapter",
"version": "1.15.17",
"version": "1.15.18",
"config": {}
}
}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Conventional Commits](https://www.conventionalcommits.org/).

## [1.15.18] - 2026-03-29

### 🔄 Changes

### 🐛 Bug Fixes
- fix: state persistence path, enforcer blocked logic, console bleed, test fixes, subagent enforcement (#12) (044a0e3)

### 🔧 Maintenance
- chore: rebuild dist after console.* cleanup (07e4a68)

---

## [1.15.17] - 2026-03-29

### 🔄 Changes
Expand Down
Loading
Loading