This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new b07ea5925e Keep beads data out of the license check
b07ea5925e is described below

commit b07ea5925edffb576edd0e3655324df6e84c8393
Author: Stephen Mallette <[email protected]>
AuthorDate: Sun Aug 9 11:27:37 2026 -0400

    Keep beads data out of the license check
    
    apache-rat:check fails on master for any committer who has beads
    installed: PRIME.md, config.yaml and the whole local Dolt database sit
    inside the scan, and rat does not read .gitignore. Also repoints
    AGENTS.md at the tinker-dev skill's Definition of Done, since the
    references/build-*.md it named has never existed.
    
    Assisted-by: Claude Code:claude-opus-5
---
 AGENTS.md | 6 +++---
 pom.xml   | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/AGENTS.md b/AGENTS.md
index fe27a175ff..7d2a50f5ff 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -80,9 +80,9 @@ Examples:
   `mvn verify -pl gremlin-driver,gremlin-server -DskipIntegrationTests=false`
 - Broad or core changes, or when unsure → `mvn clean install 
-DskipIntegrationTests=false`
 
-See the `tinker-dev` skill (and its `references/build-*.md`) for the full 
changeset-to-command
-mapping and per-GLV details. If you cannot run the validation (for example, 
Docker is
-unavailable), say so explicitly and report the change as **not validated**.
+See the **Definition of Done** section of the `tinker-dev` skill for the full
+changeset-to-command mapping and per-GLV details. If you cannot run the 
validation (for example,
+Docker is unavailable), say so explicitly and report the change as **not 
validated**.
 
 ## Essential Rules
 
diff --git a/pom.xml b/pom.xml
index add7e78def..046da9571c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,6 +491,10 @@ limitations under the License.
                          <exclude>**/.kiro/**</exclude>
                          <exclude>**/.junie/**</exclude>
                          <exclude>**/.runtime/**</exclude>
+                         <exclude>**/.agents/**</exclude>
+                        <!-- Beads planning data: PRIME.md and config.yaml are 
tracked, and a
+                             committer's local Dolt database sits alongside 
them untracked -->
+                        <exclude>.beads/**</exclude>
                         <exclude>.repository/**</exclude>
                         <exclude>**/target/**</exclude>
                         <exclude>data/*.txt</exclude>

Reply via email to