# Changelog

All notable changes to `@desek/pi-mlflow-tracing` are recorded here. The project
follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and the newest
version heading always matches the `version` field in `package.json`.

The 0.0.1 entry below was written by hand in the
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. Every entry above
it is generated by the repository's release automation from the commit history, in
that tool's own format, so the two styles differ and neither one describes the
whole file.

## [0.1.0](https://github.com/desek/agent-observability/compare/pi-mlflow-tracing-v0.0.1...pi-mlflow-tracing-v0.1.0) (2026-08-04)


### Bug Fixes

* correct the changelog for the bootstrap release ([0a79ae8](https://github.com/desek/agent-observability/commit/0a79ae8be10eeec7204eac034d314a6864232372))
* drop the changelog agreement check that breaks every release ([e81c985](https://github.com/desek/agent-observability/commit/e81c985869effc0ce079e03dcdbeb733649e131a))
* forward the per-path release outputs to the publish job ([6d5c13f](https://github.com/desek/agent-observability/commit/6d5c13fc8447e40aedb06e13d4c0f0b193bd25c5))

## [0.1.0](https://github.com/desek/agent-observability/compare/pi-mlflow-tracing-v0.0.1...pi-mlflow-tracing-v0.1.0) (2026-08-04)


### Bug Fixes

* correct the changelog for the bootstrap release ([0a79ae8](https://github.com/desek/agent-observability/commit/0a79ae8be10eeec7204eac034d314a6864232372))
* drop the changelog agreement check that breaks every release ([e81c985](https://github.com/desek/agent-observability/commit/e81c985869effc0ce079e03dcdbeb733649e131a))

## [0.1.0](https://github.com/desek/agent-observability/compare/pi-mlflow-tracing-v0.0.1...pi-mlflow-tracing-v0.1.0) (2026-08-04)


### Bug Fixes

* correct the changelog for the bootstrap release ([0a79ae8](https://github.com/desek/agent-observability/commit/0a79ae8be10eeec7204eac034d314a6864232372))

## 0.0.1 - 2026-08-04

Bootstrap release. Trusted publishing requires a package to exist on the registry
before a trust relationship can name it, so this version was published by hand
purely to create the package. It is the only version of this package without build
provenance. Every release after it comes from the release automation and carries
provenance, so install a later version rather than this one.

### Added

- Public `@desek/pi-mlflow-tracing` package, licensed Apache-2.0, discoverable in
  the pi package gallery through the `pi-package` keyword.
- Reconstruction of each pi agent loop as an MLflow-readable conversation, and
  export to a configurable MLflow tracking server that defaults to this project's
  local stack.
- Safe-by-default operation: the extension records nothing and opens no
  connection unless its master switch `PI_MLFLOW_ENABLE` is truthy, and a
  telemetry fault can never crash, block, or slow the agent.
