Added comprehensive task management section explaining:
- Individual task files in /docs/tasks-active/ (replaces BLOCKERS.md + BACKLOG.md)
- YAML frontmatter structure (task_number, priority, status, blocker flag)
- Decap CMS integration at firefrostgaming.com/admin
- Workflow for creating/completing tasks
- Priority levels (1-4) and blocker criteria
For future Chroniclers: This is the NEW task tracking system as of April 7, 2026.
All task operations should use /docs/tasks-active/ files, not the old BACKLOG.md.
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>
WHAT WAS FIXED:
- Gemini consultation document had Sovereign listed as $50
- Corrected to $499 lifetime (one-time payment)
WHY:
Michael caught recurring error where Sovereign tier is listed as $50/month
instead of the correct $499 one-time lifetime payment. This error keeps
appearing across sessions, likely due to AI memory/context issues.
SOVEREIGN TIER (CORRECT):
- Price: $499 (ONE-TIME, lifetime access)
- NOT a monthly subscription
- Ultimate tier, both Fire + Frost paths
- 50 homes, 225 chunks, 81 force-loaded, no /rtp cooldown
FILES:
- docs/reference/gemini-consultations/2026-03-31-arbiter-whitelist-architecture.md
Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
WHAT WAS DONE:
- Migrated GITEA-API-PATTERNS.md to docs/reference/
- Migrated gemini-testing-protocol.md to docs/reference/
- Migrated llm-fallback-analysis.md to docs/reference/
WHY:
- Preserve useful technical reference material
- Consolidate all operational knowledge in one place
- Clean up brainstorming repo before archival/deletion
FILES:
- docs/reference/gitea-api-patterns.md (new, migrated from brainstorming)
- docs/reference/gemini-testing-protocol.md (new, migrated from brainstorming)
- docs/reference/llm-fallback-analysis.md (new, migrated from brainstorming)
Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
WHAT WAS DONE:
- Created comprehensive architectural decision record
- Documented Gemini's recommendation: Git tags over directory-based versions
- Captured approved repository structure with npm workspaces
- Documented deployment workflow including detached HEAD handling
- Recorded systemd configuration requirements
- Established environment variables security strategy
- Documented multi-server deployment process
WHY:
- Preserve critical architectural decisions from Gemini consultation
- Provide reference for firefrost-services implementation
- Document approved patterns and anti-patterns
- Support future Chroniclers and staff onboarding
- Validate approach aligns with 'decades not months' philosophy
FILES:
- docs/reference/architecture-decisions/firefrost-services-monorepo-decision.md (new, 459 lines)
Signed-off-by: The Golden Chronicler <claude@firefrostgaming.com>
IMPLEMENTED: Label-based project board sync workflow
Changes:
- Created needs-board-sync label (ID: 34, orange #FFA500)
- Modified sync script to auto-add label to new non-complete issues
- Created manual workflow documentation
Why this approach:
- Gitea Projects REST API does NOT exist even in 1.25.5
- Gemini was incorrect about API availability in 1.22+
- Projects API still in development (PR #36824, targeting 1.26.0+)
- Confirmed via swagger spec: zero /projects endpoints exist
How it works:
1. Sync script creates issues with needs-board-sync label
2. Filter by label in Gitea UI
3. Drag to project board (Backlog column)
4. Remove label after syncing
5. Takes 30-60 seconds per sync session
Future automation:
When Gitea 1.26.0+ releases with Projects API, we'll modify
the sync script to use /projects/ endpoints and remove this
manual workflow.
Related: Gitea successfully upgraded to 1.25.5 earlier this session
Signed-off-by: The Chronicler <claude@firefrostgaming.com>
COMPLETED: Cockpit web terminal deployed to all Firefrost servers
Deployment summary:
- Command Center (63.143.34.217:9090) - NEW
- Ghost VPS (64.50.188.14:9090) - Pre-existing
- Billing VPS (38.68.14.188:9090) - NEW
- Panel VPS (45.94.168.138:9090) - NEW
- TX1 Dallas (38.68.14.26:9090) - NEW
- NC1 Charlotte (216.239.104.130:9090) - NEW
All servers accessible via browser with root / Butter2018!!
(Ghost VPS uses architect / Butter2018!!)
Security improvements:
- Enabled UFW firewall on NC1 Charlotte (was unprotected)
- Proper game server port rules (25565-25580, 5520-5521)
- Wings SFTP port (2022) secured
Files created:
- docs/reference/cockpit-quick-reference.md - Complete access guide
- docs/tasks/nc1-security-monitoring/README.md - NC1 temp/firewall monitoring
Files updated:
- docs/tasks/cockpit-deployment/README.md - Marked COMPLETE
Result: Michael can now manage entire infrastructure from Chromebook
without SSH client dependency. Critical for Claude session workflow
(port 22 blocked in Claude sessions).
Actual deployment time: ~1.5 hours (including NC1 firewall setup)
Signed-off-by: The Chronicler <claude@firefrostgaming.com>
Updated three key documents to clarify accessibility requirements:
- PROJECT-INSTRUCTIONS.md
- next-session-prompt.md
- SUCCESSOR-PROMPT-DEPLOYER.md
Key changes:
- Distinguish between code/commands (line by line) vs config files (whole file)
- Always cat config files first, never assume standard configs
- Return entire revised config file for easy copy/paste
- Larger blocks OK for instructions to team members (Holly, Meg)
These are medical accommodations for hand surgery recovery and cognitive
load management - not preferences.
Signed-off-by: The Chronicler <claude@firefrostgaming.com>
All game server subdomains now live in Cloudflare DNS.
Added by Holly via Pterodactyl Subdomain Manager.
TX1: stoneblock4, reclamation, society, vanilla121,
allthemons, rad2, foundry
NC1: atm10, emberproject, emcsubterratech, homestead,
hytale, mayview, minecolonies
Ghost Servers page updated with all connection addresses.
Page remains members-only pending whitelist configuration.
Session: Chronicler #30
Complete Cloudflare DNS export for firefrostgaming.com
Includes all A, CNAME, MX, SRV, TXT records
Nameservers: kyree + shaz.ns.cloudflare.com
Notable: mail.* pointing to 31.56.20.252 (pre-Mailcow)
DKIM + DMARC already configured
Session: Chronicler #30
Problem: Full repo clone was ~1.9GB due to 956MB of consultant photos
in photos/images/ being tracked in Git. This caused significant
slowdown at the start of every session.
Solution: Sparse checkout excludes photos/ directory, pulling only
operational directories needed for Chronicler work.
Performance improvement:
- Before: ~1.9GB clone, ~967MB .git
- After: ~39MB clone, ~18MB .git
- Reduction: 98% smaller
Directories included in sparse checkout:
docs/ automation/ deployments/ branding/ management/ nodes/ web/
Files updated with new clone commands:
- SESSION-HANDOFF-PROTOCOL.md (added perf note + correct commands)
- NEXT-SESSION-PROMPT.md
- SESSION-START-PROMPT-TEMPLATE.md
- CUSTOM-PROMPT-FOR-SESSIONS.md
- docs/reference/PROJECT-INSTRUCTIONS.md
Long-term recommendation: Migrate photos/ to NextCloud or separate
assets repo to permanently remove binaries from operations manual.
Signed-off-by: The Chronicler #28
Created comprehensive summary of new session handoff system for reference.
Documents:
- What was built (4 new files + 1 updated)
- Session control phrases
- Normal vs emergency procedures
- Verification process
- Quarterly testing requirements
- Usage instructions for future Chroniclers
Quick reference for understanding the complete system.
Signed-off-by: Chronicler #22
Added Michael (Frostystyle) to player UUID registry. The founding three are now recorded.
PLAYER DETAILS:
- Username: Frostystyle
- UUID: 83a22372-6b3e-4424-814e-ad6b3a36be03
- Role: Owner/Operator
- Servers: All
NOTES:
- Primary administrator
- Firefrost Gaming founder
- 'Frost' in Fire + Frost philosophy
- Type 1 diabetic, Hashimoto's disease
- Right arm/hand reconstructive surgery survivor
- Stroke survivor (Feb 2026)
- Works with Jack (certified medical alert dog)
- Partner: Meg 'GingerFury' (The Emissary)
THE FOUNDING THREE:
1. Michael (Frostystyle) - Owner, The Frost
2. Meg (Gingerfury66) - Co-Owner, The Emissary
3. Holly (Unicorn20089) - Tester, Founding Member
CURRENT SESSION (2026-02-18 ~11:50 PM):
- Holly: Playing All The Mons (testing 0.10.0-beta)
- Meg: Playing All The Mods 10 (NC1)
- Michael: Managing infrastructure (post-stroke recovery)
Updated all server-specific whitelists with Owner/Co-Owner assignments.
SIGNIFICANCE:
This completes the initial registry with the three people who were there at the beginning:
- The one who built it (Michael)
- The one who guards the hearth (Meg)
- The one who tested it first (Holly)
For children not yet born: These three started it all.
Fire + Frost + Foundation 💙🔥❄️
Added Meg 'GingerFury' (The Emissary) to player UUID registry.
PLAYER DETAILS:
- Username: Gingerfury66
- UUID: 9f690976-75e8-4d7c-8d4f-e4146d6ae761
- Role: Co-Owner/Operator
- Servers: All
- First Seen: 2026-02-18 23:46:44 (All The Mons)
NOTES:
- Co-administrator, community management
- The Emissary (official title)
- Partner in Firefrost Gaming operations
- Part of The Five Consultants (hearth guardian)
CONTEXT:
- Meg joined All The Mons testing session
- Logged in at coordinates (5997.4, 40.0, -1585.1)
- Server handled connection cleanly
- No issues reported
Updated All The Mons server-specific whitelist to include both:
- Gingerfury66 (Meg)
- Unicorn20089 (Holly)
Staff section now complete with placeholder for Michael remaining.
Fire + Frost + Foundation 💙🔥❄️
Created master registry of player UUIDs for Whitelist Manager and server administration.
FIRST ENTRY:
- Holly (Unicorn20089)
- UUID: 88a29147-9a2d-48a0-8980-c42b60f7e010
- Role: Tester, Trusted Player
- Server: All The Mons
- Added: 2026-02-18
PURPOSE:
- Central reference for player identification
- Whitelist Manager integration
- Troubleshooting player data issues
- Analytics and tracking
- Historical record (username changes, removals)
FEATURES:
- Staff section (Michael, Meg to be added)
- Testers section (Holly recorded)
- Subscribers section (for future)
- Server-specific whitelist tracking
- UUID lookup methods documented
- Username change history tracking
- Former players section (historical record)
USAGE:
- Quick UUID lookup for manual operations
- Verification before whitelist changes
- Player data file identification
- Batch operations reference
- Testing participation records
MAINTENANCE:
- Update when players added/removed
- Track username changes
- Document server assignments
- Commit after every change
INTEGRATION:
- Whitelist Manager web interface
- Server logs analysis
- Player data troubleshooting
- Community records
Inspired by:
- Holly's All The Mons testing session (2026-02-18)
- Need for centralized player records
- Whitelist Manager operational support
Status: Active registry, ready for ongoing updates
Fire + Frost + Foundation 💙🔥❄️
Created comprehensive prerequisites guide for Staff Recruitment Launch:
- Complete checklist for incentive instance provisioning
- Application review criteria and process
- Interview questions for Builders and Social Media Helper
- Test project assignments
- Communication templates (6 templates covering all scenarios)
- Application tracking spreadsheet template with scoring system
- Posting strategy and timeline
Also added PROJECT-INSTRUCTIONS.md:
- Complete project instructions for Claude.ai project settings
- Includes git access protocol hardcoded
- Accessibility requirements
- Infrastructure overview
- Working standards and communication style
Ready to support posting recruitment ad when prerequisites complete.
Task: Staff Recruitment Launch (Tier 0)
FFG-STD-002 compliant
Analysis of FFG-STD-002 (Task Documentation Standard):
- 25-page review covering 8 evaluation categories
- 40+ specific recommendations with risk assessment
- Overall grade: B+ (good foundation, needs follow-through)
Key findings:
- Structure is excellent: 27 tasks migrated in single day
- Implementation is shallow: 88% missing deployment plans
- Scalability concerns: flat structure won't scale to 100+ tasks
- Inconsistent status terminology across 3 different sources
Implementation guide provides:
- 42-page step-by-step procedures for top 10 improvements
- Complete code samples and automation scripts
- 12-16 hour rollout over 4 weeks
- Prioritized by impact and dependencies
Deliverables:
- docs/reference/documentation-system-review.md
- docs/reference/implementation-guide-priority-improvements.md
Next steps: Execute improvements in priority order
See implementation guide for detailed procedures
Per Fresh Claude Review Priority #3: Cross-link related documents.
Provides:
- Standard cross-link format
- Implementation strategy
- Priority documents
- Examples and templates
Gradual implementation approach - add as documents touched.
Date: 2026-02-16
Review packet used for fresh Claude instances to evaluate
documentation system structure and efficiency.
Contains:
- Git API access instructions
- Review criteria (organization, redundancy, scalability)
- Output format specification
- Instructions for unbiased structural review
Used for:
- Fresh Claude review #1 (Feb 16, 2026) - Rating: NEEDS WORK
- Fresh Claude review #2 (Feb 16, 2026) - After restructure
Stored for future documentation audits.
Date: February 16, 2026
Created by: The Chronicler