bc-telemetry-buddy-mcp 3.1.13 → 3.1.14

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/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.14] - 2026-03-02
11
+
12
+ ### Changed
13
+ - **Per-Run Investigation Documents**: Each agent run now creates a separate investigation document (`docs/YYYY-MM-DD-HHmm-<agentName>.md`) instead of appending to a single daily file. Date and time in the filename ensure chronological ordering across runs.
14
+ - **File Header with Timestamp**: Each investigation doc header now includes both date and time (e.g., `Investigation Report — 2026-03-02 14:30 UTC`).
15
+
16
+ ### Deprecated
17
+ - `appendToDailyReport` function — replaced by `createInvestigationReport`. The old function still works but delegates to the new one.
18
+
10
19
  ## [3.1.13] - 2026-03-02
11
20
 
12
21
  ### Improved