Files
firefrost-services/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md
Claude 47d6644f64 Bridge: MSG — Chronicler deployed pending_calibration fix to live panel
Michael on mobile, Chronicler deployed directly via Trinity Core.
No code changes — existing wrapper.tsx + controller already had the fix.
Just needed frontend rebuild. 1939 modules compiled clean.
2026-04-13 12:01:04 +00:00

1.2 KiB

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