strray-ai 1.18.3 โ 1.18.4
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.
|
@@ -128,5 +128,67 @@
|
|
|
128
128
|
"learning_interval_ms": 300000,
|
|
129
129
|
"auto_apply_threshold": 0.9,
|
|
130
130
|
"min_success_rate": 0.7
|
|
131
|
+
},
|
|
132
|
+
"storytelling": {
|
|
133
|
+
"enabled": true,
|
|
134
|
+
"reflection_triggers": {
|
|
135
|
+
"commit_count": {
|
|
136
|
+
"enabled": true,
|
|
137
|
+
"threshold": 10,
|
|
138
|
+
"story_type": "reflection",
|
|
139
|
+
"remind_user": true
|
|
140
|
+
},
|
|
141
|
+
"publish": {
|
|
142
|
+
"enabled": true,
|
|
143
|
+
"require_saga": true,
|
|
144
|
+
"story_type": "saga",
|
|
145
|
+
"block_without_story": false
|
|
146
|
+
},
|
|
147
|
+
"complex_changes": {
|
|
148
|
+
"enabled": true,
|
|
149
|
+
"file_count_threshold": 15,
|
|
150
|
+
"story_type": "journey",
|
|
151
|
+
"remind_user": true
|
|
152
|
+
},
|
|
153
|
+
"session_duration": {
|
|
154
|
+
"enabled": true,
|
|
155
|
+
"duration_minutes_threshold": 60,
|
|
156
|
+
"story_type": "reflection",
|
|
157
|
+
"remind_user": true
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"story_types": {
|
|
161
|
+
"reflection": {
|
|
162
|
+
"location": "docs/reflections/",
|
|
163
|
+
"min_words": 2000,
|
|
164
|
+
"ideal_words": 5000,
|
|
165
|
+
"framework": "three_act_structure"
|
|
166
|
+
},
|
|
167
|
+
"saga": {
|
|
168
|
+
"location": "docs/reflections/deep/",
|
|
169
|
+
"min_words": 5000,
|
|
170
|
+
"ideal_words": 15000,
|
|
171
|
+
"framework": "hero_journey"
|
|
172
|
+
},
|
|
173
|
+
"journey": {
|
|
174
|
+
"location": "docs/reflections/deep/",
|
|
175
|
+
"min_words": 1500,
|
|
176
|
+
"ideal_words": 4000,
|
|
177
|
+
"framework": "three_act_structure"
|
|
178
|
+
},
|
|
179
|
+
"narrative": {
|
|
180
|
+
"location": "docs/reflections/",
|
|
181
|
+
"min_words": 1000,
|
|
182
|
+
"ideal_words": 3000,
|
|
183
|
+
"framework": "three_act_structure"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"quality_requirements": {
|
|
187
|
+
"require_frontmatter": true,
|
|
188
|
+
"require_key_takeaways": true,
|
|
189
|
+
"require_what_next": true,
|
|
190
|
+
"fact_check_before_publish": true,
|
|
191
|
+
"peer_review_agent": "growth-strategist"
|
|
192
|
+
}
|
|
131
193
|
}
|
|
132
194
|
}
|
package/.strray/features.json
CHANGED
|
@@ -128,5 +128,67 @@
|
|
|
128
128
|
"learning_interval_ms": 300000,
|
|
129
129
|
"auto_apply_threshold": 0.9,
|
|
130
130
|
"min_success_rate": 0.7
|
|
131
|
+
},
|
|
132
|
+
"storytelling": {
|
|
133
|
+
"enabled": true,
|
|
134
|
+
"reflection_triggers": {
|
|
135
|
+
"commit_count": {
|
|
136
|
+
"enabled": true,
|
|
137
|
+
"threshold": 10,
|
|
138
|
+
"story_type": "reflection",
|
|
139
|
+
"remind_user": true
|
|
140
|
+
},
|
|
141
|
+
"publish": {
|
|
142
|
+
"enabled": true,
|
|
143
|
+
"require_saga": true,
|
|
144
|
+
"story_type": "saga",
|
|
145
|
+
"block_without_story": false
|
|
146
|
+
},
|
|
147
|
+
"complex_changes": {
|
|
148
|
+
"enabled": true,
|
|
149
|
+
"file_count_threshold": 15,
|
|
150
|
+
"story_type": "journey",
|
|
151
|
+
"remind_user": true
|
|
152
|
+
},
|
|
153
|
+
"session_duration": {
|
|
154
|
+
"enabled": true,
|
|
155
|
+
"duration_minutes_threshold": 60,
|
|
156
|
+
"story_type": "reflection",
|
|
157
|
+
"remind_user": true
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"story_types": {
|
|
161
|
+
"reflection": {
|
|
162
|
+
"location": "docs/reflections/",
|
|
163
|
+
"min_words": 2000,
|
|
164
|
+
"ideal_words": 5000,
|
|
165
|
+
"framework": "three_act_structure"
|
|
166
|
+
},
|
|
167
|
+
"saga": {
|
|
168
|
+
"location": "docs/reflections/deep/",
|
|
169
|
+
"min_words": 5000,
|
|
170
|
+
"ideal_words": 15000,
|
|
171
|
+
"framework": "hero_journey"
|
|
172
|
+
},
|
|
173
|
+
"journey": {
|
|
174
|
+
"location": "docs/reflections/deep/",
|
|
175
|
+
"min_words": 1500,
|
|
176
|
+
"ideal_words": 4000,
|
|
177
|
+
"framework": "three_act_structure"
|
|
178
|
+
},
|
|
179
|
+
"narrative": {
|
|
180
|
+
"location": "docs/reflections/",
|
|
181
|
+
"min_words": 1000,
|
|
182
|
+
"ideal_words": 3000,
|
|
183
|
+
"framework": "three_act_structure"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"quality_requirements": {
|
|
187
|
+
"require_frontmatter": true,
|
|
188
|
+
"require_key_takeaways": true,
|
|
189
|
+
"require_what_next": true,
|
|
190
|
+
"fact_check_before_publish": true,
|
|
191
|
+
"peer_review_agent": "growth-strategist"
|
|
192
|
+
}
|
|
131
193
|
}
|
|
132
194
|
}
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,59 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Conventional Commits](https://www.conventionalcommits.org/).
|
|
6
6
|
|
|
7
|
+
## [1.18.4] - 2026-04-01
|
|
8
|
+
|
|
9
|
+
### ๐ Changes
|
|
10
|
+
|
|
11
|
+
### โจ Features
|
|
12
|
+
- feat: add storyteller enforcement for reflections/sagas (6198b74ab)
|
|
13
|
+
- feat: add CI report generator script (732a94d83)
|
|
14
|
+
- feat: add publish and commit_cycle config to features.json, update processors (f7948df70)
|
|
15
|
+
- feat: add publish preflight processor - validates docs, reflections, pipelines before publish (f9402f624)
|
|
16
|
+
|
|
17
|
+
### ๐ Bug Fixes
|
|
18
|
+
- fix: copy all src/skills and src/integrations non-TS files to dist for consumer mode (4259ea141)
|
|
19
|
+
- fix: copy skills/registry.json and integrations configs to dist for consumer mode (19f583fc8)
|
|
20
|
+
- fix: add readme field to package.json for npm (034891c18)
|
|
21
|
+
- fix: copy README/docs to dist for npm publish (faa9e3af3)
|
|
22
|
+
- fix: convert all pipeline tests to ESM imports - use readFileSync/existsSync instead of require('fs') (ffee9746b)
|
|
23
|
+
- fix: JSON syntax error in features.json - duplicate require_reflection key (f70ebde01)
|
|
24
|
+
- fix: commit_cycle config - remove max_files_per_commit, change reflection to count by commits (aacf0b924)
|
|
25
|
+
- fix: pipeline test requirement now reads exact count from PIPELINE_INVENTORY.md (f900f7aa0)
|
|
26
|
+
- fix: pipeline test count reads from PIPELINE_INVENTORY.md - counts all discoverable pipelines (45a282498)
|
|
27
|
+
- fix: implement 8 placeholder validators - deployment safety, multi-agent, substrate, framework self-validation, emergent improvement, debug logs, performance regression, security vulnerability reporting (446f12d2b)
|
|
28
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
29
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
30
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
31
|
+
|
|
32
|
+
### ๐ Documentation
|
|
33
|
+
- docs: add plan for enforcing storyteller skill for reflections/sagas (47859dccd)
|
|
34
|
+
- docs: add saga documenting journey from v1.15.40 to v1.18.2 (45b39e037)
|
|
35
|
+
- docs: add versioned deep system reflection (4eb98cb41)
|
|
36
|
+
- docs: add deep system reflection - the journey from plugin to agent OS (9a88868d4)
|
|
37
|
+
|
|
38
|
+
### ๐งช Tests
|
|
39
|
+
- test: add 11 new pipeline tests - complete coverage of all discoverable pipelines (61dd11695)
|
|
40
|
+
- test: add 3 new sub-pipeline tests - enforcement, MCP-server, inference; docs: update pipeline inventory, add sub-pipeline discovery guide (1b004586c)
|
|
41
|
+
- test: add CLI and MCP-Server pipelines to test suite, fix removed install.cjs tests (71c2ba153)
|
|
42
|
+
|
|
43
|
+
### ๐ง Maintenance
|
|
44
|
+
- chore: version sync v1.15.41 (cc549e2d0)
|
|
45
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
46
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
47
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
48
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
49
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
50
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
51
|
+
|
|
52
|
+
### ๐ Other Changes
|
|
53
|
+
- release: v1.18.2 - fix consumer file copying, add readme field (c28617bad)
|
|
54
|
+
- release: v1.18.0 - publish pipeline, CI report generator, ESM fixes (cb4ac2e1b)
|
|
55
|
+
- release: bump to v1.17.0 (9ae9d7725)
|
|
56
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
7
60
|
## [1.18.3] - 2026-04-01
|
|
8
61
|
|
|
9
62
|
### ๐ Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.4",
|
|
4
4
|
"description": "โก StringRay โก: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code โ every time.",
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"license": "MIT",
|
|
@@ -78,8 +78,8 @@ const CALCULATED_COUNTS = calculateCounts();
|
|
|
78
78
|
const OFFICIAL_VERSIONS = {
|
|
79
79
|
// Framework version
|
|
80
80
|
framework: {
|
|
81
|
-
version: "1.18.
|
|
82
|
-
displayName: "StringRay AI v1.18.
|
|
81
|
+
version: "1.18.4",
|
|
82
|
+
displayName: "StringRay AI v1.18.4",
|
|
83
83
|
lastUpdated: "2026-04-01",
|
|
84
84
|
// Counts (auto-calculated, but can be overridden)
|
|
85
85
|
...CALCULATED_COUNTS,
|