diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f3dac84..ede1618e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] ### Added +- `db/connectors/ticket` CLI — ergonomic ticket management (list, show, create, assign, sprint, deps, search, epics, children, count) with JSON output +- Sprint 1 "Run" created with 8 stories targeting moving character on screen via IPC bridge +- Ticket skill rewritten to use ticket CLI instead of raw SQL wrapper scripts - Godot 4 client boilerplate (epic #277) — scenes, autoloads (SimBridge, GameState, InputMapper), rendering stubs, UI shell (HUD, minimap, monologue display), input system with semantic actions - gdUnit4 test framework with 7 tests (2 smoke + 5 D-030 Layer 1 fixture tests for snapshot parsing) - make ci-client pipeline (lint, build, test via gdUnit4 headless runner)