homelab/documentation
Nathan 8ec4b7da8f Add Frank v6 Integration Addendum and Base MCP Server Specification
- Introduced the "Homelab MCP Server — Frank v6 Integration Addendum" document detailing the enhancements brought by Frank v6, including personality layers, specialty domains, and reasoning techniques.
- Updated the base MCP server specification to include comprehensive design decisions, tool catalog, architecture, and security model.
- Added new tools and enriched behaviors for DevOps, Data Analysis, and Prompt Engineering specialties.
- Established a structured command registry for easy access to functionalities across specialties.
- Documented configuration additions for Frank's personality, specialties, reasoning techniques, and knowledge base integration.
2026-05-12 23:02:59 -04:00
..

Documentation

Overview

This directory contains all technical documentation for the Castaldi Family Homelab infrastructure.


Quick Reference

📘 Runbooks & Guides


Knowledge Base Articles (KBAs/)

Structured troubleshooting articles following the incident → resolution format.

GitOps & Deployment


Standard Operating Procedures (SOPs/)

Step-by-step guides for operational tasks and migrations.

Infrastructure Deployment

  • SOP-002: Initial Infrastructure Deployment
    Complete guide for deploying the homelab from scratch, including secure repository setup, Ansible control node configuration, core service deployment, and GitOps integration.

Stack Management


Document Conventions

  • KBA-XXX: Troubleshooting articles with clear problem/solution format (stored in KBAs/)
  • SOP-XXX: Procedural guides for operational tasks (stored in SOPs/)
  • Runbooks: Infrastructure reference and emergency procedures (root level)

Contributing

When documenting new issues or procedures:

  1. KBAs: Create in KBAs/ folder for troubleshooting scenarios with clear diagnosis → resolution
  2. SOPs: Create in SOPs/ folder for repeatable operational procedures and migrations
  3. Update Runbook: Add new emergency procedures to TECHNICAL_RUNBOOK.md
  4. Update Repository Memory: Store critical lessons in /memories/repo/
  5. Commit Messages: Use conventional commits (e.g., docs(kba): add KBA-002 for...)

Last Updated: April 12, 2026