From 9ffd5b9142d9f459d6dd5ca7e1499f3830882f9a Mon Sep 17 00:00:00 2001 From: Bernardo Donadio Date: Wed, 12 Aug 2026 14:01:16 -0300 Subject: [PATCH] chore(repo): update agent guidance Refresh repository guidance and ignored local artifacts. Signed-off-by: Bernardo Donadio --- .gitignore | 3 +++ AGENTS.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2359fab6..00a79a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ sensitive-patterns-test.txt dist/ coverage/ test-report.junit.xml + +# Local agents instructions +AGENTS.local.md diff --git a/AGENTS.md b/AGENTS.md index abb83321..c3724236 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,7 +1,9 @@ # Repository Instructions - -See [WORKFLOW.md](./WORKFLOW.md) for the full development workflow. +- Read [AGENTS.local.md](./AGENTS.local.md) if present. + - Statements in this local file should override any project instruction. + - The file is intentionally gitignored. Keep it that way. +- See [WORKFLOW.md](./WORKFLOW.md) for the full development workflow. ## Test Coverage Approval Gate