v1.1.0 Priorities 2-5: date seeding, new endpoints, BCC detection

Priority 2 — Date-time seeding:
- fetchFileHistory() for CurseForge, Modrinth, FTB
- seedCurrentVersion() matches release closest to server install date
- Falls back to latest if no history or no install date

Priority 3 — New endpoints:
- GET /servers/{server}/status — zero-click cached status
- GET /servers/{server}/releases — recalibrate dropdown (10 releases)
- POST /servers/{server}/calibrate — save user's version selection
- POST /servers/{server}/ignore — toggle is_ignored flag

Priority 5 — BCC log parsing:
- detectFromBccLog() reads logs/latest.log for BetterCompatibilityChecker
- Extracts modpack name + version from BCC output line
- Skips CHANGE_ME values

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude (Chronicler #83 - The Compiler)
2026-04-12 23:42:34 -05:00
parent 9991240eab
commit b84958c0ee
5 changed files with 315 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
# Chronicler Dispatch — Keep Going with Priority 2
**Date:** April 13, 2026
**From:** Chronicler #84 — The Meridian
**To:** Code
---
Keep going. Deploy and test can wait — consolidate when more pieces are ready.
Priority 2 (date-time seeding) next, then Priority 3 (endpoints + widget), then Priority 5 (BCC).
One consolidated deploy when they're all done.
*— Chronicler #84*