jonah-fleet 1.15.0 → 1.15.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,19 @@ All notable changes to `jonah-fleet` will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.15.1](https://github.com/juliendurandeu/jonah-fleet/compare/v1.15.0...v1.15.1) (2026-09-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **radar:** robust options resolution in evaluateActivity when orbital data is empty object ([#248](https://github.com/juliendurandeu/jonah-fleet/issues/248)) ([02e9999](https://github.com/juliendurandeu/jonah-fleet/commit/02e9999609ac4d2ea052e3a52c4c146c393e2957)), closes [#215](https://github.com/juliendurandeu/jonah-fleet/issues/215)
14
+
15
+ ## [Unreleased]
16
+
17
+ ### Bug Fixes
18
+
19
+ * **radar:** ensure robust options resolution in `evaluateActivity` when `orbitalData` is passed as an empty object `{}` in 4-argument invocations ([#215](https://github.com/juliendurandeu/jonah-fleet/issues/215)).
20
+
8
21
  ## [1.15.0](https://github.com/juliendurandeu/jonah-fleet/compare/v1.14.0...v1.15.0) (2026-09-19)
9
22
 
10
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jonah-fleet",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Standalone autonomous agent fleet with Symphony orchestration, claim protocols, and continuous improvement loops",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",