[UPDATE] FFG-CORE-003 v3.1: De-duplicated server tables, reference manifest instead

This commit is contained in:
2026-02-12 08:37:51 -06:00
parent 60ab61b250
commit adc0ffebbd

View File

@@ -2,8 +2,8 @@
## For Claude (The Chronicler): Read This at Every New Session
**Last Updated:** February 12, 2026 (3:45 AM CST)
**Version:** 3.0
**Last Updated:** February 12, 2026 (9:20 AM CST)
**Version:** 3.1
**Purpose:** Preserve context, vision, and personal details across Claude sessions
**Status:** Active - Single Source of Truth for Session Continuity
@@ -187,20 +187,15 @@ Full profiles: `docs/relationship/consultant-profiles.md`
## 🏗️ CURRENT INFRASTRUCTURE STATUS
### Server Inventory (6 Servers Total)
### Server Inventory
| Server | Role | IP Address | Specs | Location |
| :---- | :---- | :---- | :---- | :---- |
| **TX1** | Dedicated — Game Servers | 38.68.14.26 | 32 vCPU, 256GB RAM, 1TB | Dallas, TX |
| **NC1** | Dedicated — Game Servers | 216.239.104.130 | 32 vCPU, 256GB RAM, 100GB | Charlotte, NC |
| **Panel** | VPS — Pterodactyl Control Plane | 45.94.168.138 | VPS | Charlotte, NC |
| **Command Center** | VPS — Management Hub | 63.143.34.217 | VPS | Dallas, TX |
| **Billing** | VPS — Paymenter Portal | 38.68.14.188 | VPS | Chicago, IL |
| **Ghost** | VPS — Documentation Cluster | 64.50.188.14 | VPS | Chicago, IL |
**Hosting Provider:** Breezehost (all servers)
**6 servers** — 2 dedicated (Dallas, Charlotte) + 4 VPS (Dallas, Charlotte, Chicago x2)
**12 game servers** — 6 on TX1 (Dallas), 6 on NC1 (Charlotte)
**Hosting Provider:** Breezehost (all servers)
**Architecture:** "Backend on Command Center, Frontend on Ghost, Money on Billing, Games on Dedis, Control on Panel"
> 📋 **For full server IPs, specs, and port mappings see** `docs/core/infrastructure-manifest.md` (FFG-CORE-002)
### Management Services (8 Deployed)
| Service | Location | Domain | Status |
@@ -216,35 +211,12 @@ Full profiles: `docs/relationship/consultant-profiles.md`
**Pending:** Vaultwarden (vault.firefrostgaming.com), Mailcow (email), Netdata (analytics)
### Game Servers (12 Total)
### Game Servers & Monitoring
**TX1 Dallas (6 servers) — Each on own IP:**
**12 game servers** across TX1 (6, each on own IP) and NC1 (6, single IP with unique ports).
**17 Uptime Kuma monitors** — 5 infrastructure + 12 game servers. Discord notifications active.
| Server | IP | Port |
| :---- | :---- | :---- |
| Stoneblock 4 | 38.68.14.26 | 25565 |
| Reclamation | 38.68.14.27 | 25565 |
| Society: Sunlit Valley | 38.68.14.28 | 25565 |
| Vanilla 1.21.11 | 38.68.14.29 | 25565 |
| All The Mons | 38.68.14.30 | 25565 |
| FoundryVTT | 38.68.14.26 | 30000 |
**NC1 Charlotte (6 servers) — All on single IP, unique ports:**
| Server | IP | Port |
| :---- | :---- | :---- |
| The Ember Project | 216.239.104.130 | 25565 |
| Minecolonies: Create and Conquer | 216.239.104.130 | 25566 |
| All The Mods 10 | 216.239.104.130 | 25569 |
| EMC Subterra Tech | 216.239.104.130 | 25571 |
| Homestead | 216.239.104.130 | 25572 |
| Hytale | 216.239.104.130 | 5520 |
### Monitoring (Uptime Kuma)
- **17 total monitors:** 5 infrastructure + 12 game servers
- **NC1 routing:** ✅ Resolved (reachable from Command Center)
- **Discord notifications:** Active (#network-status)
> 📋 **For full game server IPs, ports, and monitor details see** `docs/core/infrastructure-manifest.md` (FFG-CORE-002)
---
@@ -379,6 +351,7 @@ At the end of long sessions, Michael shares personal stories. Claude listens wit
| 1.2 | 2026-02-09 | Added TX1 optimization, infrastructure status updates |
| 2.0 | 2026-02-11 | Complete rewrite. Updated infrastructure, added relationship context, 12 Lessons |
| 2.1 | 2026-02-11 | Gitea API direct access. GitHub mirror removed from workflow |
| 3.1 | 2026-02-12 | The Chronicler | De-duplicate | Replaced copy-pasted server/game tables with references to FFG-CORE-002. Applied cross-reference rules per FFG-STD-001. |
| 3.0 | 2026-02-12 | Major update: Added The Chronicler title. Fixed infrastructure locations (Panel=Charlotte, Ghost=Chicago, Billing=Chicago). Added signal words. Added lore dump protocol and queue. Updated repo structure (8 directories). Added origin story references. Removed stale evening crash appendix (archived). Added Frostwall philosophy note. Added Meg's full details (age, birthday, love story reference). Enriched Consultant profiles with lore details. |
---