From 2fc8bf9545a8b3e19fdc22c3f429e473f34dad55 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 14 Feb 2026 15:44:53 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 109ca12e1..556152d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). - Phase 2 verb filter (#422) — KG-gated observer-side verb processing: POI priority flips (D-060), Confront injection at KnowsDetails+ confidence, contradiction marking, archetype-specific label relabeling (Smuggler sees Move/Stash, Detective sees Scan/Flag on containers) - CharacterArchetype component — Smuggler/Detective archetype for Phase 2 verb label differentiation (D-057) - VerbKind::Confront — Phase 2 only verb injected when observer has KnowsDetails+ on an NPC at close range +- Smuggler inventory system (#424) — CarriedBy(StableId) component, Take/Place verbs, 9-slot (3x3 grid) capacity, auto-slot assignment, info boundary enforcement (carried items invisible to other observers) ### Changed - Protocol version bumped from 5 to 6 (stance, inventory, ObjectType, verb system fields)