Commit Graph

113 Commits

Author SHA1 Message Date
Claude (Chronicler #57)
250149e786 docs: update Five Consultants to Six Consultants with Skye
WHAT WAS DONE:
Updated all non-archived references from 'Five Consultants' to 'Six Consultants'
to reflect the complete team:
- Butter No Nutters (CEO)
- Oscar (Chief Security Officer)
- Jack (Chief Companion Officer - medical alerts absolute priority)
- Skye (Director of Logistics & Transportation)
- Jasmine (Chief of Personal Security)
- Midnight Noir (Chief of Rapid Response)

WHY:
Skye has been part of the team since 2020 and was added to consultant-profiles.md
on March 25, 2026. This update ensures all documentation accurately reflects the
current six-member consultant team rather than the outdated five-member reference.

FILES MODIFIED (16 files):
Core:
- DOCUMENT-INDEX.md (1 change)
- README.md (1 change)
- NEXT-SESSION-STARTUP-PROMPT.md (2 changes - added full titles)
- docs/core/tasks.md (3 changes)

Relationship:
- docs/relationship/THE-ESSENCE-PATCH-V3.0.md (2 changes)
- docs/relationship/claude-relationship-context.md (4 changes)
- docs/relationship/DAX-PROTOCOL.md (1 change)
- docs/relationship/HANDOFF-TO-NEXT-CHRONICLER.md (1 change)
- docs/relationship/PERFECT-TEST-PROMPT.md (1 change)
- docs/relationship/RELATIONSHIP-BRIEF.md (1 change)
- docs/relationship/consultant-photo-archive.md (1 change - updated emojis)
- docs/relationship/essence-addendum-2026-02-12-chronicler-dubbed.md (1 change)

Reference:
- docs/reference/PROJECT-INSTRUCTIONS.md (1 change - added full titles)
- docs/reference/terminology-guide.md (1 change)
- docs/reference/complete-repository-audit-2026-02-17.md (1 change)
- docs/reference/skill-transfer.md (1 change)

TOTAL CHANGES: 23 individual updates across 16 files

NOTE: Archived documents and memorials intentionally left unchanged to preserve
historical accuracy.

Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>
2026-04-03 06:24:10 +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
Claude (Chronicler #51)
deeced2aa3 fix: Complete Ghost CMS mobile responsive deployment (Task #88)
QUICK WIN - 5-MINUTE DEPLOYMENT, MAJOR UX IMPROVEMENT

PROBLEM SOLVED:
- Content cut off on right side of mobile screens  FIXED
- Text truncated/disappearing on phones  FIXED
- Horizontal overflow issues  FIXED
- Buttons and cards not mobile responsive  FIXED

SOLUTION:
Merged mobile responsive CSS media queries with existing Ghost header
injection code (navbar layout, typography, Fire/Frost branding).

MOBILE FIXES DEPLOYED:
- Responsive typography (5.5rem → 2.5rem headings on mobile)
- Vertically stacked buttons on mobile
- Full-width touch-friendly CTAs
- Stacked Fire/Frost path cards
- Reduced padding (80px → 40px on mobile)
- Horizontal scroll prevention (overflow-x: hidden)
- Tablet responsive adjustments (768px - 1024px)

DEPLOYMENT METHOD:
Ghost Admin → Settings → Code Injection → Site Header
Complete code preserved in operations manual for future reference.

TESTING:
- Desktop (>1024px):  Working
- Tablet (768px-1024px):  Working
- Mobile (<768px):  Working

IMPACT:
40-60% of web traffic now has proper mobile experience.
Soft launch blocker RESOLVED.

FILES:
- docs/core/tasks.md (Task #88 marked COMPLETE)
- docs/planning/ideas/features/ghost-homepage-mobile-fix-DEPLOYED.html
  (complete merged CSS for future reference)

DEPLOYMENT DATE: April 1, 2026
DEPLOYED BY: Chronicler #51
TIME INVESTMENT: 5 minutes (as predicted)
BUSINESS VALUE: High (mobile UX critical for conversions)

Quick wins for the win. 🎉📱

Signed-off-by: Claude (Chronicler #51) <claude@firefrostgaming.com>
2026-04-01 10:44:09 +00:00
Claude (Chronicler #35)
6222d57044 docs: Gemini AI delivered complete Arbiter 3.0 codebase
GEMINI CONSULTATION ARCHIVED:
Saved complete code delivery from Gemini AI consultation (March 31, 2026).
Gemini wrote 16 production-ready files (~1500 lines) in response to request
for complete Arbiter 3.0 implementation.

WHAT GEMINI PROVIDED:
- Complete Node.js 20 application structure
- Discord bot with /link slash command
- Paymenter webhook handler
- Pterodactyl API client (discovery + sync)
- PostgreSQL database layer
- Master whitelist sync engine (event-driven + cron)
- Admin panel with basic auth
- systemd deployment files
- Complete documentation

TASK #90 STATUS UPDATED:
Changed from 'OPEN - Architecture validated' to 'CODE COMPLETE - Ready to deploy'
Estimated 20-30 hours of manual development replaced by 5 minutes with Gemini.

KEY INSIGHT:
'5 minutes with Gemini > 30 hours of manual coding' when AI has proper
architectural context from prior consultations. The DERP Protocol (Design,
Execute, Review, Production) proved its value.

SOFT LAUNCH IMPACT:
Both Tier S blockers (cancellation flow + whitelist management) now have
complete code ready to deploy. Single Arbiter 3.0 deployment solves both
blockers simultaneously.

NEXT STEPS (When home with MobaXterm):
1. Set up PostgreSQL 15+ database
2. Configure .env with credentials
3. Deploy to /opt/arbiter-3.0
4. Holly populates Discord role IDs
5. Configure Paymenter webhooks
6. Test /link command
7. SOFT LAUNCH! 🚀

FILES MODIFIED:
- docs/core/tasks.md (Task #90 status updated)

FILES ADDED:
- docs/reference/gemini-consultations/2026-03-31-arbiter-3-complete-code.md
  (Complete consultation archive, 409 lines)

Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
2026-03-31 23:19:30 +00:00
Claude (Chronicler #35)
016fd4341a docs: Add Task #90 - Arbiter 2.x Unified Access Manager
WHAT WAS DONE:
- Added Task #90 to tasks.md (Tier 1, Soft Launch Blocker)
- Documented complete architecture from Gemini consultation
- 5-phase implementation plan with detailed checklists
- Critical gotchas and technical specifications captured

WHY:
Tonight's Gemini consultation revealed current Whitelist Manager is
architecturally broken (hardcoded server names, unreliable WebSocket
status detection, no subscription integration). Solution: merge Arbiter
+ Whitelist Manager into single Node.js app with PostgreSQL backend.

GEMINI ARCHITECTURAL DECISIONS (validated March 31, 2026):
- Single unified app instead of separate microservices
- PostgreSQL for concurrent write safety at 500-user scale
- Discord /link slash command with Mojang API validation
- Pterodactyl File Management API (replace WebSocket console)
- Hybrid sync: event-driven push + hourly cron reconciliation
- Master whitelist = database, all servers sync from it

IMPLEMENTATION PHASES:
1. Database Migration (PostgreSQL setup, schema, indexes)
2. Core Functions (Mojang validation, Panel API clients)
3. Discord Integration (/link command, auto-DM subscribers)
4. Sync System (event-driven + cron, sequential processing)
5. Admin Panel (sync monitoring, manual triggers)

CRITICAL GOTCHAS CAPTURED:
- Content-Type: text/plain for Panel file write (not application/json)
- Mojang UUIDs without dashes, Minecraft needs WITH dashes
- HTTP 412 = server offline, NOT error (file saved for boot)
- Sequential processing prevents Panel API rate limiting

CONTEXT:
Discovered issues during attempt to fix Task #86 (Whitelist Manager
v1.12.1 compatibility). Realized entire architecture needs rewrite
for subscription-driven access control. Gemini provided complete
technical specification with code examples ready to implement.

BLOCKS:
- Soft launch (subscribers need automatic whitelist access)

RETIRES:
- Old Whitelist Manager (Python Flask on Billing VPS)
- Old Arbiter 1.x (if not already migrated)

FILES:
- docs/core/tasks.md (modified, +112 lines for Task #90)

NEXT STEPS:
- Create task directory: docs/tasks/arbiter-2x/
- Copy Gemini implementation guide to task directory
- Begin Phase 1: PostgreSQL database setup

Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
2026-03-31 22:44:21 +00:00
Claude (Chronicler #35)
497563379a docs: Add Task #89 - DERP Protocol Review & Formalization
WHAT WAS DONE:
- Added Task #89 to tasks.md (Tier 2 priority)
- Documented need to review DERP protocol usage
- Identified gap between intended and actual Gemini collaboration workflow
- Captured questions about gemini-workspace repo usage
- Connected to RV Dream (disaster recovery must work remotely)

WHY:
- gemini-workspace repo exists but sits empty
- Gemini consultations happening ad-hoc (e.g., March 31 monorepo session)
- No formalized workflow for Gemini collaboration
- DERP protocol may need updating based on actual usage patterns
- Firefrost Codex relationship to Gemini unclear

CONTEXT:
During gemini-workspace repo review (similar to brainstorming cleanup),
realized DERP protocol established Feb 2026 but never actually stress-tested
or formalized. Need comprehensive review to ensure disaster recovery strategy
is operational, not just theoretical.

FILES:
- docs/core/tasks.md (modified, +31 lines for Task #89)

Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
2026-03-31 21:37:12 +00:00
Claude (Chronicler #49)
64e198422a docs: Complete task reprioritization for soft launch focus
WHAT WAS DONE:
Conducted comprehensive review of all 88 tasks and reprioritized based on soft launch requirements

CRITICAL REALIZATION:
- 88 tasks documented total
- Only 7 tasks block soft launch
- Been building infrastructure for "children not yet born" but need revenue NOW
- Previous priority (Holly's builder tools) is quality of life, not critical path

NEW PRIORITY SYSTEM:

TIER S: SOFT LAUNCH BLOCKERS (7 tasks, ~24-32 hours)
1. Arbiter 2.1 - Subscription cancellation system (4-6 hours + 2 hours research)
2. Ghost CMS Homepage (2-3 hours) - content ready, needs implementation
3. Paymenter Tier Configuration (1-2 hours) - 6 tiers
4. Ghost Legal Pages (3-4 hours) - ToS, Privacy Policy, How to Join, Contact
5. Paymenter → Pterodactyl Auto-Provisioning (4-6 hours) - research + implement
6. Ghost Mobile Fix (5 minutes) - CSS ready, just paste
7. Paymenter Support → Discord Redirect (30 minutes) - simple redirect

TIER A: HIGH PRIORITY (First tasks after soft launch)
- Builder Rank & Holly Setup (was Tier 0, now deferred)
- Rank System Deployment (can manual assign during soft launch)
- Whitelist Manager fix (workaround exists)
- Paymenter theme (cosmetic only)

TIER B: NICE TO HAVE (Post soft launch)
- Infrastructure monitoring
- Helper tools
- Content creation
- Business planning

TIER C: DEFER INDEFINITELY
- Documentation cleanup
- Infrastructure nice-to-haves not needed for operations
- All the helper tools and quality-of-life improvements

PHILOSOPHY SHIFT:
From: "Infrastructure perfection before shipping"
To: "Ship subscription system, get revenue, use revenue to build faster"

KEY INSIGHTS:

1. Holly Understands:
   - Soft launch revenue enables hiring help for her
   - Getting to revenue faster = more builder support faster
   - She can build in creative mode during soft launch testing
   - Her builder rank is first task AFTER revenue flows

2. Previous Mistake:
   - Treating all 88 tasks equally
   - Building tools before product
   - Optimizing before shipping
   - Infrastructure obsession delaying revenue

3. New Approach:
   - Ruthless focus on revenue-generating infrastructure
   - Everything else waits
   - Ship first, polish later
   - Revenue enables everything else

SOFT LAUNCH CRITICAL PATH (15 days to April 15, 2026):

Week 1: Core Infrastructure
- Ghost homepage (2-3 hours) - EASY WIN, unblocks marketing
- Ghost mobile fix (5 minutes) - TRIVIAL
- Ghost legal pages (3-4 hours) - Legal protection
- Paymenter research (2 hours) - Prerequisite for Arbiter 2.1

Week 2: Subscription System
- Paymenter tier configuration (1-2 hours)
- Arbiter 2.1 implementation (4-6 hours)
- Arbiter 2.1 testing (2 hours)
- Support redirect (30 minutes)

Week 3: Automation & Polish
- Paymenter → Pterodactyl research (2 hours)
- Auto-provisioning implementation (4-6 hours)
- Rank system deployment (6-8 hours)
- End-to-end testing (4 hours)

Week 4: SOFT LAUNCH READY 🚀

TASKS THAT CAN RUN IN PARALLEL:
While waiting for Paymenter research:
- Build Ghost homepage
- Apply Ghost mobile fix
- Write legal pages
- Configure Paymenter tiers

While waiting for Arbiter testing:
- Deploy rank system
- Configure support redirect
- Research auto-provisioning

NO IDLE TIME philosophy: Always have a task ready that doesn't block.

WHAT CHANGED IN TASKS.MD:
- Updated header to Version 5.0 (REPRIORITIZED FOR SOFT LAUNCH)
- Added Tier S section at top with 7 soft launch blockers
- Each blocker has "WHY THIS BLOCKS SOFT LAUNCH" explanation
- Clear time estimates and next steps
- Deferred Task #1 (Holly) from Tier 0 to Tier A with explanation

NEW DOCUMENTS CREATED:
1. docs/planning/task-reprioritization-march-30-2026.md (comprehensive analysis)
   - Full rationale for reprioritization
   - Task-by-task evaluation
   - Execution order recommendations
   - Parallel work opportunities
   - Philosophy shift explanation

WHY THIS MATTERS:
Michael has been building perfect infrastructure for months. Time to SHIP. Get 10 paying subscribers. Use that revenue to hire help for Holly, buy better hardware, expand faster.

Perfect is the enemy of shipped.

IMMEDIATE NEXT ACTIONS:
1. Ghost mobile fix (5 min) - can do from phone TONIGHT
2. Ghost homepage (2-3 hours) - content ready, just implement
3. Legal pages (3-4 hours) - use ChatGPT for boilerplate
4. Paymenter research (2 hours when home)

Then build Arbiter 2.1, configure tiers, soft launch.

SOFT LAUNCH TARGET: April 15, 2026 (15 days from now)

Signed-off-by: The Versionist (Chronicler #49) <claude@firefrostgaming.com>
2026-03-30 23:57:19 +00:00
Claude (Chronicler #49)
c3acc61702 docs: Task #88 - Ghost homepage mobile responsive fix
WHAT WAS DONE:
Added Task #88 to fix mobile layout issues on firefrostgaming.com homepage where content gets cut off on right side

PROBLEM IDENTIFIED:
Homepage displays incorrectly on mobile devices:
- Content pushed off-screen to the right
- Text truncated/disappearing
- Horizontal overflow issues
- Buttons and cards not wrapping properly

ROOT CAUSE:
- Inline styles with fixed max-width values
- No mobile-responsive media queries
- Ghost theme CSS not overriding inline styles
- Negative margins pushing content beyond viewport

SOLUTION CREATED:
Complete mobile-responsive CSS media queries ready to inject via Ghost Code Injection.

CSS FIXES INCLUDED:

Mobile (< 768px):
- Force full-width layouts (remove max-width constraints)
- Reduce font sizes (4rem → 2.5rem for h1)
- Stack buttons vertically (no horizontal overflow)
- Stack Fire/Frost path cards (grid → single column)
- Remove negative margins that push content offscreen
- Ensure images don't overflow (max-width: 100%)
- Prevent horizontal scrolling (overflow-x: hidden)
- Reduce padding (80px → 40px on mobile)

Tablet (768px - 1024px):
- Medium font sizes (4rem → 3rem for h1)
- Reduced padding (80px → 60px)
- Still responsive, less aggressive than mobile

IMPLEMENTATION STEPS:
1. Copy CSS from docs/planning/ideas/features/ghost-homepage-mobile-fix.css
2. Ghost Admin → Settings → Code Injection
3. Paste into Site Header box
4. Save settings
5. Test on mobile device (force refresh)

TIME ESTIMATE: 5-10 minutes (copy/paste operation)

PRIORITY: Tier 2 - Quality of Life
- Not blocking soft launch
- Improves mobile UX significantly
- No changes to homepage HTML needed
- Pure CSS solution (non-invasive)

IMPACT:
- Immediate mobile UX improvement
- Professional mobile experience
- No desktop layout affected
- Tablet support included

WHY THIS MATTERS:
Mobile traffic is significant for gaming communities. Homepage is first impression. Content getting cut off creates unprofessional appearance and may cause visitors to leave before seeing full value proposition.

FILES ADDED:
- docs/planning/ideas/features/ghost-homepage-mobile-fix.css (133 lines)
- Task #88 added to docs/core/tasks.md

RELATED WORK:
- Ghost homepage built in previous sessions
- Original homepage content at docs/planning/ideas/features/ghost-homepage-content.md
- Frost CSS at docs/planning/ideas/features/ghost-frost-css.css

Signed-off-by: The Versionist (Chronicler #49) <claude@firefrostgaming.com>
2026-03-30 23:47:53 +00:00
Claude (Chronicler #49)
43dcec8bd9 docs: Task #86 - Whitelist Manager Panel v1.12.1 compatibility fix
WHAT WAS DONE:
Created comprehensive task documentation for fixing Whitelist Manager after Panel v1.12.1 API breaking changes

PROBLEM IDENTIFIED:
- Whitelist Manager built against Panel v1.11.x API (February 2026)
- Panel upgraded to v1.12.1 on March 13, 2026
- API response format changed between versions
- All servers showing "UNKNOWN" status
- Server grouping broken (wrong counts, unknown servers)
- Status detection completely broken

ROOT CAUSE:
Python code still parsing old v1.11.x API format. Panel v1.12.1 changed:
- feature_limits → limits
- whitelist → whitelist_enabled
- Possible: environment variable structure
- Possible: nested object changes

IMPACT:
-  Status detection broken (all servers show UNKNOWN)
-  Server grouping broken (TX1 wrong count, unknown group appeared)
-  Core functions likely still work (add/remove player)
-  Workaround exists (use Panel console)

TASK DETAILS:
- Time estimate: 1-2 hours
- Priority: Tier 3 (workaround exists)
- Status: TO DO - BROKEN (needs fix when home)

FIX PROCEDURE DOCUMENTED:
1. SSH to Billing VPS (38.68.14.188)
2. Check service logs for API errors
3. Test Pterodactyl API manually to see new format
4. Update Python code to parse v1.12.1 format
5. Add fallback support for v1.11.x (backward compatibility)
6. Test with live servers
7. Restart service
8. Verify all servers show correct status

CODE CHANGES NEEDED (EXAMPLE):
Before: server['attributes']['feature_limits']['whitelist']
After: server['attributes']['limits']['whitelist_enabled']
Plus: Add .get() safety, fallback to old format, better error handling

CRITICAL REMINDER ADDED:
**ALWAYS check Whitelist Manager after Panel or Wings updates!**

Pterodactyl API can change between minor versions. After ANY Panel/Wings update:
1. Visit whitelist.firefrostgaming.com
2. Verify server statuses (not all UNKNOWN)
3. Check server grouping (correct counts)
4. Test add/remove player
5. If broken → Task #86 fix procedure

PREVENTION DOCUMENTATION:
- Post-update checklist created
- Version compatibility matrix started
- Health check endpoint design
- API versioning notes
- Best practices for defensive coding

WORKAROUND UNTIL FIXED:
Use Pterodactyl Panel console directly:
1. panel.firefrostgaming.com
2. Select server → Console tab
3. Commands: whitelist add/remove <username>

FUTURE ENHANCEMENTS:
- Panel version detection
- API format auto-detection
- /health endpoint for monitoring
- Better error messages
- Retry logic for failed API calls

WHY THIS MATTERS:
Whitelist Manager saves 96.7% time (15 min → 30 sec). That value is lost while broken. Fix is probably trivial (2-5 lines of code) but critical for operational efficiency.

This also establishes pattern: Any Panel/Wings update can break integrations. Must test ALL custom tools after updates.

FILES CREATED:
- docs/tasks/whitelist-manager-v1-12-compatibility/README.md (10,500+ words)

FILES MODIFIED:
- docs/core/tasks.md (added Task #86)

RELATED TASKS:
- Task #7: Whitelist Manager (original deployment)
- Task #47: Whitelist Manager Refinements (Mayview grouping)
- Task #3: Pterodactyl Panel Update v1.12.1 (what broke it)

Signed-off-by: The Versionist (Chronicler #49) <claude@firefrostgaming.com>
2026-03-30 22:48:54 +00:00
Claude (Chronicler #47)
f815525f81 fix: rename Founder tier to Sovereign across all active docs
The top subscription tier is Sovereign, not Founder.
This has been corrected multiple times across sessions — fixing at source.

FILES UPDATED:
- docs/core/tasks.md
- docs/core/project-scope.md
- docs/tasks/rank-system-deployment/rank-structure.md
- docs/tasks/paymenter-pterodactyl-integration/README.md
- docs/archive/2026-02-09-consolidation/luckperms-structure.md
- docs/planning/subscription-tiers.md
- docs/planning/awakened-gateway.md
- docs/guides/subscription-automation-guide.md
- docs/guides/holly-discord-roles-setup.md
- docs/guides/holly-wanderer-permissions-setup.md
- docs/systems/arbiter-discord-role-mappings.md
- docs/branding/trinity-leadership-artwork.md

NOTE: References to 'founders' meaning Michael/Meg/Holly as company
founders were intentionally preserved. Only tier name updated.

Signed-off-by: claude@firefrostgaming.com
2026-03-29 19:42:01 +00:00
Claude (Chronicler #47)
7bd4fa0e24 docs: add YouTube channel description
Written 2026-03-29 18:44 UTC. Ready to paste into YouTube Studio.
Fire/Frost philosophy with FOMO tone. Includes Discord and Linktree links.

Signed-off-by: claude@firefrostgaming.com
2026-03-29 18:44:57 +00:00
Claude (Chronicler #47)
0a17fbbbdf docs: YouTube channel created, handle @playfirefrost
YouTube channel now live under Firefrost Gaming Google account
(socials@firefrostgaming.com). Handle consistent with all other
platforms (@playfirefrost).

Updated Task #56 to reflect completion.

Signed-off-by: claude@firefrostgaming.com
2026-03-29 17:22:08 +00:00
Claude (Chronicler #45)
9eb124a76d docs: add Task #85 - Paymenter support page redirect to Discord
WHAT WAS DONE:
- Added Task #85 to tasks.md
- Documents decision to keep all support tickets in Discord (Ticket Tool)
- Paymenter built-in ticket system will not be used
- Task deferred until Michael is home on desktop

WHY:
Decision made during session: one support queue in Discord is cleaner
than splitting billing tickets in Paymenter and gameplay tickets in
Discord. Meg only needs to watch one place. Task captured so it
doesn't get lost.

FILES MODIFIED:
- docs/core/tasks.md

Signed-off-by: Chronicler #45 <claude@firefrostgaming.com>
2026-03-28 20:59:58 +00:00
Claude
34364281c1 docs: mark Task #84 as complete in tasks.md
Updated task status to COMPLETE with audit results summary.

Key findings:
- 6 servers audited successfully
- 90+ services documented
- 14 game servers mapped
- 68 Docker containers inventoried
- No port conflicts detected
- 2 disk usage warnings (Billing 70%, NC1 66%)

Output: docs/infrastructure/network-audit-2026.md (600+ lines)

Signed-off-by: Chronicler #43 <claude@firefrostgaming.com>
2026-03-27 16:26:05 +00:00
Claude
06fc91def9 task: create Task #84 Infrastructure Audit & Connectivity Map
Created urgent task for comprehensive infrastructure audit across all 6
servers. Prevents future port conflicts and documents interconnectivity.

Task Details:
- Complete server inventory (Command Center, Ghost, Billing, Panel, TX1, NC1)
- Port allocation registry (used, reserved, free)
- Service audit (systemd, Docker, native apps)
- Connectivity map (internal + external)
- Dependency graph (databases, APIs, webhooks, auth flows)
- Visual network diagram

Methodology:
- SSH via Cockpit to each server
- netstat -tlnp | grep LISTEN for port audit
- systemctl list-units --type=service for service inventory
- Map all data flows and authentication dependencies

Time Estimate: 2-3 hours

Priority: Execute IMMEDIATELY at next session start before any other work

Rationale: The Arbiter deployment hit port conflicts (3000→3001→3500).
Need comprehensive infrastructure map before soft launch to prevent
future issues and document all dependencies.

Output: docs/infrastructure/network-audit-2026.md

Signed-off-by: The Verifier <claude@firefrostgaming.com>
2026-03-27 15:41:49 +00:00
Claude
3b107e5369 docs: Mark Ghost homepage and Paymenter tiers COMPLETE
Task #52 (Ghost Subscribe Page):  COMPLETE
- Production-ready subscription page with Fire/Frost branding
- All 11 subscription tiers displayed and styled
- Subscribe buttons linked to Paymenter products
- Completed: March 27, 2026

Paymenter Configuration:  COMPLETE
- All 11 subscription products configured with correct slugs
- Matches Ghost subscribe page links
- Production-ready for billing

CURRENT-CONTEXT.md Updated:
- Soft launch website now READY (both blockers cleared)
- Remaining blocker: Subscription automation (Task #2)
- Phase 1 (mods) delegated to Holly
- Phase 2 (Discord bot) ready after Holly completes

Signed-off-by: The Verifier (Chronicler #42) <claude@firefrostgaming.com>
2026-03-27 13:17:08 +00:00
Claude
78bcb4b18a docs: Expand Task #56 social media platforms to 11 total
Add Reddit, Bluesky, Mastodon, and Kick to official platform list.
Update current status to reflect Discord/Facebook completion.
Document that remaining platforms assigned to Meg (in progress but slow).

Resolves documentation gap identified in NEXT-SESSION-PRIORITY.md where
these platforms were mentioned but not in task documentation.

Platforms now tracked:
1-2. Discord, Facebook ( complete)
3-7. Twitter/X, Twitch, TikTok, Instagram, YouTube ( footer placeholder)
8-11. Reddit, Bluesky, Mastodon, Kick ( not yet in footer)

Related: NEXT-SESSION-PRIORITY.md documentation process review
2026-03-26 07:22:08 +00:00
Claude
ee7fbabf7e feat: add Task #83 - Paymenter → Pterodactyl Auto-Provisioning Integration (CRITICAL)
🚨 BLOCKS SOFT LAUNCH - Must complete before accepting first subscriber

Created comprehensive task documentation for automating subscriber
provisioning between Paymenter billing and Pterodactyl Panel.

Problem:
- Currently every new subscriber requires manual Pterodactyl account creation
- Tier changes require manual permission updates
- Cancellations require manual cleanup
- Does NOT scale beyond 5-10 subscribers

Solution:
Automated webhook bridge: Paymenter → Integration → Pterodactyl API
Customer subscribes → server access granted in 30 seconds (zero touch)

Task includes:
- 4 integration options to investigate (native extensions vs custom)
- Pterodactyl API setup guide with required permissions
- 10-tier subscription mapping (Awakened → Founder)
- Webhook configuration and security
- Full lifecycle testing requirements (create/upgrade/cancel)
- Success criteria checklist (4 phases)
- Error handling and logging requirements
- Manual override procedure for edge cases

Research priority:
1. Check Paymenter docs for native Pterodactyl integration
2. Check Blueprint marketplace for Paymenter module
3. Fall back to n8n workflow if no native option
4. Last resort: custom webhook script

Time estimate: 4-6 hours
Priority: CRITICAL (Tier 0 - blocks soft launch)
Status: 🔴 BLOCKING SOFT LAUNCH

Related:
- Task #2 (LuckPerms Discord sync - depends on this)
- Blocks acceptance of real subscribers

Documentation: docs/tasks/paymenter-pterodactyl-integration/README.md
Added to docs/core/tasks.md as Task #83

Created by: The Verifier (Chronicler #41)
Session: March 26, 2026, 2:20 AM CST
2026-03-26 07:03:11 +00:00
Claude
f7e1f907c3 feat: add Task #82 - Decommission Plane Project Management
Created task documentation for removing Plane from TX1 Dallas server.

Context:
- Plane v2.4.2 was successfully deployed with 5 projects, labels, members
- Gitea↔Plane sync via n8n had webhook loop issues (crash)
- Team switched to Gitea's built-in Kanban project boards
- Plane adds unnecessary complexity for minimal benefit

Task deliverables:
- Stop/remove Plane Docker containers on TX1
- Remove Nginx config for tasks.firefrostgaming.com
- Delete /opt/plane/ directory and volumes
- Remove or repurpose DNS record
- Archive n8n Plane workflows
- Update infrastructure-manifest.md

Documentation includes:
- Complete decommissioning steps with commands
- Verification checklist
- Context on why Plane didn't fit workflow
- What replaces it (Gitea Projects)

Priority: Tier 5 (Infrastructure Cleanup)
Time estimate: 30 minutes

Added to docs/core/tasks.md as Task #82
Created docs/tasks/plane-decommissioning/README.md

Session: March 26, 2026
Chronicler: #41
2026-03-26 05:58:39 +00:00
Claude
a1db689dcc docs: Mark Task #70 Ghost Page Builder COMPLETE
TASK COMPLETED:
- Ghost Page Builder tool built and tested
- 350+ lines React artifact with Trinity CSS
- Gemini architectural consultation documented
- Tool saved to git: tools/ghost-page-builder/
- Privacy fix applied (nicknames not real names)
- All features tested and approved by Michael

IMPLEMENTATION SUMMARY:
- Live HTML editor with Tab key support
- Real-time preview with Trinity CSS (Fire/Arcane/Frost)
- Viewport toggle (Desktop/Tablet/Mobile)
- Sample templates (Blank, Simple, Trinity Layout, Trinity Card Grid)
- Auto-save to localStorage
- Copy-to-clipboard functionality
- Trinity gradient header and color reference footer

TIME:
- Estimated: 45-60 minutes
- Actual: ~65 minutes (including Gemini consultation)
- Well within expected range

UNBLOCKS:
- Task #69 (Ghost Website Core Pages) - ready to build with this tool

GITEA LABELS UPDATED:
- status/to-do → status/done

Completed by: Chronicler #39
Completed: March 22, 2026

Signed-off-by: Chronicler #39 <claude@firefrostgaming.com>
2026-03-21 21:54:32 +00:00
Claude
e3197c386f feat: Interactive Tools Suite - Tasks #70-81 + FFG-STD-006
Complete implementation of workflow improvement initiative:

NEW STANDARD - FFG-STD-006: Gitea Issue Management
- Comprehensive 14-section standard for all Gitea issues
- Label schema documentation (35 labels)
- Issue title formats (Task #XX: vs other)
- Issue body templates and required sections
- Workflow practices (creating, updating, closing)
- Project board organization
- Special cases (dev tools, emergency, soft launch blockers)
- Integration with tasks.md, project boards, Discord, Git commits

NEW LABEL: area/development-tools
- Created via Gitea API (ID: 35)
- Color: #7F00FF (purple)
- For internal workflow tools

TASKS #70-81: Interactive Tools Suite (12 tools)
- Master specification: 37,000+ words of detailed documentation
- Prioritization framework (0-50 scoring)
- Complete technical specs for each tool
- User workflows, success criteria, implementation notes

Tools Created:
1. #70: Ghost Page Builder (CRITICAL, 45-60min, READY)
2. #71: Paymenter Tier Config (HIGH, 30-45min, BLOCKED)
3. #72: Infrastructure Dashboard (MEDIUM, 60-90min, BLOCKED)
4. #73: Task Dependency Visualizer (MEDIUM, 90-120min, BLOCKED)
5. #74: SSH Auto-Setup Script (MEDIUM, 15-20min, READY)
6. #75: Gemini Consultation Helper (MEDIUM, 20-30min, READY)
7. #76: Social Media Calendar (MEDIUM, 45-60min, READY)
8. #77: Response Template Library (MEDIUM, 30-45min, READY)
9. #78: Fire/Frost Design System (HIGH, 30-45min, READY)
10. #79: Infrastructure Quick Ref (HIGH, 30-45min, READY)
11. #80: Task Scaffolding Tool (MEDIUM, 45-60min, READY)
12. #81: Memorial Writing Assistant (LOW, 30-45min, READY)

GITEA ISSUES CREATED:
- Created 12 issues (#217-227) via API
- All properly labeled per FFG-STD-006
- Status: 8 READY, 4 BLOCKED
- Priority: 2 CRITICAL, 3 HIGH, 6 MEDIUM, 1 LOW

TASKS.MD UPDATED:
- Version 4.0
- Added Interactive Tools Suite section
- Implementation roadmap (5 sprints)
- Clear priority tiers and time estimates

IMPLEMENTATION ROADMAP:
Sprint 1 (Critical): Tools #1, 9, 10 (2-3 hours)
Sprint 2 (High): Tools #2, 5, 6 (1.5-2 hours)
Sprint 3 (Medium - Team): Tools #7, 8 (1.5-2 hours)
Sprint 4 (Medium - Analysis): Tools #3, 4 (3-4 hours)
Sprint 5 (Optional): Tools #11, 12 (1.5-2 hours)

Total estimated time: 9-13 hours for all 12 tools
Minimum viable set: Tools #1, 9, 10 (immediate impact)

PHILOSOPHY:
Foundation Before Expansion - build permanent utilities that:
- Solve real workflow pain points
- Multiply future efficiency
- Encode organizational knowledge
- Serve current and future team members

Based on The Translator's insight: 'We're using Claude well for
documentation, but missing interactive tool-building opportunities.'

NEXT ACTIONS:
1. Michael syncs issues to Gitea project boards
2. Define feature matrix for Tool #71 (Paymenter tiers)
3. Map dependencies for Tools #72-73 (if building)
4. Build Tool #1 (Ghost Page Builder) - CRITICAL priority

Files:
- docs/standards/FFG-STD-006-gitea-issue-management.md (14 sections)
- docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md (37k words)
- docs/core/tasks.md (updated to v4.0)
- scripts/create-interactive-tools-issues.sh (batch issue creation)

Signed-off-by: Chronicler #39 <claude@firefrostgaming.com>
2026-03-21 20:50:20 +00:00
Claude
f7aa35ed47 docs: add tasks #68-69 and update #52 for Ghost website work
Task #68: Ghost Theme Migration - Casper to Source
- Status: COMPLETE (March 21, 2026)
- Documented migration from Casper to Source v1.5.2
- Custom-home.hbs template solution (Gemini consultation)
- Navbar styling and Sign in button fix completed
- Full documentation in docs/tasks/ghost-theme-migration/

Task #69: Ghost Website Core Pages
- Status: READY - High priority (soft launch blocker)
- 6 pages needed: About, Servers, Blog, Terms, Privacy, How to Join
- Current navigation has broken links (Servers, About, Blog)
- Complete implementation plan in docs/tasks/ghost-website-pages/
- Estimated time: 3-4 hours

Task #52: Ghost CMS Homepage (UPDATED)
- Status: PARTIALLY COMPLETE
- Theme migration complete (Task #68)
- Hero section working with Fire/Frost branding
- Remaining: Content sections 2-5 (Origin Story, Why Different, Paths, CTA)
- Reduced time estimate: 2-3 hours (content only)

Updated tasks.md header to v3.9 (Chronicler #38, March 21, 2026)

Note: No automated Gitea issue creation script found in automation/
Manual issue creation will be needed for tasks #68-69
2026-03-21 19:06:27 +00:00
Claude
a19e79aeaa docs: add tasks #66 and #67 to master task list
Task #66: Deploy Cockpit Web Terminal to All Servers
- Status: COMPLETE (March 21, 2026)
- Enables Chromebook-based server management
- All 6 servers now accessible via browser

Task #67: NC1 Security & Temperature Monitoring
- Status: IN PROGRESS (firewall complete, monitoring planned)
- UFW enabled on NC1 (was unprotected)
- Temperature monitoring plan documented

These tasks were completed in Session 37 but weren't added to
tasks.md initially. Adding now to trigger Gitea issue sync.

Critical lesson: Task documentation must be added to tasks.md
for Gitea issue creation via sync script.

Signed-off-by: The Chronicler <claude@firefrostgaming.com>
2026-03-21 07:29:02 +00:00
Claude
2e7a4fe60c feat: add Facebook and Twitch to Task #56 social media setup
Updated social media platforms list to include:
- Facebook (@FirefrostGaming)
- Twitch (@FirefrostGaming)

Total platforms: 7 (Discord, Facebook, Twitter/X, Twitch, TikTok, Instagram, YouTube)

Also updated Ghost footer HTML with Facebook and Twitch placeholders.

Related: Task #56 Social Media Accounts Setup
Updated by: The Chronicler #36
2026-03-21 04:51:17 +00:00
Claude
769c633518 tasks: Add Task #65 - Grant Claude Full Infrastructure Access
Create comprehensive task for granting Claude (The Chronicler) full API and SSH access to all Firefrost infrastructure.

Task #65: Grant Claude Full Infrastructure Access (API + SSH)
- Time: 30-45 minutes
- Priority: HIGH
- Status: PENDING

Access Needed:
1. Gitea API token (admin scopes) - Create issues, add users, manage repos
2. SSH access to all 6 servers - Verify configs, restart services, troubleshoot
3. Service API tokens (optional) - Plane, Mailcow, Pterodactyl, Ghost

Current Limitations Claude Has:
- Can commit to Git (via Git token) 
- CANNOT create Gitea issues (must make templates) 
- CANNOT add Gitea users 
- CANNOT SSH to servers 
- CANNOT restart services 

After Task #65 Complete:
- Claude creates Gitea issues directly 
- Claude adds users on request 
- Claude SSHs to all 6 servers 
- Claude restarts services when needed 
- Claude executes autonomous deployments 

Implementation:
- Generate ed25519 SSH key pair
- Distribute public key to all 6 servers
- Store private key in Vaultwarden (Task #6)
- Generate Gitea API token with full admin scopes
- Test SSH access on all servers
- Test Gitea API by creating test issue
- Document all access in infrastructure manifest

Security:
- ed25519 SSH key (modern, secure)
- All tokens stored in Vaultwarden (encrypted)
- All actions logged and auditable
- Keys can be revoked in < 5 minutes if needed

Expected Benefits:
- Force multiplication (Claude executes directly, not via templates)
- Time savings: 2-4 hours/week of Michael's time
- Faster response to issues
- Autonomous routine operations
- Better documentation (Claude documents as it works)

Why This Matters:
Turns Claude from 'documentation assistant' into 'operational partner'
who can execute directly instead of creating work for Michael.

Example: User asks 'add me to Gitea' → Claude does it immediately
instead of creating template for Michael to execute later.

Documentation: docs/tasks/claude-infrastructure-access/README.md
- Complete implementation guide
- SSH key generation steps
- Gitea API token creation
- Security considerations
- Verification checklist
- Break-glass revocation procedure

For children not yet born. 💙🔥❄️

Created by: The Guide (Chronicler #35)
2026-03-21 00:17:07 +00:00
Claude
bfe4c3e543 assets: Add Trinity Minecraft skins + Tasks #62-64 upload instructions
Generated and resized Minecraft skins for all three founders matching The Trinity promotional image.

SKIN FILES (Production-Ready):
- branding/minecraft-skins/the-wizard-frost-64x64.png (9.0K) + 128x128 (29K)
- branding/minecraft-skins/the-emissary-fire-64x64.png (9.4K) + 128x128 (32K)
- branding/minecraft-skins/the-catalyst-arcane-64x64.png (9.7K) + 128x128 (32K)

Generated by: Imagen 3 (Nano Banana 2 Pro) via Gemini Pro
Original size: 1024x1024 (AI output)
Resized to: 64x64 (standard) + 128x128 (HD) using ImageMagick
Format: Proper Minecraft Java Edition skin template layout

TASK #62: Upload The Wizard (Frost) Skin — Michael
- Character: The Wizard (Frostystyle), Frost/Ice element
- Colors: Teal-blue (#4ECDC4), ice blue (#C7F0DB), silver
- Theme: Hooded frost wizard robes, ice crystal patterns
- Player Model: Steve (classic arms)
- Documentation: docs/tasks/wizard-frost-skin/README.md
- Gitea issue: docs/tasks/wizard-frost-skin/GITEA-ISSUE.md

TASK #63: Upload The Emissary (Fire) Skin — Meg
- Character: The Emissary (Gingerfury), Fire/Flame element
- Colors: Orange (#FF6B35), red (#E63946), gold (#FFD700)
- Theme: Flowing fire robes, flame patterns, ember accents
- Player Model: Alex (slim arms)
- Documentation: docs/tasks/emissary-fire-skin/README.md
- Gitea issue: docs/tasks/emissary-fire-skin/GITEA-ISSUE.md

TASK #64: Upload The Catalyst (Arcane) Skin — Holly
- Character: The Catalyst (unicorn20089), Arcane Storm element
- Colors: Deep purple (#9D4EDD), violet (#C77DFF), lavender (#E0AAFF)
- Theme: Arcane sorcerer robes, mystical symbols
- Player Model: Alex (slim arms)
- Documentation: docs/tasks/catalyst-arcane-skin/README.md
- Gitea issue: docs/tasks/catalyst-arcane-skin/GITEA-ISSUE.md

Each task includes:
- Complete step-by-step minecraft.net upload instructions
- Which player model to select (Steve vs Alex)
- In-game testing procedure (F5 view)
- Server verification steps
- Troubleshooting section (relog, model selection, propagation)
- Verification checklist
- Screenshot instructions
- BONUS: Trinity group photo instructions (all three founders together)

All three skins match The Trinity promotional image:
- Left character (blue) = The Wizard (Michael)
- Center character (purple) = The Catalyst (Holly)
- Right character (orange) = The Emissary (Meg)

Priority: HIGH (founder branding, visual consistency)
Time: 10-15 minutes each
Status: Ready to upload immediately

Updated sparse checkout to include branding directory.

For children not yet born. 🔥❄️

Created by: The Guide (Chronicler #35)
2026-03-21 00:11:04 +00:00
Claude
2e4b9400db tasks: Add Task #61 - AI-Generated Minecraft Skins for The Trinity
Complete task documentation for generating custom Minecraft skins matching The Trinity promotional image.

Task #61: AI-Generated Minecraft Skins for The Trinity
- 3 skins needed: The Wizard (Frost), The Emissary (Fire), The Catalyst (Arcane)
- Strategy: AI generation first (Flux 1.1 Pro), commission if needed
- Time estimate: 1-2 hours

Created:
- docs/tasks/trinity-minecraft-skins/README.md (complete task overview)
- docs/tasks/trinity-minecraft-skins/PROMPTS.md (3 optimized Flux prompts)
- docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md (ready to copy into Gitea)
- docs/core/tasks.md (Task #61 summary added)

Flux 1.1 Pro Prompts (optimized for Minecraft skin template format):
1. The Wizard (Frost) - Deep blue robes, ice crystals, silver trim
2. The Emissary (Fire) - Orange/red robes, flame patterns, gold trim
3. The Catalyst (Arcane) - Purple robes, arcane symbols, violet accents

Workflow:
1. Generate with Flux (1:1 aspect, 30-40 steps, guidance 7-8)
2. Refine in Nova Skin editor (novaskin.me)
3. Test in Minecraft Java Edition
4. Backup: Commission on Fiverr ($15-30) if AI fails

Deliverables:
- 3 .png skin files (64x64 Minecraft format)
- Committed to branding/minecraft-skins/
- Uploaded to Minecraft profiles
- Tested in-game

Dependencies: The Trinity image (Task #57), fal.ai access
Priority: MEDIUM
Status: PENDING

For children not yet born. 🔥❄️

Created by: The Guide (Chronicler #35)
2026-03-20 23:42:52 +00:00
Claude
c10183fb6f tasks: Add Tasks #57-60 for The Trinity image deployment
Four new tasks for deploying The Trinity promotional image across all platforms:

Task #57: Commit image to branding/promotional/ in ops manual
- 5 minutes
- Source: /mnt/user-data/uploads/The_Trinity.png
- Destination: branding/promotional/the-trinity.png

Task #58: Upload to Ghost CMS media library
- 10 minutes
- Makes image available for website use
- Document CDN URL for reference

Task #59: Add to Ghost homepage Origin Story section
- 15-20 minutes
- Adds visual above text description of The Trinity
- Reinforces Fire/Frost/Catalyst identity

Task #60: Deploy to social media platforms
- 30-45 minutes
- Twitter/X header, YouTube banner, Discord server banner
- Platform-specific crops saved to social-media-crops/
- Blocked by Task #56 (social accounts must exist first)

The Trinity image: Epic Minecraft-style artwork showing all three founders
- The Wizard (Frost/blue), The Catalyst (purple/arcane), The Emissary (Fire/orange)
- Fire/Frost collision background with Firefrost Gaming logo
- High-quality promotional art for website and social media

Priority: HIGH (Tasks #57-59), MEDIUM (Task #60)
Status: All PENDING
2026-03-20 21:31:47 +00:00
Claude
87bab1b66d docs: add Task #56 - Social Media Accounts Setup
Added new MEDIUM priority task for creating official Firefrost Gaming
social media presence across major platforms.

Platforms:
- Twitter/X (@FirefrostGaming)
- TikTok (@FirefrostGaming)
- Instagram (@FirefrostGaming)
- YouTube (@FirefrostOfficial)

Task includes profile setup, branding, credential storage in Vaultwarden,
and updating Ghost footer with real social links.

Currently Ghost homepage footer has placeholder links with '(Coming Soon)'
labels until accounts are created.

Related to Task #52 (Ghost CMS Homepage) and Task #6 (Vaultwarden).

Signed-off-by: The Chronicler <claude@firefrostgaming.com>
2026-03-20 00:17:17 +00:00
Claude
fa040398b3 docs: add Task #55 - Discord Permanent Invite Link Setup
Added new HIGH priority task for creating permanent Discord invite link
needed for Ghost website launch.

Task details:
- 15-30 minute task
- Create never-expiring Discord invite
- Update Ghost homepage CTA button from /subscribe to Discord
- Document link in infrastructure manifest

Currently Ghost homepage points to /subscribe as temporary measure
until Discord invite is ready.

Related to Task #52 (Ghost CMS Homepage implementation in progress).

Signed-off-by: The Chronicler <claude@firefrostgaming.com>
2026-03-20 00:15:04 +00:00
Claude
ee28bb3c5c feat: number brainstorming issues as Tasks #52-54, close duplicate
PROBLEM:
4 issues from brainstorming merge had no task numbers:
- Issue #70: Ghost Homepage
- Issue #71: Server Listing Page
- Issue #72: Among Us Events (DUPLICATE)
- Issue #73: Other Game Servers

SOLUTION:
1. Closed Issue #72 as duplicate of Task #44 (Among Us Weekly Events)
2. Renumbered remaining issues as Tasks #52-54
3. Added full task entries to tasks.md

NEW TASKS:
- Task #52 (Issue #70): Ghost CMS Homepage - Fire/Frost Design (HIGH priority)
- Task #53 (Issue #71): Ghost CMS Server Listing Page (MEDIUM)
- Task #54 (Issue #73): Evaluate Other Game Servers (MEDIUM)

All tasks now properly numbered 1-54 with no duplicates.
Gitea issue titles updated to match task numbers.
2026-03-19 20:46:02 +00:00
Claude
fab7857c9c refactor: complete task renumbering (1-51, sequential, no duplicates)
PROBLEM:
tasks.md had duplicate task numbers (#10, #11, #12, #21, #26, #28 all duplicated)
causing confusion and making references ambiguous.

SOLUTION:
Renumbered all 51 tasks sequentially from #1-#51 in file appearance order.

CHANGES:
- tasks.md: All task headers renumbered 1-51 (no duplicates)
- Gitea issues: All 73 issue titles updated to match new task numbers

NOTABLE RENUMBERINGS:
- Old Task #40 (Builder Rank) → New Task #1
- Old Task #1 (Whitelist Manager) → New Task #7
- Old Task #49 (Ignis Protocol) → New Task #51

COMPLETE vs OPEN maintained:
-  COMPLETE tasks kept their completion markers
- ⚠️ SUPERSEDED tasks kept their status
- Open tasks remain open

NOTE: Gitea Issue numbers (#19-#73) are unchanged (permanent IDs).
Only task numbers in titles were updated for consistency.

This creates clean, unambiguous task references going forward.
2026-03-19 20:11:41 +00:00
Claude
c99225e22a fix: correct Task #32 numbering (was incorrectly labeled Task #31)
Server-to-Server SSH Key Setup was incorrectly numbered as Task #31,
creating duplicate with Pterodactyl Modpack Version Display.

Fixed:
- tasks.md: Task #31 → Task #32 (Server-to-Server SSH Key Setup)
- Gitea Issue #64: Updated title to reflect Task #32

Correct sequence now: Task 30 → 31 → 32 → 33

Note: Multiple other duplicate task numbers exist in tasks.md
and need comprehensive renumbering (Task #11, #12, #21, #26, #28 all duplicated).
2026-03-19 20:02:34 +00:00
Claude
59a0ea2fd1 docs: Create Ignis Protocol specification and correct Fire/Frost documentation
- Created docs/planning/ignis-protocol-specification.md (master spec for 18+ mature space)
- Added Task #49: Ignis Implementation Planning (blocked on legal consultation)
- Fixed conflicting Fire/Frost descriptions in project-scope.md

Ignis is purely age-based (18+), separate from Fire/Frost subscription paths.
Fire/Frost are all-ages (13+) community identity choices.
Sovereign tier gets BOTH Fire AND Frost access.

Prepared for LegalCORPS pro-bono legal consultation on age verification,
COPPA compliance, and Terms of Service review.

Signed-off-by: The Chronicler <claude@firefrostgaming.com>
2026-03-19 14:05:48 +00:00
Claude
af02883514 feat: Plane project management deployed on TX1
Deployed March 15, 2026. https://tasks.firefrostgaming.com live.

- Plane v2.4.2 via prime.plane.so installer
- TX1 Dallas (38.68.14.26) — 226GB free RAM, rounding error
- Nginx reverse proxy to port 8090 (Wings holds 8080, nginx holds 80)
- Let's Encrypt SSL (expires 2026-06-14, auto-renews)
- DNS A record tasks.firefrostgaming.com → 38.68.14.26

Install quirk: prime-cli installer requires port 80 free.
Workaround: stop nginx, install, set LISTEN_HTTP_PORT=8090 in
/opt/plane/plane.env, prime-cli restart, start nginx.

Next: create workspace, projects, invite staff, migrate tasks.md

Refs: Task #47
2026-03-16 05:50:18 +00:00
Claude
31e95a3de0 feat: Mailcow email server deployed on Billing VPS
Deployed March 15, 2026 — two weeks ahead of April 1 target.

- Mailcow dockerized stack on Billing VPS (38.68.14.188)
- Nginx proxy on 8080/8443 (coexists with Paymenter)
- Let's Encrypt SSL (auto-renews, expires 2026-06-14)
- ClamAV disabled for RAM conservation (1.9GB server)
- DKIM selector: dkim, 2048-bit key
- SPF updated (plesk.breezehost.io removed)
- Autodiscover/autoconfig CNAMEs added
- Daily backup cron 3am via helper-scripts
- Outbound verified: mail-tester.com + Gmail both delivered
- Inbound: DNS propagating, Gmail retry pending

Mailboxes: michael, megan, holly, hello, noreply, support
Aliases: frostystyle, gingerfury, unicorn20089, admin, billing, webmaster

Plane deployment updated: TX1 Dallas (not new VPS)
Fleet audit showed TX1 has 226GB free RAM — Plane is trivial.

Refs: Task #11, Task #47
2026-03-16 04:57:58 +00:00
Claude
ada9c320ef feat: Task #47 — Plane self-hosted project management
Deploy Plane at tasks.firefrostgaming.com on Command Center.

Decision: Self-hosted Plane over Linear/Trello/Notion because:
- Firefrost philosophy: keep everything in-house
- Scales from 3 to 15+ staff (builders, moderators, social media, devs)
- Open source, free forever self-hosted
- Linear-quality UI non-technical staff can use
- Docker-based, fits existing stack

Full deployment plan includes:
- DNS, installation, Nginx + SSL
- 5 projects: Infrastructure, Community, Content, Builds, Operations
- Task migration from tasks.md
- Backup automation
- Uptime Kuma monitoring
- Staff onboarding notes

Session: The Navigator (Chronicler #30)
2026-03-15 20:21:10 +00:00
Claude
0b44046624 feat: add Task #45 server sunset evaluation + Task #46 Ghost music player
Task #45 — Server Sunset Evaluation (Tier 1)
- Evaluation criteria: activity, modpack health, strategic fit, resources, interest
- Scoring table for all 14 servers
- Pre-known candidates: Homestead, Hytale, FoundryVTT
- Output feeds Server Sunset & World Archive task
- 30-day world download policy referenced

Task #46 — Ghost CMS Music Player (Tier 3)
- Navbar toggle button, Fire/Frost styled
- Autoplay OFF by default
- First track: 'Powerful' by David Fesliyan
- Full code injection ready (header CSS + footer JS)
- Multi-track cycling support built in
- Steps: download → NextCloud → Ghost injection

Session: The Navigator (Chronicler #30)
2026-03-15 20:11:41 +00:00
Claude
4708c54fee docs: deprioritize Frostwall Protocol
Reasoning:
- No active DDoS attacks experienced
- Email unblocked via Billing VPS (clean IP)
- Breezehost provides baseline protection
- CosmicGuard available if attacks occur
- Complex infrastructure for theoretical problem

Frostwall remains documented for future if needed.
Not worth 3-4 hours of SSH work right now.

Session: Chronicler #30
2026-03-14 22:35:57 +00:00
Claude
b18dfe7cf8 docs: unblock Mailcow — move to Billing VPS, remove Frostwall dependency
Decision: Mailcow goes on Billing VPS (38.68.14.188) not NC1.
Reasoning:
- Clean IP reputation (only Paymenter on this server)
- Sufficient resources (13GB free disk, ~60% free RAM)
- Logical co-location with Paymenter for transactional email
- Frostwall dependency was incorrect — email needs clean IP,
  not dedicated hardware

Mailcow is now unblocked and ready to deploy.

Session: Chronicler #30
2026-03-14 22:31:18 +00:00
Claude
26adb9c103 docs: mark Task #43 PteroStats complete
Completed by The Cartographer (Chronicler #29) on March 13, 2026.
Status was not updated in tasks.md during that session.

Session: Chronicler #30
2026-03-14 03:17:46 +00:00
Claude
71e40d212a docs: mark Task #42 complete — Pterodactyl v1.12.1, kernel 6.8.0-106
Chronicler #29
2026-03-13 20:54:58 +00:00
Claude
5d2ec4884f docs: mark Task #38 complete — Ghost updated to 6.19.3
CVE-2026-26980 + CVE-2026-29784 patched.
System updates + kernel upgrade (6.8.0-106) applied.
All services verified healthy post-reboot.
Ghost, Pokerole Wiki, Staff Wiki, Subscribers Wiki all running.

Completed March 13, 2026 by Michael + Chronicler #29
2026-03-13 19:51:52 +00:00
Claude
8b78ed2a6a feat: add Task #44 — NC1 node usage stats not reporting
All stats showing dashes in PteroStats panel.
Wings v1.11.1 is current — not a version issue.
Needs investigation: Wings connection, PteroStats config,
firewall, or Wings config mismatch.

Created by Chronicler #29
2026-03-12 22:22:16 +00:00
Claude
90ecc93175 fix: move Pterodactyl + PteroStats updates to proper tasks
Task #42: Pterodactyl Panel v1.12.0 → v1.12.1
Task #43: PteroStats v1.0.0 → v1.1.0 (by Elurym)
Removed from personal reminders — these are tracked tasks.

Created by Chronicler #29
2026-03-12 22:21:03 +00:00
Claude
ebb66b3cc2 priority: elevate Frostwall Protocol to top priority
Email is needed urgently — Holly staff email, staff comms,
subscriber notifications. Frostwall → Mailcow is the only
path. Elevated March 10, 2026.

Created by Chronicler #29
2026-03-10 23:34:34 +00:00
Claude
aa48bd0313 feat: add Task #40 + #41 — builder rank/Holly setup + full rank system
Task #40 (TOP PRIORITY): Builder rank on all 12 servers for Holly.
LuckPerms install, builder group, WorldEdit/VoxelSniper toolkit,
amber gold prefix. Unblocks Holly immediately.

Task #41 (TOP PRIORITY): Full rank system automation.
Awakened → Founder subscriber hierarchy + staff ranks on MySQL
backend. Paymenter → Discord → LuckPerms automation.
Rank structure sourced from luckperms-structure.md (Feb 2026).

Created by Chronicler #29
2026-03-10 23:29:39 +00:00
Claude
860666de33 feat: add Task #39 — Ghost CMS buildout (firefrostgaming.com)
Full site buildout: homepage, about, servers, blog.
Michael + Chronicler collaborative session.
Blocked by Task #38 (security update first).

Includes content guide (all 4 pages scoped) and theme spec
(Frost palette, Orbitron/Inter, branding asset references).

Created by Chronicler #29
2026-03-10 23:26:19 +00:00
Claude
830599ce44 feat: add Task #38 — Ghost CMS urgent security update
CVE-2026-26980 (CVSS 9.4) + CVE-2026-29784 (CVSS 7.5)
Current version: 6.16.1 (vulnerable)
Target version: 6.19.3 (patches both CVEs)
Exposure window: March 2 - present

Deployment plan covers both Ghost CLI and Docker update paths.
Ghost CMS flagged as undocumented service — manifest update needed.

Created by Chronicler #29
2026-03-10 23:18:56 +00:00
Claude
8deb962f3c feat: add Task #37 — Holly staff onboarding (Lead Builder)
Holly (Unicorn20089) hired as Lead Builder. Task covers:
- Phase 1: Discord role + Pterodactyl account (all 12 servers, basic access)
- Phase 2: Email setup when Mailcow live (holly@ + unicorn20089@ alias)

Role separation documented: Lead Builder ≠ Pokerole Creative Authority.
Phase 1 has no blockers — ready to execute now.

Created by Chronicler #29
2026-03-10 23:05:01 +00:00