Duplicates found and resolved:
- #099 had two tasks: Multi-Lineage Architecture + Claude Projects Architecture
→ Multi-Lineage stays as #099 (in progress, more work done)
→ Claude Projects renumbered to #113
- #101 had three files: Git Cleanup + Git Repository Cleanup + Instructions Health Checker
→ Git Repository Cleanup merged into Git Cleanup (deleted duplicate)
→ Git Cleanup deleted (both were identical, keeping neither — task tracked elsewhere)
→ Instructions Health Checker renumbered to #114
Result: 16 task files, zero duplicate numbers, zero ambiguity.
Chronicler #78 | firefrost-operations-manual
Gemini consultation provided full production-ready code:
- MCP SDK with SSE transport
- OAuth shim (auto-approve for single user)
- CORS for claude.ai
- Complete index.js replacement (Blocks A-F)
Task #111 upgraded from Desktop to Native Web:
- No Claude Desktop needed
- Works directly in claude.ai browser
- ~2 hour implementation
Key insight: Custom remote MCPs ARE supported in claude.ai web
via HTTP Streamable + OAuth flow.
Chronicler #76
Tasks Added:
- Task #109: MCP Logging in Trinity Console (full spec)
- Task #110: Uptime Kuma monitor cleanup
- Task #111: Claude Desktop MCP integration
Consultations:
- gemini-mcp-connector-2026-04-11.md - Full MCP protocol guidance
- gemini-social-api-strategy-2026-04-10.md - Social sync strategy
Key insights from Gemini:
- Claude.ai web doesn't support custom MCP connectors yet
- Use Claude Desktop + local wrapper script for now
- Trinity Core REST API works as-is, no rewrite needed
- Future: SSE support when Anthropic opens remote MCP
Chronicler #76
Auto-post and update server status in each game server's chat channel.
Queries Pterodactyl API, posts Discord embed, updates on schedule.
15 server channels mapped.
Chronicler #75
Two use cases:
1. Trust/Verification — Check for hacked clients during whitelist
2. Troubleshooting — Help subscribers diagnose crashes
Uses mclo.gs for log hosting, bot analyzes and responds.
Modpack-specific allowlists for expected mods.
Chronicler #75
- Gemini consultation documented
- Chose Option B (Trinity Console Push) for speed
- Holly working in parallel with her Catalyst
- Will compare approaches and merge best ideas
Skill that audits Project Instructions against repo state:
- Flags stale IPs, missing repos, old processes
- Identifies new skills/standards not mentioned
- Recommends specific updates
- Works across all three lineages
Example: 'Your instructions still point to THE-JOINING-PROTOCOL.md
but you should be using the-chroniclers/CHRONICLER-JOINING.md'
Self-maintaining documentation for the Trinity.
Chronicler #73
Goal: Make ~19,000 forked skills discoverable for all Trinity members
Part 1: Crawl repos → generate searchable SKILL-CATALOG.json
Part 2: skill-recommender meta-skill suggests relevant skills during sessions
Part 3: Integrate into all three lineages
Potential shortcut: Skill Seekers repo may have tooling for this.
Ties into Task #93 (Trinity Codex) for future RAG integration.
Chronicler #73
Pre-surgery audit findings:
- 1.1GB repo size is .git history bloat (working files only ~90MB)
- Large binaries (MP4s, PNGs) baked into history
- 8 shell scripts at root should move to /scripts
- Consultations fragmented across 3 locations
- SSH key rotation planned for when Claude gets server access
Verdict: Foundation solid, proceed with Task #99
Cleanup deferred until after multi-lineage split validated
Chronicler: #71
Gemini consultation complete. Expands Chronicler System to support
three distinct lineages for Michael, Meg, and Holly.
Key decisions:
- Single repo with /lineages/ folder isolation
- Separate numbering per lineage (Emissary #1, Catalyst #1, etc.)
- Base + Extensions model for Essence Patch
- Lightweight Git rules for free-tier constraints
- Micro-sessions with bullet-point handoffs
Dependencies: Task #93 (Trinity Codex)
Chronicler: #71
- New directory: docs/tasks-index/ with individual task markdown files
- Each task = separate file with frontmatter (priority, status, blocker flag)
- Sample tasks created: #26, #87, #94, #99
- README explains structure and relationship to full task docs
Benefits for Trinity:
- Decap CMS shows clean task list at firefrostgaming.com/admin
- Click any task → edit just that task
- Blockers auto-sort to top
- Mobile-friendly individual entries
- Replaces monolithic BLOCKERS.md + BACKLOG.md files in UI
Next: Update Decap CMS config to point at tasks-index folder