From d7f14f7517e89c641906891d2cc23aa20718abc1 Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 22 Feb 2026 15:58:13 +0100 Subject: [PATCH] Add version date policy for cross-project documentation --- REPO_POLICIES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REPO_POLICIES.md b/REPO_POLICIES.md index 3538823..192dd17 100644 --- a/REPO_POLICIES.md +++ b/REPO_POLICIES.md @@ -1,5 +1,11 @@ # Development Policies +Version: 2026-02-22 + +- Cross-project documentation (such as this file) must include a + `Version: YYYY-MM-DD` line near the top so it can be kept in sync + with the authoritative source as policies evolve. + - All references to Docker images, Go modules, and packages must use cryptographic hashes. Mutable references (tags, `@latest`, etc.) are remote code execution vulnerabilities.