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

commit f2e41cd560872d2f5093e7092b46d5da69e54f74
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Aug 10 09:56:55 2026 -0400

    Point agent setup at the beads workflow
    
    Adds --contributor to the agent-setup examples and links the AI coding
    agent section to the beads documentation.
    
    Assisted-by: Claude Code:claude-opus-5
---
 docs/src/dev/developer/development-environment.asciidoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/src/dev/developer/development-environment.asciidoc 
b/docs/src/dev/developer/development-environment.asciidoc
index 3377f02765..b97a230bc1 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -490,6 +490,9 @@ bin/agent-setup.sh kiro
 # Set up for all supported tools
 bin/agent-setup.sh --all
 
+# Also install the beads workflow hooks for official contributors, which is 
supported for claude and kiro only
+bin/agent-setup.sh --contributor claude
+
 # List supported tools and their discovery paths
 bin/agent-setup.sh --list
 ----
@@ -497,6 +500,9 @@ bin/agent-setup.sh --list
 The script supports: `claude`, `copilot`, `cursor`, `codex`, `junie`, and 
`kiro`. The generated symlinks and copies
 are gitignored and local to each developer's environment.
 
+NOTE: Official contributors should install and use beads in conjunction with 
their coding agent. See
+<<beads,Using Beads>> for what it records and how to set it up.
+
 [[building-testing]]
 == Building and Testing
 
@@ -811,4 +817,4 @@ additional downloads - confirm those installations as 
required.
 Many of the tests in `gremlin-python` require Gremlin Server. They are 
effectively integration tests. TinkerPop makes
 it easy to debug these tests by providing a Docker based test server which is 
rigged up with all the configurations
 required for the tests to execute. Start this server with 
`docker/gremlin-server.sh -n` where the `-n` will enable
-Neo4j for transaction based tests.
\ No newline at end of file
+Neo4j for transaction based tests.

Reply via email to