Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Update project metrics after linking the public synthetic demo repository.
- Link the public synthetic demo repository from the README.
- Add public v0.2 launch plan and aggregate interest-signal tracking guide.
- Add public v0.2 announcement notes and discovery metadata guidance.
Expand Down
18 changes: 18 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This page tracks real, dated public project health and adoption signals. Do not inflate, estimate, or backfill adoption numbers. See [interest signals](interest-signals.md) for the aggregate signals that can be watched after sharing.

## Snapshot: 2026-07-07 UTC after demo link 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 `28877676802` after PR #31 merge |
| Open issues | `0` | No open public issues |
| Closed issues | `11` | #1, #2, #3, #4, #5, #6, #7, #19, #22, #25, #28 |
| Merged pull requests | `19` | #9, #10, #11, #12, #13, #14, #15, #16, #17, #18, #20, #21, #23, #24, #26, #27, #29, #30, #31 |
| Latest unreleased changes | public synthetic demo repository link and launch/interest-signal docs | Merged through #31 |
| Public demo repository | `1` | `jinyounghub/agentic-workflow-guard-demo` provides safe synthetic examples and a passing demo workflow |
| 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-06 UTC after launch/signals PR merge

| Metric | Value | Evidence / notes |
Expand Down