Files
firefrost-operations-manual/docs/tasks-active/task-026-modpack-version-checker.md
Claude 3dbbc069f7 Create tasks-active system for individual task management in Decap CMS
- New folder: docs/tasks-active/ with individual task files
- Each task = separate markdown file with frontmatter metadata
- Migrated 6 key tasks (26, 87, 93, 94, 98, 99) as examples
- Added comprehensive README with workflow documentation

Task Files Created:
- task-026-modpack-version-checker.md (P1, IN_PROGRESS)
- task-087-arbiter-lifecycle-handlers.md (P0, COMPLETE, BLOCKER)
- task-093-trinity-codex.md (P1, PLANNED)
- task-094-global-restart-scheduler.md (P1, PLANNED)
- task-098-discord-channel-automation.md (P2, PLANNED)
- task-099-claude-projects-architecture.md (P1, READY)

Benefits:
- Decap CMS shows individual tasks instead of two giant files
- Sortable by priority (blockers first)
- Filterable by status, blocker flag, priority
- Mobile-friendly individual entries
- Links to full specs in /docs/tasks/
- Easy to add/edit/complete tasks via UI

For Future Chroniclers:
- README documents full workflow
- Template structure established
- Integration with existing /docs/tasks/ specs
2026-04-07 21:54:43 +00:00

1.4 KiB

task_number, title, priority, status, is_blocker, tags, estimated_hours
task_number title priority status is_blocker tags estimated_hours
26 Modpack Version Checker 1 IN_PROGRESS false
commercial
passive-income
pterodactyl
blueprint
40

Task #26: Modpack Version Checker

Status: IN PROGRESS (Phase 5 code written, Blueprint reinstall needed)
Priority: P1 - HIGH (Revenue Impact)
Category: Commercial Product Development

Overview

Blueprint extension for Pterodactyl panel that checks modpack versions against CurseForge/Modrinth/Technic/FTB APIs and displays update status badges on the server list.

Revenue Potential: Passive income via BuiltByBit marketplace

Current State

  • Phase 1: Scaffolding complete
  • Phase 2: Admin UI complete
  • Phase 3: React component complete
  • Phase 4: API controller complete (CurseForge/Modrinth/Technic/FTB integrations)
  • Phase 5: Code written (UpdateBadge.tsx, cron, status route) but NOT deployed
  • BLOCKED: Blueprint developer mode corrupted after database wipe

Next Steps

  1. Reinstall Blueprint on Dev Panel (64.50.188.128)
  2. Deploy Phase 5 code from /root/modpackchecker_backup
  3. Test update badge on server list
  4. Package for BuiltByBit release

Full Spec Location

📁 /docs/tasks/task-026-modpack-version-checker/