Skip to content

Commit 91a89d5

Browse files
committed
release: v1.10.2
1 parent 2ee7085 commit 91a89d5

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ All notable changes to the StringRay Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v1.1.1.html).
77

8+
## [1.10.2] - 2026-03-17
9+
10+
### 🔄 Changes
11+
12+
### ✨ Features
13+
- feat: wire up archiveLogFiles to run before cleanup (ff44996f)
14+
15+
### 🐛 Bug Fixes
16+
- fix: restore eslint config (2ee70851)
17+
- fix: use temp directory for test-consent.json instead of root (66f29431)
18+
- fix: write test log files to logs/ directory instead of root (20a089a6)
19+
- fix: cleanup test files from both root and logs/ folders (c2cc9679)
20+
- fix: update reflection path references to new consolidated location (0d0a8e28)
21+
- fix: protect critical logs from deletion + move test-activity to logs/ (a1cd89bc)
22+
- fix: protect all critical logs from cleanup deletion (467f377e)
23+
- fix: protect activity.log from deletion in cleanupLogFiles (317ddacd)
24+
25+
### ♻️ Refactoring
26+
- refactor: flush dead plugin system, add routing for all 25 agents (a9efc7c8)
27+
- refactor: organize temp folders and configs (265565cf)
28+
- refactor: organize report and config files to proper locations (d82d23f1)
29+
- refactor: consolidate all reflection files into docs/reflections/ (e8ea22ac)
30+
31+
### 📚 Documentation
32+
- docs: add OpenClaw integration section and project structure to README (0b5e3d8c)
33+
34+
### 🔧 Maintenance
35+
- chore: add var/ to gitignore (a3583152)
36+
- chore: add test log files to .gitignore (effa3b45)
37+
38+
### 🔎 Other Changes
39+
- Merge branch 'master' of https://github.com/htafolla/StringRay (c46b227d)
40+
- feat(integration): Add OpenClaw integration with tool event hooks (0ea5986f)
41+
- fix(plugin): Remove debug console.error statements (b38f784b)
42+
43+
---
44+
845
## [1.10.1] - 2026-03-13
946

1047
### 🔄 Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
[![Version](https://img.shields.io/badge/version-1.10.1-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
5+
[![Version](https://img.shields.io/badge/version-1.10.2-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
66
[![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
77
[![Tests](https://img.shields.io/badge/tests-2368%20passed-brightgreen?style=flat-square)](src/__tests__)
88
[![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](https://github.com/htafolla/stringray)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⚡ StringRay AI v1.9.0 – Enterprise AI Agent Coordination Platform
22

3-
[![Version](https://img.shields.io/badge/version-1.10.1-blue.svg)](https://github.com/htafolla/strray)
3+
[![Version](https://img.shields.io/badge/version-1.10.2-blue.svg)](https://github.com/htafolla/strray)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Node.js](https://img.shields.io/badge/Node.js-18+-green.svg)](https://nodejs.org/)
66
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9+-blue.svg)](https://www.typescriptlang.org/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strray-ai",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)