From cc4d0bf641e00d7ccff41b704af8393ae197884a Mon Sep 17 00:00:00 2001 From: eding Date: Mon, 14 Sep 2026 23:33:35 +0200 Subject: [PATCH] docs: add fixture review contract --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..1e62387 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Fixture Review Contract + +- Keep fixture changes on one scoped branch and open a Forgejo pull request for review. +- Before review, run `git diff --check` and the applicable build or test command. +- Return review requests as: PR URL, branch, purpose, checks, risk, and merge action. +- Do not commit credentials, token files, generated workspaces, or Kubernetes Secret values.