No description
| adr | ||
| architecture | ||
| policies | ||
| runbooks | ||
| templates | ||
| .editorconfig | ||
| .gitignore | ||
| .markdownlint-cli2.jsonc | ||
| .pre-commit-config.yaml | ||
| .vale.ini | ||
| inventory.yaml | ||
| overview.md | ||
| README.md | ||
architecture
Docs-only repository for the philipp.info platform architecture.
This repo is the source of truth for:
- Architecture overview and diagrams
- ADRs (Architecture Decision Records)
- Policies (repo boundaries, PR gates, conventions)
- Service/host inventory (
inventory.yaml) - Runbooks that are cross-cutting (platform-level)
Start here
- Architecture overview:
overview.md - Inventory (ports, deps, SLOs):
inventory.yaml - Diagrams:
architecture/00-system-overview.drawio01-network-zones.drawio
- Repo boundaries / agent routing:
policies/repo-layout.md - ADRs:
adr/
Local checks
This repo uses pre-commit to run Markdown linting and prose checks.
Setup (macOS)
- Install
pre-commitandvale - Run:
pre-commit installpre-commit run -a
Last updated: 2025-12-27