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 2d1e3d1fb48f1879433ac2ef47d7abf19c4c7710 Author: Stephen Mallette <[email protected]> AuthorDate: Sun Aug 9 08:30:04 2026 -0400 Widen the PRIME.md module labels to span every maintained branch Beads outlive the branch they were written on and the database is shared, so a label like sparql-gremlin has to stay readable from master. PRIME.md is now identical on master and 3.7-dev. Assisted-by: Claude Code:claude-opus-5 --- .beads/PRIME.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.beads/PRIME.md b/.beads/PRIME.md index d8485dbd26..bd0281721e 100644 --- a/.beads/PRIME.md +++ b/.beads/PRIME.md @@ -256,13 +256,16 @@ a root *after* its children exist do not backfill, so label the root first. ### Dimensions — descriptive; several may apply -**Module** — a unit of code +**Module** — a unit of code. The list spans every maintained branch, so it includes modules +this branch does not have. Beads outlive branches, and one vocabulary keeps the database +readable from all of them. ``` -gql-gremlin gremlin-annotations gremlin-console gremlin-core gremlin-dotnet -gremlin-driver gremlin-go gremlin-groovy gremlin-js gremlin-language -gremlin-python gremlin-server gremlin-shaded gremlin-test gremlin-tools -gremlin-util hadoop-gremlin spark-gremlin tinkergraph-gremlin docs +gql-gremlin gremlin-annotations gremlin-archetype gremlin-console gremlin-core +gremlin-dotnet gremlin-driver gremlin-go gremlin-groovy gremlin-javascript +gremlin-js gremlin-language gremlin-python gremlin-server gremlin-shaded +gremlin-test gremlin-tools gremlin-util hadoop-gremlin neo4j-gremlin +spark-gremlin sparql-gremlin tinkergraph-gremlin docs gremlint gremlator gremlin-mcp ```
