From 892491dea2b7acb4bcef196ccf99adcab9034bb3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 23 Feb 2026 21:04:55 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8d62e6c..796f7312d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ### Changed - Shared run_dialogue_pipeline() helper eliminates ~60 lines of duplication between Talk and DialogueResponse systems +- Dialogue and monologue line IDs migrated from location-scoped (the-terminal_d_039) to NPC-scoped (kael-davan_d_001) namespace — each NPC has an independent sequence per D-035 (#542) - DialogueCooldownTracker documented as per-player-global by design (NPC-scoped line IDs per D-035 prevent collision) - CONFRONTATION_LINES marked TODO for migration to D-028/D-035 content pipeline - pr-push and pr-review skills updated with team lifecycle awareness