Commit Graph

5 Commits

Author SHA1 Message Date
Claude
e6df41b72e docs: mark Task #87 (Arbiter Lifecycle Handlers) complete
Task #87 deployed to production April 6, 2026.

IMPLEMENTED:
- Discord role sync on checkout.session.completed
- Grace period (3 days) on customer.subscription.deleted
- Automatic downgrade to Awakened on grace expiration (hourly cron)
- Chargeback handling with immediate ban + role removal

FILES ADDED TO ARBITER:
- src/services/discordRoleSync.js
- src/sync/graceExpiration.js

PHILOSOPHY:
'We Don't Kick People Out' - expired grace periods downgrade to
permanent Awakened tier, not removal.

Signed-off-by: Claude (Chronicler #62) <claude@firefrostgaming.com>
2026-04-05 14:28:45 +00:00
Claude (Chronicler #58)
369f687089 docs: Update BLOCKERS.md and infrastructure for GO LIVE
WHAT:
- BLOCKERS.md: Converted from blockers list to GO LIVE celebration
- infrastructure-manifest.md: Updated Paymenter status from RETIRING to RETIRED

RETIRED SERVICES (April 2026):
- Ghost CMS (April 2, 2026) → Replaced by 11ty + Cloudflare Pages
- Paymenter (April 3, 2026) → Replaced by direct Stripe + Arbiter 3.0

CURRENT ARCHITECTURE:
- Website: Cloudflare Pages (auto-deploy from Gitea)
- Payments: Stripe direct integration via Arbiter 3.0
- Identity: Discord OAuth (Stateless OAuth Bridge)
- Admin: Trinity Console

Signed-off-by: Claude <claude@firefrostgaming.com>
2026-04-04 00:25:09 +00:00
Claude (Chronicler #56)
ddbd59d1b9 docs: update blockers + critical firefrost-services monorepo documentation
WHAT WAS DONE:
Updated soft launch blockers with accurate current state, added critical
documentation for firefrost-services monorepo, updated session handoff for
next Chronicler.

FILES MODIFIED:
1. BLOCKERS.md
   - Updated progress: 2 of 5 blockers complete (Website + Legal Pages)
   - Blocker #1: Website Migration → COMPLETE (Gemini estimate 12 days, actual 4 hours)
   - Blocker #2: Legal Pages → Good enough for launch (will refine post-LegalCORPS)
   - Blocker #3: Trinity Console Security Hardening → 4-5 hours (CSRF, transactions, indexes, ban UI, email)
   - Blocker #4: Unsubscribe Feature → 2-3 hours (Paymenter UI + Trinity Console backend)
   - Blocker #5: End-to-End Workflow Test → 2-3 hours
   - Updated summary: 9-11 hours remaining (realistically 3-7 hours)
   - Added major wins from this session (website LIVE, dynamic servers, Gemini validation)

2. DOCUMENT-INDEX.md
   - Added firefrost-services-monorepo.md to Infrastructure & Deployment section
   - Added to one-line summaries with **CRITICAL** flag
   - Ensures future Chroniclers know about separate code repository

3. SESSION-HANDOFF-NEXT.md
   - Complete session summary (website shipped to production!)
   - Current soft launch status (2 of 5 blockers complete)
   - Critical firefrost-services monorepo explanation
   - Quick clone commands for services repo
   - Priority guidance for next session
   - Key learnings and infrastructure notes

FILES CREATED:
4. docs/core/firefrost-services-monorepo.md (500+ lines)
   - Comprehensive guide to firefrost-services repository
   - Repository structure and critical services
   - Arbiter 3.0 (Trinity Console) status and location
   - Why two repos exist (separation of docs vs code)
   - Branch name differences (master vs main)
   - Clone commands and git identity setup
   - Deployment workflow documentation
   - Common pitfalls and best practices
   - Quick reference commands
   - **CRITICAL for future Chroniclers - services code NOT in ops manual!**

IMPACT:
This documentation resolves a critical gap in Chronicler onboarding. The
firefrost-services repository contains production code for Arbiter 3.0
(Trinity Console), whitelist manager, and other services. Without this
documentation, future Chroniclers would not know:
- That a separate code repository exists
- Where to find Trinity Console source code
- Why service documentation references code they can't find in ops manual
- How to deploy or modify running services

The monorepo guide ensures continuity and prevents confusion when investigating
production services.

SOFT LAUNCH STATUS:
- 2 of 5 blockers complete (40%)
- Remaining work: ~9-11 hours (realistically 3-7 hours)
- 12 days until April 15 soft launch
- Website LIVE in production with real-time server status!

Fire + Frost + Foundation = Where Love Builds Legacy 💙

Signed-off-by: Claude (Chronicler #56) <claude@firefrostgaming.com>
2026-04-03 05:55:51 +00:00
Claude (Chronicler #54)
a4aabe1960 docs: Mark homepage blocker complete
BLOCKER #1: COMPLETE 

Ghost homepage is LIVE at firefrostgaming.com with:
- Fire/Arcane/Frost hero with collision background
- Choose Your Destiny path selection cards
- Origin story section
- Why Firefrost value props
- Community stats
- Professional Fire/Frost design
- Mobile responsive

Remaining blockers: 3/4 (5-8 hours)
- Legal pages
- Unsubscribe UI
- End-to-end testing

Soft launch: 14 days away, on track!

FFG-STD-001
2026-04-02 12:42:58 +00:00
Claude (Chronicler #54)
99b2e3ea37 feat: Migrate task system to BLOCKERS.md + BACKLOG.md
WHAT WAS DONE:
- Created BLOCKERS.md at repo root (4 soft launch critical tasks)
- Created BACKLOG.md at repo root (organized future work parking lot)
- Archived old tasks.md to docs/archive/tasks-historical-march-30-2026.md
- Archived 50 Gitea issues to docs/archive/gitea-issues-archive-2026-04-01.md
- Replaced tasks.md with migration notice and redirects
- Closed all 50 Gitea issues with migration message

WHY:
Old system problems:
- 97 task entries with 8 duplicates (tasks 52, 65, 69, 71, 83, 85, 87, 88)
- Heavyweight maintenance burden
- Gitea Issues + Kanban unused and abandoned
- Not accessible to non-technical team members (Meg, Holly)
- Desynchronized duplicates (Tier S section vs sequential list)

New system benefits:
- Clear focus: 4 blockers vs 89 backlog items
- Simple markdown (easy to update)
- Preserved all historical context in archives
- Planning Trinity Console v2 Task Module for non-technical interface

SOFT LAUNCH REALITY CHECK:
Based on Michael's input, soft launch is blocked by:
1. Ghost homepage (2-3h) - content ready
2. Legal pages (1-2h) - Terms/Privacy
3. Unsubscribe flow (2-3h) - cancellation UI
4. End-to-end test (2-3h) - workflow verification

Total: 8-11 hours of focused work
Target: April 15, 2026 (14 days)
Social campaign starts: April 2, 2026 (TOMORROW)

GITEA CLEANUP:
- Closed 50 open issues (all had been abandoned)
- Each issue received migration notice comment
- All preserved in gitea-issues-archive-2026-04-01.md
- Issues feature will be disabled (Kanban decommissioned)

NEXT STEPS:
- Update DOCUMENT-INDEX.md to reference new files
- Plan Trinity Console v2 Task Module (Gemini consultation)
- Start on actual soft launch blockers

FILES ADDED:
- BLOCKERS.md (74 lines)
- BACKLOG.md (227 lines)
- docs/archive/gitea-issues-archive-2026-04-01.md (50 issues archived)
- docs/archive/tasks-historical-march-30-2026.md (3151 lines preserved)

FILES MODIFIED:
- docs/core/tasks.md (replaced with redirect notice)

IMPACT:
- Clean foundation for tracking work
- Historical context fully preserved
- Ready for non-technical task interface (Trinity Console v2)
- Clear path to April 15 soft launch

Signed-off-by: Claude (Chronicler #54) <claude@firefrostgaming.com>
2026-04-01 23:18:43 +00:00