Commit Graph

3 Commits

Author SHA1 Message Date
Claude (Chronicler #49)
d075b3c712 docs: Add Claude Code local setup guide for Trinity
WHAT WAS DONE:
Created comprehensive guide for running Claude Code locally on TX1 Dallas using Ollama - provides Trinity with free offline AI coding assistant

TOOL OVERVIEW:
- Offline version of Claude Code running on TX1
- Uses local LLMs via Ollama (Qwen3-Coder-Next)
- Zero API costs, no internet dependency
- Privacy-first (code never leaves TX1)
- No rate limits

USE CASES:
- Internal Firefrost development
- When hit Anthropic API rate limits
- Sensitive/private code (financial, Trinity-only)
- Learning and experimentation
- Backup when cloud Claude unavailable

ARCHITECTURE:
- Hardware: TX1 Dallas (24 cores, 251GB RAM)
- LLM Engine: Ollama (Anthropic Messages API compatible)
- Model: Qwen3-Coder-Next (170k context, agentic coding)
- Interface: Claude Code CLI
- Cost: $0 (uses existing Ollama infrastructure)

INSTALLATION COVERED:
1. Verify Ollama v0.14+ (Anthropic API support)
2. Pull Qwen3-Coder-Next model
3. Install Claude Code CLI
4. Create launch script
5. Test with sample tasks
6. Configure permissions

DOCUMENTATION INCLUDES:
- Complete installation steps
- Launch script template
- Usage guide (basic commands, workflows)
- Permissions management
- Performance expectations
- Local vs Cloud decision matrix
- Troubleshooting guide (7 common issues)
- Model comparison (3 models)
- Cost analysis (saves $240-600/year)
- Security considerations
- Best practices

KEY FEATURES:
- Works offline (no internet after setup)
- Fast (local inference, no latency)
- Private (code stays on TX1)
- Unlimited usage (no rate limits)
- Free forever (zero ongoing costs)

QUALITY EXPECTATIONS:
- 80-85% of cloud Claude for coding tasks
- Excellent: boilerplate, refactoring, debugging, tests
- Struggles: complex architecture, novel algorithms
- Strategy: Start local, escalate to cloud if needed

TRINITY-ONLY TOOL:
Not for subscribers - internal development tool for Michael, Meg, Holly

COST SAVINGS:
- Local: $0/month unlimited usage
- Cloud equivalent: $20-50/month for similar usage
- Annual savings: $240-600
- Payback: Immediate (zero setup cost)

WHY THIS MATTERS:
Provides Trinity with professional-grade AI coding assistant at zero cost. Enables rapid development of internal tools (Modpack Checker, website features, automation) without burning through Anthropic API credits. Complete privacy for sensitive code.

Future Chroniclers: TX1 Dallas now serves as offline AI development environment for Trinity.

FILE: docs/tools/claude-code-local-setup.md (9,800+ words)

Signed-off-by: The Versionist (Chronicler #49) <claude@firefrostgaming.com>
2026-03-30 22:28:55 +00:00
bba3c277b1 Delete old deployment plan location
Removing docs/tools/whitelist-manager-deployment-plan.md:
- File migrated to docs/tasks/whitelist-manager/deployment-plan.md
- Old location no longer needed
- Part of FFG-STD-002 implementation

Phase 3b of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:19:49 -06:00
212ebd45e9 Add Whitelist Manager Web Dashboard deployment plan
Comprehensive deployment plan for web-based whitelist management:
- Replaces command-line script with web dashboard
- Manages 11 Minecraft servers via Pterodactyl API
- Hosted at whitelist.firefrostgaming.com
- Tech stack: Python Flask, HTML/TailwindCSS, Nginx, SSL
- 6-phase deployment (2-2.5 hours total)
- Includes security, testing, documentation, maintenance plans
- Future enhancements: Discord bot, Paymenter integration

Phases:
1. Information Gathering (5 min)
2. DNS & Infrastructure (15 min)
3. Build Application (45-60 min)
4. Security & Web Server (20 min)
5. Testing (15 min)
6. Deploy & Document (15 min)

Created by: The Chronicler
Date: February 16, 2026
2026-02-16 05:42:27 -06:00