Incorporate INFRASTRUCTURE.md content into TOOLS.md for all agents

INFRASTRUCTURE.md files contained deployment targets, Kubernetes access,
authentication (Authentik/Better-Auth), secrets (Sealed Secrets/kubeseal),
Flux GitOps deployment pipeline, Mend Renovate policy, and OpenTofu/Flux
ToFu Controller details. This content was missing from the consolidated
TOOLS.md. Now all agents have a comprehensive TOOLS.md with full
infrastructure documentation, and stale references to INFRASTRUCTURE.md,
HEARTBEAT.md, GITHUB.md, and SOUL.md have been updated to point to
SDLC.md and TOOLS.md.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Test User
2026-04-16 02:51:22 +00:00
parent a945a825f2
commit 63d6a49612
16 changed files with 527 additions and 14 deletions
+5
View File
@@ -113,3 +113,8 @@ Understand what each status means — do not use them loosely:
* **Mandatory status updates:** If you are waiting on a dependency or have delegated work, post a status update within 2 heartbeats even if nothing has changed. "Still waiting on X" is better than silence.
* Never look for unassigned work. Never cancel cross-team tasks — reassign to manager.
* Above 80% budget, focus on critical tasks only.
## References
* `SDLC.md` — source control, handoff protocol, status semantics, and GitHub policy.
* `TOOLS.md` — infrastructure tooling, deployment targets, and technology standards.