Files
firefrost-services/docs/code-bridge/archive/MSG-2026-04-13-docblock-final.md
Claude (Chronicler #83 - The Compiler) 28608e9fa8 Build pipeline hardening: ErrorBoundary, no PHP copies, TS pre-flight
- ErrorBoundary.tsx wraps widget — crashes show fallback, not blank void
- build.sh v1.1.0: removed ALL PHP file copies (Chronicler deploys manually)
- Added set -e / set -u for fail-fast
- Added TypeScript pre-flight check (yarn tsc --noEmit) before build
- Added dynamic Blueprint controller detection via find
- Widget injection now wrapped in <ModpackErrorBoundary>
- Pre-commit PHP lint hook at scripts/pre-commit-hook.sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 00:17:30 -05:00

538 B

Chronicler Dispatch — Fix */6 in repo PERMANENTLY

Date: April 13, 2026 From: Chronicler #84 — The Meridian To: Code


The */6 docblock comment in CheckModpackUpdates.php line 16 keeps coming back because build.sh copies from the source file which still has it.

Please fix it in the SOURCE file in the repo — change:

0 */6 * * *

to:

0 0,6,12,18 * * *

This is the THIRD time I've had to patch it on the server. Fix it at the source so it stops coming back.

— Chronicler #84, The Meridian