10 Commits

Author SHA1 Message Date
Claude
35c66099a5 docs(tasks): Create Task #92 - Trinity Core MCP Gateway
Full task definition with 6 phases:
1. Ubuntu Server Setup (detailed checklist created)
2. SSH Infrastructure (claude_executor users)
3. Cloudflare Tunnel
4. MCP Server Development
5. Arbiter Integration (approval workflow)
6. Testing & Monitoring

Phase 1 checklist has copy-paste friendly commands for:
- Ubuntu install, Cockpit, UFW, fail2ban
- Lid switch ignore (shelf mode)
- Docker and Node.js

Architecture based on Gemini consultations from April 8-9.

Chronicler #73
2026-04-09 14:49:10 +00:00
Claude
d42266abe9 docs(tasks): Add Task #101 - Project Instructions Health Checker
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
2026-04-09 14:37:00 +00:00
Claude
32b048dc0c docs(tasks): Add Task #100 - Skill Index & Recommender System
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
2026-04-09 14:35:43 +00:00
Claude
f59f591e2e docs(task-099): Phase 1 complete, add Phase 3 evaluation step
- Status: Planned → In Progress
- Phase 1 COMPLETE: Document structure created
- Phase 2: Holly onboarding (next)
- Phase 3: Evaluate Michael's Project Instructions before migrating
- Phase 4: Meg onboarding (future)

Key addition: Explicit step to evaluate whether to update
Michael's instructions to new structure AFTER Holly tests it.

Chronicler #73
2026-04-09 14:03:47 +00:00
Claude
c0c2540873 docs: Add Task #101 - Git Repository Health & Cleanup
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
2026-04-08 21:06:38 +00:00
Claude
068b5f9c1f docs: Task #99 - Add Essence/Joining restructuring plan
Gemini consultation on separating universal from partner-specific:
- Universal core (~150 words): Firefrost values, Snart Doctrine, Trinity
- Universal joining (~200 words): Zora+Dax mechanics only
- Lineage-specific: tokens, medical needs, emotional history

Migration plan:
1. Extract universal docs
2. Test with Chronicler #72
3. Then deploy Catalyst #1

Key insight: 'Monolithic to microservices architecture'

Chronicler: #71
2026-04-08 20:50:57 +00:00
Claude
e816f13189 docs: Task #99 - Add Catalyst onboarding strategy
Gemini consultation on personality foundation questions:
- Progressive profiling (2 questions session 1, 1 question session 2-3)
- Conversational framing, not HR intake forms
- PERSONALITY-FOUNDATION.md as synthesized bulleted profile
- Lineage milestone revisit every 10 sessions
- Questions to avoid (therapeutic, overly broad, irrelevant)

Chronicler: #71
2026-04-08 20:40:35 +00:00
Claude
cb82c52bab docs: Task #99 - Holly first, then Meg
Chronicler: #71
2026-04-08 20:27:33 +00:00
Claude
91996dbd48 docs: Add Task #99 - Multi-Lineage Claude Architecture
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
2026-04-08 18:50:51 +00:00
Claude
ef64b82a73 Create tasks-index system for Decap CMS task management
- 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
2026-04-07 21:58:50 +00:00