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 f15456e919e070ffae92b6898840d19663a2b3de
Merge: 68878ebd67 e8e5a3a1ef
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Aug 10 10:11:50 2026 -0400

    Merge branch '3.8-dev'

 .beads/PRIME.md                                    |   5 +
 bin/agent-hooks/kiro.json                          |   2 +-
 bin/beads-agent-hook.sh                            |  10 +-
 bin/beads-report.py                                |   9 +-
 .../dev/developer/development-environment.asciidoc |  28 ++-
 docs/src/dev/developer/for-committers.asciidoc     | 265 +++++++++++++++------
 6 files changed, 222 insertions(+), 97 deletions(-)

diff --cc docs/src/dev/developer/development-environment.asciidoc
index f7c9acd30c,4132b2da84..cb942a7f28
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@@ -460,17 -478,17 +460,17 @@@ the root of the project, which every su
  
  === Agent Skills
  
- TinkerPop provides development guidance as an 
link:https://agentskills.io[Agent Skill] in `.skills/tinker-dev/`.
- The skill follows the open Agent Skills standard and includes:
+ TinkerPop provides development guidance as link:https://agentskills.io[Agent 
Skills] in `.skills/`. The skills follow the
+ open Agent Skills standard:
  
- * Project conventions, coding standards, and agent guardrails (in `SKILL.md`)
- * Build and test recipes for each Gremlin Language Variant (in `references/`)
- * Development environment setup instructions and a verification script (in 
`scripts/`)
- * Gremlin MCP server usage guidance for query translation, formatting, and 
graph querying
+ * `tinker-dev` covers project conventions, coding standards, build and test 
recipes for each Gremlin Language Variant,
 -development environment setup and Gremlin MCP server usage, along with a 
verification script in `scripts/`
++and development environment setup, along with a verification script in 
`scripts/`
+ * `tinker-doc` covers documentation authoring and review, meaning the 
per-book voice, the executable Gremlin code-block
+ pipeline, and AsciiDoc conventions
  
  Tools that support Agent Skills (Claude Code, GitHub Copilot, Cursor, OpenAI 
Codex, JetBrains Junie, Kiro, and others)
- will discover and activate the skill automatically when it is placed in the 
tool's expected directory. A setup script
- is provided to create the necessary symlinks or copies:
+ will discover and activate a skill automatically when it is placed in the 
tool's expected directory. A setup script is
+ provided to create the necessary symlinks or copies:
  
  [source,bash]
  ----
@@@ -795,4 -825,5 +801,4 @@@ additional downloads - confirm those in
  
  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`.
 -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.
++required for the tests to execute. Start this server with 
`docker/gremlin-server.sh`.

Reply via email to