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

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


    from 2c5efb1139 Merge branch '3.8-dev'
     new fb8e5a7b8d Use beads for planning and project memory
     new 12b9068a61 Claim beads before editing, and warn when nothing is claimed
     new 3c1e597e1e Make a decision a bead whenever a road was not taken
     new 247caabd23 Plan tasks as a dependency graph, not a flat list
     new b8e71ee787 Document label conventions, lost when beads-workflow.md was 
removed
     new 83ddf8c07f Point every session at beads from AGENTS.md, not just 
tinker-dev
     new 99e8d4ed39 Tighten beads preamble wording
     new ba60392f88 Close tasks as they finish, not at merge
     new 53f6da138e Close the label vocabulary and forbid inventing new ones
     new c3f4d4bd4f Turn Core rules into an index of the sections
     new 921e87ded0 Walk the subtree level by level in beads-report
     new a6c18d573c Allow re-planning, and say what it costs
     new f61b65ca16 Scope bd ready and bd blocked to the session's root
     new 53a03ca0f8 Present the plan to the operator before executing it
     new 5a53f35010 Hoist decision capture out of the execution section
     new cc24d55ce3 Number the core rules as section 0 and cite them from the 
phases

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .beads/.gitignore                               |  91 ++++++++
 .beads/PRIME.md                                 | 297 ++++++++++++++++++++++++
 .beads/config.yaml                              |  56 +++++
 .gitignore                                      |   5 -
 .skills/tinker-dev/SKILL.md                     |  14 +-
 .skills/tinker-dev/references/beads-workflow.md | 215 -----------------
 AGENTS.md                                       |  18 ++
 bin/agent-hooks/claude.json                     |  50 ++++
 bin/agent-hooks/kiro.json                       |  45 ++++
 bin/agent-setup.sh                              | 107 ++++++++-
 bin/beads-agent-hook.sh                         | 186 +++++++++++++++
 bin/beads-bootstrap.sh                          |  92 --------
 bin/beads-report.py                             | 217 +++++++++++++++++
 13 files changed, 1064 insertions(+), 329 deletions(-)
 create mode 100644 .beads/.gitignore
 create mode 100644 .beads/PRIME.md
 create mode 100644 .beads/config.yaml
 delete mode 100644 .skills/tinker-dev/references/beads-workflow.md
 create mode 100644 bin/agent-hooks/claude.json
 create mode 100644 bin/agent-hooks/kiro.json
 create mode 100755 bin/beads-agent-hook.sh
 delete mode 100755 bin/beads-bootstrap.sh
 create mode 100755 bin/beads-report.py

Reply via email to