From f2f37f9dc0e0b48af4ee30051dda4d92c8dc140e Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 11 Feb 2026 00:05:11 +0100 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96b55ae8..5de86aef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] ### Added +- Whitelistable sqlite-init and sqlite-seed wrapper scripts completing the db/connectors/sqlite-* set - Round 17 content architecture workshop — Full team (8 agents, 3 rounds) defining content pipeline - D-023: Three-tier content model (authored drama modules, templated content, procedural filler) with life-sim substrate - D-024: NPC generation model — 10 axes (7 essential + 3 supporting) with CombatCapability ECS component @@ -44,6 +45,7 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). - Added relative-path convention to Qatux agent persona for cross-system consistency ### Changed +- Ticket skill updated to use wrapper scripts exclusively (no more direct python3 calls) - Miri's role updated from Canon Guardian to Worldbuilder & Setting Designer (original IP pivot) - Project description updated to reflect D-020 engine decision - Connector usage instructions now reference wrapper scripts instead of python3 directly