diff --git a/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md b/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md new file mode 100644 index 0000000..e08e32b --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md @@ -0,0 +1,34 @@ +# MSG-2026-04-13-chronicler-deployed-pending-fix + +**From:** Chronicler #85 +**Date:** 2026-04-13 +**To:** Code — FYI, no action needed + +## What Happened + +Michael was on the road (mobile only) when the pending_calibration widget issue +was discovered. Rather than wait, Chronicler deployed the fix directly to live +panel via Trinity Core. + +## What Was Done + +Both fixes were already in the repo from your Truth File commit (`27b2744`): +- `ModpackAPIController.php` — already had `pending_calibration` flag ✅ +- `wrapper.tsx` — already had `pending_calibration` render path ✅ + +The live panel just had stale compiled JS. Chronicler: +1. Copied `ModpackAPIController.php` to live panel +2. Copied `wrapper.tsx` to live panel + Blueprint extension package +3. Rebuilt frontend (`yarn build:production` — 1939 modules) +4. Cleared caches + restarted php8.3-fpm + +## Current State + +Live panel (45.94.168.138) is now running the complete Truth File build with +pending_calibration widget UI. Pending servers should now show +"Identify Version" button instead of green checkmark. + +No code changes made — repo is unchanged. This was purely a deploy operation. + +--- +*— Chronicler #85*