From c052d114229d3d335f4bb7b3127896e147e1606d Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Feb 2026 20:33:16 -0800 Subject: [PATCH] Add AI authorship disclaimer to explanation articles Co-Authored-By: Claude Opus 4.5 --- docs/explanation/architecture.md | 2 ++ docs/explanation/security-model.md | 2 ++ docs/explanation/why-gitops.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/explanation/architecture.md b/docs/explanation/architecture.md index 6837222..74593f2 100644 --- a/docs/explanation/architecture.md +++ b/docs/explanation/architecture.md @@ -7,6 +7,8 @@ tags: # Architecture Overview +> **Note:** This article was drafted by AI and reviewed by Erich. I plan to rewrite all explanatory content in my own words - these serve as placeholders to establish the documentation structure. + How all the BlumeOps pieces fit together. ## Physical Layer diff --git a/docs/explanation/security-model.md b/docs/explanation/security-model.md index bbeb370..e819218 100644 --- a/docs/explanation/security-model.md +++ b/docs/explanation/security-model.md @@ -7,6 +7,8 @@ tags: # Security Model +> **Note:** This article was drafted by AI and reviewed by Erich. I plan to rewrite all explanatory content in my own words - these serve as placeholders to establish the documentation structure. + How BlumeOps handles network security, secrets, and access control. ## Network Security: Tailscale diff --git a/docs/explanation/why-gitops.md b/docs/explanation/why-gitops.md index dec355c..6a98d24 100644 --- a/docs/explanation/why-gitops.md +++ b/docs/explanation/why-gitops.md @@ -7,6 +7,8 @@ tags: # Why GitOps? +> **Note:** This article was drafted by AI and reviewed by Erich. I plan to rewrite all explanatory content in my own words - these serve as placeholders to establish the documentation structure. + BlumeOps uses GitOps principles for managing personal infrastructure. This might seem like overkill for a homelab, but there are good reasons. ## The Problem with Manual Infrastructure