Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jacobpevans.com/llms.txt

Use this file to discover all available pages before exploring further.

Architecture pages cover the parts of the stack that don’t belong to a single repo. They sit above the per-category sections and explain how things move — data, code, and decisions.

In this section

Data pipelines

The log and NetFlow ingest paths from the homelab edge to Splunk indexers. UniFi → HAProxy → Cribl Edge → Splunk.

AI development pipeline

The human → issue → AI agent → CI → review → ship flow. How Claude, Gemini, and Copilot fit together.

Principles

  • One diagram per concern. Combining a deploy pipeline with a data pipeline shows nothing. Each diagram is allowed to be small.
  • Diagrams over prose where structure matters. If a relationship is clearer as a graph, draw it.
  • READMEs own install and usage. The docs site owns architecture, philosophy, and cross-repo context.
  • Public-only. No real IPs or internal hostnames on this site. Real values live in private notes.

Coming next

Phase B will fill in per-repo deep dives under Infrastructure, Configuration, and the other category pages. Each repo gets its own page with a focused diagram, links back to the source, and a runbook where it makes sense.