This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a commit to branch issue/OAK-12099
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/issue/OAK-12099 by this push:
new 86b03d725c OAK-12099: add minimal-code guideline to AGENTS.md
86b03d725c is described below
commit 86b03d725cb1830b4e08a0b499f583abe961f78f
Author: Thomas Mueller <[email protected]>
AuthorDate: Wed Mar 4 09:30:10 2026 +0100
OAK-12099: add minimal-code guideline to AGENTS.md
---
.cursorrules | 1 +
pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.cursorrules b/.cursorrules
new file mode 100644
index 0000000000..eef4bd20cf
--- /dev/null
+++ b/.cursorrules
@@ -0,0 +1 @@
[email protected]
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 180703c9ab..41ab1d687d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
<exclude>CONTRIBUTING.md</exclude>
<exclude>AGENTS.md</exclude>
<exclude>CLAUDE.md</exclude>
+ <exclude>.cursorrules</exclude>
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>.gitignore</exclude>