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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git


The following commit(s) were added to refs/heads/main by this push:
     new 9dc9cba  docs(modes): add contributor-to-committer to the Triage 
table; bump .last-sync (#589)
9dc9cba is described below

commit 9dc9cbaaace8c8a57a784354150a6462f3cfb15c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jun 27 07:32:09 2026 -0400

    docs(modes): add contributor-to-committer to the Triage table; bump 
.last-sync (#589)
    
    Two follow-up fixes found while auditing the recent merge batch:
    
    - `contributor-to-committer` (#553) shipped with a SKILL.md, eval suite, and
      capability-map entry, but its PR never added a docs/modes.md row. Add it 
to
      the Triage table alongside contributor-nomination / 
contributor-activity-sweep
      and bump the Triage skill count 30 -> 31.
    - Advance tools/spec-loop/.last-sync to the current main tip (it trailed a 
few
      doc-only commits behind).
    
    No skill behaviour changes; docs/marker only.
    
    Generated-by: Claude Code (Opus 4.8)
---
 docs/modes.md              | 3 ++-
 tools/spec-loop/.last-sync | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/modes.md b/docs/modes.md
index b836891..732d80b 100644
--- a/docs/modes.md
+++ b/docs/modes.md
@@ -50,7 +50,7 @@ sequencing commitments behind them.
 
 | Mode | Purpose | Status | Skill count |
 |---|---|---|---|
-| **Triage** | Issues, security reports, PRs: spot, classify, route, surface 
duplicates. Every output is a suggestion the human signs off on. | stable 
(security) / experimental (pr-management, issue-management, 
contributor-nomination, repo-health, release-management) | 30 |
+| **Triage** | Issues, security reports, PRs: spot, classify, route, surface 
duplicates. Every output is a suggestion the human signs off on. | stable 
(security) / experimental (pr-management, issue-management, 
contributor-nomination, repo-health, release-management) | 31 |
 | **Mentoring** | Joins issue and PR threads in a teaching register: 
clarifying questions, pointers to project conventions, paired examples from 
prior PRs, hand-off to a human when scope exceeds the agent. Also authors 
net-new good first issues to lower onboarding latency. | experimental | 3 |
 | **Drafting** | Agent drafts a fix for a well-scoped problem and opens a PR; 
every PR is reviewed and merged by a human committer. | stable (security-only); 
experimental (issue-management, audit-findings, release-management family) | 9 |
 | **Pairing** | Developer-side dev-cycle skills with mentorship intrinsic — 
multi-agent review pipelines, self-review and pre-flight patterns, scoped fix 
drafting under the developer's driver's seat. | experimental | 2 |
@@ -89,6 +89,7 @@ do not act without human review.
 | 
[`security-issue-import-via-forwarder`](../skills/security-issue-import-via-forwarder/SKILL.md)
 | Sub-skill of `security-issue-import` / `-invalidate` / `-sync` for the 
relay/forwarder case: reports relayed by an upstream broker (e.g. ASF security 
team) rather than arriving directly from the reporter. | experimental |
 | 
[`security-issue-import-from-scan`](../skills/security-issue-import-from-scan/SKILL.md)
 | Triage a security scanner's multi-finding output (via the `scan-format` 
adapter) into per-finding dispositions; opens tracker issues only after 
operator confirmation of the triage decisions. | experimental |
 | 
[`contributor-activity-sweep`](../skills/contributor-activity-sweep/SKILL.md) | 
Read-only GitHub activity card for a named contributor: PR authorship, 
code-review participation, issues, and comments over a configurable window. | 
experimental |
+| [`contributor-to-committer`](../skills/contributor-to-committer/SKILL.md) | 
Read-only readiness tracker mapping a contributor's GitHub activity against the 
adopter's PMC-declared committer/PMC thresholds; surfaces a traffic-light brief 
(Not yet / Approaching / Ready to nominate) plus the specific evidence gaps 
that remain. | experimental |
 | [`pr-management-quick-merge`](../skills/pr-management-quick-merge/SKILL.md) 
| Identify trivial, low-risk PRs in the `ready for maintainer review` queue 
that pass every quality gate and touch only supplementary areas (docs, 
changelog, translations, tests); surfaces candidates with diff summaries and 
the exact merge command. | experimental |
 | [`ci-runner-audit`](../skills/ci-runner-audit/SKILL.md) | Read-only audit of 
GitHub Actions workflow runner compatibility across one repo, an explicit set, 
one Apache project's repos, or the full Apache GitHub org. | experimental |
 | [`dependency-audit`](../skills/dependency-audit/SKILL.md) | Read-only 
dependency vulnerability audit: detects the project's dependency manager(s), 
runs the appropriate audit tool, surfaces patchable findings grouped by 
severity, and proposes upgrades for maintainer review. | experimental |
diff --git a/tools/spec-loop/.last-sync b/tools/spec-loop/.last-sync
index 75cad5a..2a95cd9 100644
--- a/tools/spec-loop/.last-sync
+++ b/tools/spec-loop/.last-sync
@@ -1 +1 @@
-1f7d51b16a244d574adff4cfb3d7dd3118c33c21
+942544abbb9f9eb525359381a56f0404b97442c4

Reply via email to