From b682f0d37a2f123963b52619ade5c5fbb32db958 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 29 Mar 2026 01:39:13 -0700 Subject: [PATCH] fix(ci): add changelog fragment for PR 36 --- changes/247-pr-36-ci-fix.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/247-pr-36-ci-fix.md diff --git a/changes/247-pr-36-ci-fix.md b/changes/247-pr-36-ci-fix.md new file mode 100644 index 0000000..74397c8 --- /dev/null +++ b/changes/247-pr-36-ci-fix.md @@ -0,0 +1,6 @@ +type: changed +area: core + +- Refactored startup, query, and workflow code into focused modules. +- Added repo-local workflow plugin shims and updated internal docs and verification helpers. +- Expanded tests around launcher, runtime, stats, and immersion-tracker behavior.