From 06f47747c71a9fdc10ba27ea5e040d2bc5a810cf Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 17 Feb 2026 22:44:15 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb49c1c1a..73cd951f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- `make pre-pr` target — full pre-PR verification chain: lint → build → test → content validation → fixture staleness (#460, #465) +- Branch-specific pre-PR variants: `make pre-pr-server`, `make pre-pr-client`, `make pre-pr-content` +- Content cross-reference validation (9 checks) — canonical_id uniqueness, relationship targets, location slugs, dialogue locations, fact_ids, triangle membership, npc_count, dialogue line_ids, bidirectional relationships (#464) + ### Fixed +- Dialogue schema missing `focused` (mood) and `greeting` (situation) values added in Sprint 7-8 content - Speaker wire ID silent fallback — dialogue now warns and skips when target entity missing from registry (was silently using 0) - Cross-plugin system ordering — trigger_recognition_monologue now runs after detect_anomalies (latent determinism bug) - Walk-away ordering — process_walk_away now runs after process_talk_interaction (prevents same-tick race)