Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 v0.2 adoption examples PR merge

| 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 `28743046333` after PR #20 merge |
| Open issues | `0` | No open public issues |
| Closed issues | `8` | #1, #2, #3, #4, #5, #6, #7, #19 |
| Merged pull requests | `11` | #9, #10, #11, #12, #13, #14, #15, #16, #17, #18, #20 |
| Latest unreleased changes | v0.2 adoption examples for advisory, config/baseline, and blocking rollout modes | Merged through #20 |
| 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.0 release

| Metric | Value | Evidence / notes |
Expand Down
Loading