From 526696206e5e6a3161c04b02ec0799299387890f Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 12 Feb 2026 18:18:17 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e918b229d..613fbfdd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ### Fixed - IPC error handling (#341) — DeserializationWithDump/MutexPoisoned error variants, hex dump logging on deserialization failure, graceful error classification in bridge I/O systems +- NpcPlugin system ordering — routine phase transitions now run before pathfinding so PathRequests are picked up same frame +- Stale doc comment in observation event generator — system runs before knowledge updates, not after +- Clippy warnings from Rust 1.93 — derive Default, is_multiple_of, collapsible if ### Changed - Ticketing database moved to shared worktree location (`../settledreach.db`) — eliminates binary merge conflicts across branches