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 99e8d4ed3966fd7af786633cc6623a3c2872b246 Author: Stephen Mallette <[email protected]> AuthorDate: Fri Aug 7 16:37:03 2026 -0400 Tighten beads preamble wording Assisted-by: Claude Code:claude-opus-5 --- .beads/PRIME.md | 5 ++--- AGENTS.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.beads/PRIME.md b/.beads/PRIME.md index 16953c36d2..8991c57ede 100644 --- a/.beads/PRIME.md +++ b/.beads/PRIME.md @@ -2,9 +2,8 @@ Beads is TinkerPop's planning system **and its long-term memory**. It records not just what changed, but why — decisions made, alternatives rejected, and directions abandoned. Treat -every bead as something a contributor will read in three years. - -Full detail: the **tinker-dev** skill. This file is what must survive context compaction. +every bead as something a contributor will read in three years. This file is what must +survive context compaction. ## Core rules diff --git a/AGENTS.md b/AGENTS.md index 57d0488c72..fe27a175ff 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -28,9 +28,8 @@ preference to tracking work in `TodoWrite`, `TaskCreate`, or a markdown plan fil command -v bd >/dev/null && bd prime ``` -This applies to any TinkerPop session, whichever skill is active. If `bd` is not installed, -skip it — nothing else in this repository depends on beads. Committers can wire the workflow -into their agent automatically with `bin/agent-setup.sh --contributor`. +If `bd` is not installed, skip it — nothing else in this repository depends on beads. Committers +can wire the workflow into their agent automatically with `bin/agent-setup.sh --contributor`. ## Canonical Documentation
