From 59ce68381366e4e5a439f4a6facf772a7449bdb5 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 10:03:42 +0000 Subject: [PATCH] docs: remove non-action guardrails from AGENTS.md --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d489f2e..2e038b0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -193,5 +193,3 @@ Use these rules to avoid common automation mistakes: - Do not mix action tags in one workflow update. - Do not assume a release workflow will run from a tag push in all environments; reusable workflow call paths are supported. - Do not treat `VOCIFERATE_REPOSITORY_URL` as a full repository URL; it must be a base URL. -- Always use explicit `https://` protocol in displayed URLs; never use protocol-relative `//` prefixes. -- If a workflow environment does not support `GITHUB_STEP_SUMMARY`, append markdown to a file and print it in a final `Summary` step.