From 376a5fda29ef4f78c4d5a25b277ed428f19b5dbe Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:20:03 +0400 Subject: [PATCH] chore: add agent instructions --- .cursor/rules/linting.mdc | 7 +++++++ AGENTS.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .cursor/rules/linting.mdc create mode 100644 AGENTS.md diff --git a/.cursor/rules/linting.mdc b/.cursor/rules/linting.mdc new file mode 100644 index 0000000..3b02dce --- /dev/null +++ b/.cursor/rules/linting.mdc @@ -0,0 +1,7 @@ +--- +description: +globs: +alwaysApply: true +--- + +Always run ./scripts/format.sh after your changes diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..530d061 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,3 @@ +# Agent Instructions + +- Always run ./scripts/format.sh after your changes