refactor: Rename emitter to agent, update related files and logging paths

This commit is contained in:
serversdwn
2026-03-03 17:10:47 -05:00
parent 0d5fa7677f
commit d404bf6542
6 changed files with 32 additions and 26 deletions

View File

@@ -1,12 +1,18 @@
# Changelog
All notable changes to **Series3 Emitter** will be documented in this file.
All notable changes to **Series3 Agent** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [Unreleased]
## [1.2.1] - 2026-03-03
### Changed
- Changed the name of the program to "series3-agent", this was done to align with the s4/thor agent and because it represents the program's functionality better.
- All instances of "emitter" changed to agent.
- config.ini added to .gitignore, replaced with a template example file.
- README.md updated to reflect changes.
---
@@ -15,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Removed roster CSV dependency and all Dropbox refresh/hot-reload logic; heartbeat now only enumerates `.MLG` files.
- Added `MAX_EVENT_AGE_DAYS` filter to ignore stale events and log when no recent activity exists.
- Simplified heartbeat output/logging to show detected units only; logging hardened to never crash the emitter.
- Simplified heartbeat output/logging to show detected units only; logging hardened to never crash the agent.
---
@@ -65,7 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Reset versioning from legacy `v5.9 beta` to **v1.0.0** (clean semver baseline).
- Main script normalized as `series3_emitter.py`.
- Main script normalized as `series3_emitter.py` (later renamed to `series3_agent.py` in v1.2.1).
---