From d4f684e24373582c0c09326759911c9f125dc672 Mon Sep 17 00:00:00 2001 From: jinyounghub <275372715+jinyounghub@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:33:50 +0900 Subject: [PATCH] docs: update metrics after action maintenance --- docs/metrics.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/metrics.md b/docs/metrics.md index 1c9190a..3b9551c 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -2,6 +2,23 @@ This page tracks real, dated public project health and adoption signals. Do not inflate, estimate, or backfill adoption numbers. +## Snapshot: 2026-07-05 UTC after first-party Actions maintenance + +| Metric | Value | Evidence / notes | +| --- | ---: | --- | +| Latest GitHub release | `v0.2.0` | Published 2026-07-05 UTC | +| npm version | `0.2.0` | `npm view @jin0/agentic-workflow-guard version` | +| npm dist tag | `latest: 0.2.0` | `npm view @jin0/agentic-workflow-guard dist-tags` | +| `v0` action tag | `v0.2.0` | `v0` and `v0.2.0` point to commit `1bc05b4` | +| Main CI | Pass | Run `28747462892` after PR #23 merge, using `actions/checkout@v7`, `actions/setup-node@v6`, and `actions/upload-artifact@v7` | +| Open issues | `0` | No open public issues | +| Closed issues | `9` | #1, #2, #3, #4, #5, #6, #7, #19, #22 | +| Merged pull requests | `13` | #9, #10, #11, #12, #13, #14, #15, #16, #17, #18, #20, #21, #23 | +| Latest unreleased changes | first-party GitHub Actions maintenance for current Node 24 runtime lines | Merged through #23 | +| External adopters | `0` | No known external adopters yet | +| Owned repo adoption examples | `1` | `jinyounghub/approach-key-privacy` uses the GitHub Action in CI | +| Owned repo dogfooding workflow | Pass | `jinyounghub/approach-key-privacy` [run 28742478947](https://github.com/jinyounghub/approach-key-privacy/actions/runs/28742478947) after `v0` tag move | + ## Snapshot: 2026-07-05 UTC after v0.2 adoption examples PR merge | Metric | Value | Evidence / notes |