oss-signal 0.8.5 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.8.6
6
+
7
+ - Corrected reviewer evidence text so the separate demo remains accurately documented as `v0.8.4` while the main package advances.
8
+
5
9
  ## 0.8.5
6
10
 
7
11
  - Added evidence and next-step details to Markdown reports so first-time maintainers can see what `oss-signal` detected without reading JSON.
package/README.md CHANGED
@@ -55,8 +55,8 @@ For the full first-run path, see [docs/quickstart.md](docs/quickstart.md).
55
55
  Public evidence for the maintainer workflow is collected in [docs/index.md](docs/index.md), [docs/quickstart.md](docs/quickstart.md), [docs/evidence-ledger.md](docs/evidence-ledger.md), [docs/trust-center.md](docs/trust-center.md), [docs/reviewer-evidence.md](docs/reviewer-evidence.md), [docs/adoption-evidence.md](docs/adoption-evidence.md), [docs/adoption-kit.md](docs/adoption-kit.md), [docs/maintainer-trial.md](docs/maintainer-trial.md), [docs/maintainer-feedback.md](docs/maintainer-feedback.md), [docs/social-launch.md](docs/social-launch.md), [docs/architecture.md](docs/architecture.md), [docs/security-model.md](docs/security-model.md), [docs/json-output.md](docs/json-output.md), [docs/plan-output.md](docs/plan-output.md), [docs/sarif-code-scanning.md](docs/sarif-code-scanning.md), [docs/roadmap.md](docs/roadmap.md), [docs/post-submission-update.md](docs/post-submission-update.md), and [docs/brand.md](docs/brand.md).
56
56
 
57
57
  - Landing page: https://salmonplays.github.io/oss-signal/
58
- - Published package: [`oss-signal@0.8.5`](https://www.npmjs.com/package/oss-signal), with `latest` pointing at `0.8.5`.
59
- - Published GitHub Action: [`SalmonPlays/oss-signal@v0.8.5`](https://github.com/SalmonPlays/oss-signal/tree/v0.8.5).
58
+ - Published package: [`oss-signal@0.8.6`](https://www.npmjs.com/package/oss-signal), with `latest` pointing at `0.8.6`.
59
+ - Published GitHub Action: [`SalmonPlays/oss-signal@v0.8.6`](https://github.com/SalmonPlays/oss-signal/tree/v0.8.6).
60
60
  - GitHub Marketplace listing: https://github.com/marketplace/actions/oss-signal
61
61
  - Trust center: [docs/trust-center.md](docs/trust-center.md)
62
62
  - Quickstart: [docs/quickstart.md](docs/quickstart.md)
@@ -71,7 +71,7 @@ Public evidence for the maintainer workflow is collected in [docs/index.md](docs
71
71
  - Maintainer plan output: [docs/plan-output.md](docs/plan-output.md)
72
72
  - SARIF Code Scanning walkthrough: [docs/sarif-code-scanning.md](docs/sarif-code-scanning.md)
73
73
  - Roadmap: [docs/roadmap.md](docs/roadmap.md)
74
- - Post-submission version note: the application may reference earlier evidence; `0.8.5` is the current maintained release and is documented in [docs/post-submission-update.md](docs/post-submission-update.md).
74
+ - Post-submission version note: the application may reference earlier evidence; `0.8.6` is the current maintained release and is documented in [docs/post-submission-update.md](docs/post-submission-update.md).
75
75
  - Public checks: CI, Repository health, and CodeQL are passing on `main`.
76
76
  - Security posture: OpenSSF Scorecard is scheduled, CodeQL is active, secret scanning push protection is enabled, Dependabot alerts/security updates/malware alerts are enabled, and private vulnerability reporting is enabled.
77
77
  - Branch posture: `main` has branch protection to prevent force pushes and deletions while keeping direct maintainer maintenance possible.
@@ -82,7 +82,7 @@ Public evidence for the maintainer workflow is collected in [docs/index.md](docs
82
82
  - Merged external OSS contribution: [icoretech/codex-action PR #24](https://github.com/icoretech/codex-action/pull/24) is a focused Codex Action documentation safety fix.
83
83
  - Contributor intake: [good first issues](https://github.com/SalmonPlays/oss-signal/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) are labeled for small outside PRs.
84
84
  - Inventory mode: the CLI and Action can audit a newline-delimited list of repositories for organization-level triage.
85
- - Separate workflow demo: [oss-signal-adoption-demo](https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373) runs the public `v0.8.5` Action tag and uploads Markdown, SARIF, Issue-ready, and no-fail workflow artifacts.
85
+ - Separate workflow demo: [oss-signal-adoption-demo](https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373) runs the public `v0.8.4` Action tag and uploads Markdown, SARIF, Issue-ready, and no-fail workflow artifacts. It remains valid demo evidence while the main repository has advanced to `v0.8.6`.
86
86
 
87
87
  ## Why
88
88
 
@@ -223,7 +223,7 @@ Summary:
223
223
 
224
224
  See [docs/self-audit.md](docs/self-audit.md) for the full local self-audit report, [docs/examples/github-url-report.md](docs/examples/github-url-report.md) for the GitHub URL audit output, [docs/examples/github-issue-body.md](docs/examples/github-issue-body.md) for issue output, [docs/examples/github-plan.md](docs/examples/github-plan.md) for plan output, [docs/examples/maintainer-trial-workflow.yml](docs/examples/maintainer-trial-workflow.yml) for workflow output, and [docs/examples/self-audit.sarif](docs/examples/self-audit.sarif) for SARIF output.
225
225
 
226
- The [Repository health workflow](.github/workflows/repository-health.yml) runs `SalmonPlays/oss-signal@v0.8.5`, uploads the Markdown report as an artifact, and uploads SARIF to GitHub Code Scanning on non-PR runs. The [Repository inventory workflow](.github/workflows/repository-inventory.yml) runs the inventory mode from CI and uploads a multi-repository report artifact.
226
+ The [Repository health workflow](.github/workflows/repository-health.yml) runs `SalmonPlays/oss-signal@v0.8.6`, uploads the Markdown report as an artifact, and uploads SARIF to GitHub Code Scanning on non-PR runs. The [Repository inventory workflow](.github/workflows/repository-inventory.yml) runs the inventory mode from CI and uploads a multi-repository report artifact.
227
227
 
228
228
  ## Field Audits
229
229
 
@@ -245,7 +245,7 @@ Additional focused external contribution: [icoretech/codex-action PR #24](https:
245
245
 
246
246
  For a compact maintainer/adoption summary, see [docs/adoption-evidence.md](docs/adoption-evidence.md). For a reviewer-oriented verification path, see [docs/reviewer-evidence.md](docs/reviewer-evidence.md).
247
247
 
248
- Separate public workflow evidence: [SalmonPlays/oss-signal-adoption-demo](https://github.com/SalmonPlays/oss-signal-adoption-demo) runs `SalmonPlays/oss-signal@v0.8.5` and produced a successful [workflow run](https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373) with Markdown, SARIF, Issue-ready, and no-fail workflow artifacts.
248
+ Separate public workflow evidence: [SalmonPlays/oss-signal-adoption-demo](https://github.com/SalmonPlays/oss-signal-adoption-demo) runs `SalmonPlays/oss-signal@v0.8.4` and produced a successful [workflow run](https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373) with Markdown, SARIF, Issue-ready, and no-fail workflow artifacts.
249
249
 
250
250
  ## Example Recommendation Output
251
251
 
@@ -274,7 +274,7 @@ oss-signal . --fail-under 80
274
274
  Add `oss-signal` directly to a GitHub Actions workflow:
275
275
 
276
276
  ```yaml
277
- - uses: SalmonPlays/oss-signal@v0.8.5
277
+ - uses: SalmonPlays/oss-signal@v0.8.6
278
278
  id: oss-signal
279
279
  with:
280
280
  fail-under: "80"
@@ -290,7 +290,7 @@ The Action writes a concise GitHub Actions step summary by default, so reviewers
290
290
  Run an inventory from CI:
291
291
 
292
292
  ```yaml
293
- - uses: SalmonPlays/oss-signal@v0.8.5
293
+ - uses: SalmonPlays/oss-signal@v0.8.6
294
294
  env:
295
295
  GITHUB_TOKEN: ${{ github.token }}
296
296
  with:
@@ -302,7 +302,7 @@ Run an inventory from CI:
302
302
  Generate an editable Issue body from CI:
303
303
 
304
304
  ```yaml
305
- - uses: SalmonPlays/oss-signal@v0.8.5
305
+ - uses: SalmonPlays/oss-signal@v0.8.6
306
306
  with:
307
307
  format: issue
308
308
  output: maintainer-follow-up.md
@@ -327,7 +327,7 @@ jobs:
327
327
  runs-on: ubuntu-latest
328
328
  steps:
329
329
  - uses: actions/checkout@v5
330
- - uses: SalmonPlays/oss-signal@v0.8.5
330
+ - uses: SalmonPlays/oss-signal@v0.8.6
331
331
  id: oss-signal
332
332
  with:
333
333
  fail-under: "80"
@@ -350,7 +350,7 @@ permissions:
350
350
 
351
351
  steps:
352
352
  - uses: actions/checkout@v5
353
- - uses: SalmonPlays/oss-signal@v0.8.5
353
+ - uses: SalmonPlays/oss-signal@v0.8.6
354
354
  with:
355
355
  format: sarif
356
356
  output: oss-signal.sarif
@@ -360,7 +360,7 @@ steps:
360
360
  sarif_file: oss-signal.sarif
361
361
  ```
362
362
 
363
- This repository dogfoods the public Action tag in [Repository health](.github/workflows/repository-health.yml), which runs `SalmonPlays/oss-signal@v0.8.5` against the repository, uploads the Markdown report artifact, and publishes SARIF to Code Scanning on non-PR runs.
363
+ This repository dogfoods the public Action tag in [Repository health](.github/workflows/repository-health.yml), which runs `SalmonPlays/oss-signal@v0.8.6` against the repository, uploads the Markdown report artifact, and publishes SARIF to Code Scanning on non-PR runs.
364
364
 
365
365
  You can also run the CLI directly in CI:
366
366
 
@@ -8,9 +8,9 @@ Last verified: 2026-06-07T03:51:47Z
8
8
 
9
9
  - Repository: https://github.com/SalmonPlays/oss-signal
10
10
  - GitHub Pages landing page: https://salmonplays.github.io/oss-signal/
11
- - npm package: https://www.npmjs.com/package/oss-signal (`0.8.5` latest after release)
12
- - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.5
13
- - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
11
+ - npm package: https://www.npmjs.com/package/oss-signal (`0.8.6` latest after release)
12
+ - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.6
13
+ - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
14
14
  - GitHub Marketplace listing: https://github.com/marketplace/actions/oss-signal
15
15
  - GitHub Action metadata: [action.yml](../action.yml)
16
16
  - Public dogfood workflow: [.github/workflows/repository-health.yml](../.github/workflows/repository-health.yml)
@@ -69,7 +69,7 @@ The [post-submission update](post-submission-update.md) records why the current
69
69
 
70
70
  ## Published Package Verification
71
71
 
72
- The npm package is publicly available as `oss-signal@0.8.5` with `latest` pointing at `0.8.5` after the release workflow completes.
72
+ The npm package is publicly available as `oss-signal@0.8.6` with `latest` pointing at `0.8.6` after the release workflow completes.
73
73
 
74
74
  The npm downloads API returned 356 downloads for both last-week and last-month windows on 2026-06-05. Download counts can lag publication, so this is treated as supporting evidence rather than proof of broad adoption.
75
75
 
@@ -77,11 +77,11 @@ Clean-directory package execution returned:
77
77
 
78
78
  ```json
79
79
  {
80
- "version": "0.8.5"
80
+ "version": "0.8.6"
81
81
  }
82
82
  ```
83
83
 
84
- Local self-audit returned score `100`, grade `A`. Public GitHub URL report generation completed during this verification pass, and repository workflows use the public `v0.8.5` Action tag with `GITHUB_TOKEN`.
84
+ Local self-audit returned score `100`, grade `A`. Public GitHub URL report generation completed during this verification pass, and repository workflows use the public `v0.8.6` Action tag with `GITHUB_TOKEN`.
85
85
 
86
86
  Current public workflow status:
87
87
 
@@ -92,7 +92,7 @@ Current public workflow status:
92
92
  - OpenSSF Scorecard: configured on `main` pushes and a weekly schedule, with JSON artifact output and public Scorecard publishing
93
93
  - Release: passing
94
94
  - GitHub Pages deployment: passing, with the repository homepage set to https://salmonplays.github.io/oss-signal/
95
- - GitHub Marketplace listing: published, with `v0.8.5` available as the current Action tag after release
95
+ - GitHub Marketplace listing: published, with `v0.8.6` available as the current Action tag after release
96
96
  - GitHub issue forms: adoption report, trial feedback, and maintainer audit report forms are available for structured public evidence intake
97
97
  - GitHub citation metadata: `CITATION.cff` is present for the repository citation UI
98
98
  - Automation contract: JSON schema and fixture are documented for `--format json`
@@ -101,7 +101,7 @@ Current public workflow status:
101
101
  - Maintainer workflow Discussion: published
102
102
  - Separate public workflow demo: passing
103
103
 
104
- The npm registry previously returned `0.8.4` for both the package version and `latest` dist-tag on 2026-06-05T16:02:53Z. The 2026-06-07 release updates the expected latest version to `0.8.5`. The 2026-06-05 download check returned 356 downloads for the last-week and last-month windows.
104
+ The npm registry previously returned `0.8.4` for both the package version and `latest` dist-tag on 2026-06-05T16:02:53Z. The 2026-06-07 release updates the expected latest version to `0.8.6`. The 2026-06-05 download check returned 356 downloads for the last-week and last-month windows.
105
105
 
106
106
  ## Separate Public Workflow Evidence
107
107
 
@@ -164,10 +164,10 @@ npm run audit:github
164
164
  node src/cli.js . --format sarif --output docs/examples/self-audit.sarif
165
165
  node src/cli.js --inventory docs/examples/inventory-targets.txt --format markdown --output docs/examples/inventory-report.md
166
166
  node src/cli.js platformatic/massimo --format json
167
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version
167
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version
168
168
  ```
169
169
 
170
- The current repository self-audit score is 100/100, the GitHub community profile health score is 100, and CI verifies the local GitHub Action wrapper. The public `v0.8.5` Action tag is used by the repository health workflow for Markdown and SARIF output after release. The published npm `0.8.5` package should return version `0.8.5` from a clean temporary directory.
170
+ The current repository self-audit score is 100/100, the GitHub community profile health score is 100, and CI verifies the local GitHub Action wrapper. The public `v0.8.6` Action tag is used by the repository health workflow for Markdown and SARIF output after release. The published npm `0.8.6` package should return version `0.8.6` from a clean temporary directory.
171
171
 
172
172
  Public CI evidence:
173
173
 
@@ -9,7 +9,7 @@ For a first CLI run, start with [quickstart.md](quickstart.md). For a first CI t
9
9
  Run against a public repository without cloning:
10
10
 
11
11
  ```bash
12
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal owner/repo --format markdown --output oss-signal-report.md
12
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal owner/repo --format markdown --output oss-signal-report.md
13
13
  ```
14
14
 
15
15
  Run against the current checkout:
@@ -53,7 +53,7 @@ jobs:
53
53
  runs-on: ubuntu-latest
54
54
  steps:
55
55
  - uses: actions/checkout@v5
56
- - uses: SalmonPlays/oss-signal@v0.8.5
56
+ - uses: SalmonPlays/oss-signal@v0.8.6
57
57
  id: oss-signal
58
58
  with:
59
59
  fail-under: "80"
@@ -77,7 +77,7 @@ env:
77
77
 
78
78
  steps:
79
79
  - uses: actions/checkout@v5
80
- - uses: SalmonPlays/oss-signal@v0.8.5
80
+ - uses: SalmonPlays/oss-signal@v0.8.6
81
81
  with:
82
82
  format: sarif
83
83
  output: oss-signal.sarif
@@ -93,7 +93,7 @@ Full walkthrough: [sarif-code-scanning.md](sarif-code-scanning.md)
93
93
 
94
94
  Useful adoption evidence is concrete and public:
95
95
 
96
- - A workflow run that uses `SalmonPlays/oss-signal@v0.8.5`.
96
+ - A workflow run that uses `SalmonPlays/oss-signal@v0.8.6`.
97
97
  - A Markdown report attached as a workflow artifact.
98
98
  - A SARIF upload that appears in Code Scanning.
99
99
  - A focused issue or pull request created from an audit finding.
@@ -6,7 +6,7 @@
6
6
  <rect x="0" y="0" width="920" height="58" rx="18" fill="#f6f8fa"/>
7
7
  <text x="32" y="37" fill="#24292f" font-family="-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="18" font-weight="700">GitHub Code Scanning</text>
8
8
  <text x="32" y="98" fill="#24292f" font-family="-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="28" font-weight="700">oss-signal maintainer-readiness findings</text>
9
- <text x="32" y="132" fill="#57606a" font-family="-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="16">SARIF upload from SalmonPlays/oss-signal@v0.8.5</text>
9
+ <text x="32" y="132" fill="#57606a" font-family="-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="16">SARIF upload from SalmonPlays/oss-signal@v0.8.6</text>
10
10
  <rect x="32" y="162" width="856" height="72" rx="10" fill="#fffbdd" stroke="#d4a72c"/>
11
11
  <circle cx="65" cy="198" r="10" fill="#bf8700"/>
12
12
  <text x="88" y="194" fill="#24292f" font-family="-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="17" font-weight="700">oss-signal/security</text>
@@ -34,7 +34,7 @@
34
34
  <rect x="334" y="266" width="144" height="42" rx="21" fill="#dcfce7"/>
35
35
  <text x="359" y="293" fill="#166534">100/100 A</text>
36
36
  <rect x="494" y="266" width="142" height="42" rx="21" fill="#dbeafe"/>
37
- <text x="521" y="293" fill="#1e40af">npm 0.8.5</text>
37
+ <text x="521" y="293" fill="#1e40af">npm 0.8.6</text>
38
38
  <rect x="652" y="266" width="178" height="42" rx="21" fill="#e0f2fe"/>
39
39
  <text x="681" y="293" fill="#075985">GitHub Action</text>
40
40
  <rect x="846" y="266" width="168" height="42" rx="21" fill="#fef9c3"/>
@@ -9,8 +9,8 @@ This document summarizes why `oss-signal` is a fit for OpenAI's Codex for Open S
9
9
  - Display name: OSS Maintainer Signal
10
10
  - Repository: https://github.com/SalmonPlays/oss-signal
11
11
  - npm package: https://www.npmjs.com/package/oss-signal
12
- - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.5
13
- - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
12
+ - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.6
13
+ - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
14
14
  - CI workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/ci.yml
15
15
  - Repository health workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-health.yml
16
16
  - Repository inventory workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-inventory.yml
@@ -53,32 +53,32 @@ This project is designed around repeatable maintainer workflows where Codex is u
53
53
 
54
54
  The repository currently has:
55
55
 
56
- - A published npm package with `0.8.5` as the latest release.
56
+ - A published npm package with `0.8.6` as the latest release.
57
57
  - A post-submission update page explaining why the current npm package and Action tag may be newer than the originally submitted evidence.
58
58
  - npm download API evidence showing 356 last-week and last-month downloads on 2026-06-05.
59
- - A published GitHub Release for v0.8.5 with maintainer plan output, CI usage guidance, and release notes.
59
+ - A published GitHub Release for v0.8.6 with maintainer plan output, CI usage guidance, and release notes.
60
60
  - A reusable GitHub Action with `score`, `grade`, `failed`, and `report-path` outputs.
61
61
  - A repository inventory mode for organization-level maintainer-readiness triage, available in both CLI and GitHub Action form.
62
- - A clean npm smoke test of `oss-signal@0.8.5` returning version `0.8.5`.
62
+ - A clean npm smoke test of `oss-signal@0.8.6` returning version `0.8.6`.
63
63
  - SARIF output for GitHub Code Scanning integration.
64
- - A v0.8.5 GitHub Action tag with step summary, SARIF support, inventory support, Issue-ready output, and maintainer plan output.
64
+ - A v0.8.6 GitHub Action tag with step summary, SARIF support, inventory support, Issue-ready output, and maintainer plan output.
65
65
  - A workflow output mode that renders a no-fail GitHub Actions trial workflow for external maintainers.
66
- - A public dogfood workflow that runs `SalmonPlays/oss-signal@v0.8.5` against the repository, uploads the Markdown report artifact, and uploads SARIF to GitHub Code Scanning on non-PR runs.
67
- - A public dogfood inventory workflow that runs `SalmonPlays/oss-signal@v0.8.5` against a repository target list and uploads an inventory artifact.
68
- - A separate public workflow demo that runs `SalmonPlays/oss-signal@v0.8.5` from another repository and uploads Markdown, SARIF, Issue-ready, and no-fail workflow artifacts.
66
+ - A public dogfood workflow that runs `SalmonPlays/oss-signal@v0.8.6` against the repository, uploads the Markdown report artifact, and uploads SARIF to GitHub Code Scanning on non-PR runs.
67
+ - A public dogfood inventory workflow that runs `SalmonPlays/oss-signal@v0.8.6` against a repository target list and uploads an inventory artifact.
68
+ - A separate public workflow demo that runs `SalmonPlays/oss-signal@v0.8.6` from another repository and uploads Markdown, SARIF, Issue-ready, and no-fail workflow artifacts.
69
69
  - A no-fail maintainer trial workflow that external maintainers can copy before enabling CI gates.
70
70
  - A trial feedback path for neutral or negative maintainer responses, so third-party feedback does not have to be overstated as adoption.
71
71
  - A maintainer playbook that documents audit, triage, issue, PR, CI, and SARIF workflows.
72
72
  - A release process and tag-triggered release workflow that verify package contents and publish to npm through Trusted Publishing.
73
73
  - CI, Repository health, CodeQL, and Release workflows passing publicly.
74
74
  - A local self-audit score of 100/100.
75
- - A clean-directory smoke test of `npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version`, returning `0.8.5`.
75
+ - A clean-directory smoke test of `npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version`, returning `0.8.6`.
76
76
  - Public reports, issues, and PRs created from real repository audits, including six posted field-audit issues and five follow-up PRs.
77
77
  - One accepted external documentation PR, with a public maintainer merge comment, recorded in [evidence-ledger.md](evidence-ledger.md).
78
78
 
79
79
  ## Separate Workflow Demo
80
80
 
81
- The repository https://github.com/SalmonPlays/oss-signal-adoption-demo runs the public `SalmonPlays/oss-signal@v0.8.5` Action tag from a separate workflow. The successful run at https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373 uploaded an `oss-signal-adoption-demo-report` artifact containing Markdown, SARIF, Issue-ready, and no-fail workflow output.
81
+ The repository https://github.com/SalmonPlays/oss-signal-adoption-demo runs the public `SalmonPlays/oss-signal@v0.8.4` Action tag from a separate workflow. The successful run at https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373 uploaded an `oss-signal-adoption-demo-report` artifact containing Markdown, SARIF, Issue-ready, and no-fail workflow output.
82
82
 
83
83
  This is intentionally described as a separate public workflow demo rather than third-party adoption because the repository is also owned by `SalmonPlays`. It still proves that the published Action tag is consumable outside the main repository.
84
84
 
@@ -113,5 +113,5 @@ Prepared official form answers are in [codex-for-oss-form-answers.md](codex-for-
113
113
  ## Next Evidence To Collect
114
114
 
115
115
  - More merged external PRs or maintainer replies on field-audit PRs.
116
- - A public workflow run in an independent maintainer-owned repository using `SalmonPlays/oss-signal@v0.8.5`, ideally with SARIF or inventory upload enabled.
116
+ - A public workflow run in an independent maintainer-owned repository using `SalmonPlays/oss-signal@v0.8.6`, ideally with SARIF or inventory upload enabled.
117
117
  - npm download data once the registry starts reporting weekly/monthly counts.
@@ -50,7 +50,7 @@ Primary maintainer
50
50
  ## Why This Repository Qualifies
51
51
 
52
52
  ```text
53
- oss-signal is a public OSS maintainer tool for reducing triage and review load. It ships as npm package oss-signal@0.8.5 and GitHub Action SalmonPlays/oss-signal@v0.8.5, supports Markdown/JSON/SARIF/Issue/Plan/Inventory/Workflow output, passes CI/CodeQL/Release, has a 100/100 self-audit, no-fail maintainer trial and feedback paths, six public field-audit issues, five public field-audit PRs, and one merged external Codex Action documentation PR.
53
+ oss-signal is a public OSS maintainer tool for reducing triage and review load. It ships as npm package oss-signal@0.8.6 and GitHub Action SalmonPlays/oss-signal@v0.8.6, supports Markdown/JSON/SARIF/Issue/Plan/Inventory/Workflow output, passes CI/CodeQL/Release, has a 100/100 self-audit, no-fail maintainer trial and feedback paths, six public field-audit issues, five public field-audit PRs, and one merged external Codex Action documentation PR.
54
54
  ```
55
55
 
56
56
  ## Interest
@@ -81,13 +81,13 @@ Use Codex/API credits to run repeatable public repository audits, draft focused
81
81
  ## Anything Else
82
82
 
83
83
  ```text
84
- The project is early, so I am not overstating adoption. Current evidence includes npm 0.8.5 latest, 356 npm downloads reported by the registry API on 2026-06-05, a published v0.8.5 release, a reusable GitHub Action with inventory and workflow output, no-fail maintainer trial and feedback paths, a clean npm version smoke test, public CI/Repository health/CodeQL/Release, six field-audit issues, five field-audit PRs, and a separate public workflow demo with artifacts.
84
+ The project is early, so I am not overstating adoption. Current evidence includes npm 0.8.6 latest, 356 npm downloads reported by the registry API on 2026-06-05, a published v0.8.6 release, a reusable GitHub Action with inventory and workflow output, no-fail maintainer trial and feedback paths, a clean npm version smoke test, public CI/Repository health/CodeQL/Release, six field-audit issues, five field-audit PRs, and a separate public workflow demo with artifacts.
85
85
  ```
86
86
 
87
87
  ## Evidence Links
88
88
 
89
89
  - npm package: https://www.npmjs.com/package/oss-signal
90
- - GitHub Release v0.8.5: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.5
90
+ - GitHub Release v0.8.6: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.6
91
91
  - Main repository health workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-health.yml
92
92
  - Separate workflow demo repository: https://github.com/SalmonPlays/oss-signal-adoption-demo
93
93
  - Separate successful workflow run: https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373
@@ -8,15 +8,15 @@ This ledger keeps the strongest public `oss-signal` evidence in one reviewer-fri
8
8
 
9
9
  | Signal | Evidence | Status | Reviewer note |
10
10
  | --- | --- | --- | --- |
11
- | Installable CLI | https://www.npmjs.com/package/oss-signal | `0.8.5` is `latest` | Reviewers can run `npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version`. |
11
+ | Installable CLI | https://www.npmjs.com/package/oss-signal | `0.8.6` is `latest` | Reviewers can run `npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version`. |
12
12
  | npm download API | 356 downloads for last-week and last-month windows | Checked 2026-06-05T09:57:04Z | Supporting distribution signal only; not claimed as broad adoption. |
13
- | GitHub Action release | https://github.com/SalmonPlays/oss-signal/tree/v0.8.5 | Published tag | Public Action tag used by repository workflows; the separate demo is refreshed after release publication. |
13
+ | GitHub Action release | https://github.com/SalmonPlays/oss-signal/tree/v0.8.6 | Published tag | Public Action tag used by repository workflows; the separate demo is refreshed after release publication. |
14
14
  | GitHub Marketplace | https://github.com/marketplace/actions/oss-signal | Published listing | Free Action listing under Code quality. |
15
15
  | Maintainer trial path | [maintainer-trial.md](maintainer-trial.md) | Published | External maintainers can try the Action without failing CI, then share a workflow run or adoption report. |
16
16
  | Maintainer feedback path | [maintainer-feedback.md](maintainer-feedback.md) | Published | External maintainers can leave useful public feedback even when the tool is not adopted. |
17
- | Main repository dogfood | https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-health.yml | Passing | Runs `SalmonPlays/oss-signal@v0.8.5` against this repository. |
17
+ | Main repository dogfood | https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-health.yml | Passing | Runs `SalmonPlays/oss-signal@v0.8.6` against this repository. |
18
18
  | Inventory dogfood | https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-inventory.yml | Passing | Exercises multi-repository inventory mode. |
19
- | Separate public workflow demo | https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373 | Passing | Separate public repository runs `SalmonPlays/oss-signal@v0.8.5` and uploads Markdown, SARIF, issue-ready, and no-fail workflow artifacts. |
19
+ | Separate public workflow demo | https://github.com/SalmonPlays/oss-signal-adoption-demo/actions/runs/27025632373 | Passing | Separate public repository runs `SalmonPlays/oss-signal@v0.8.4` and uploads Markdown, SARIF, issue-ready, and no-fail workflow artifacts. |
20
20
  | Accepted external contribution | https://github.com/icoretech/codex-action/pull/24 | Merged 2026-06-04 | External maintainer merged the focused Codex Action documentation safety fix and left a merge comment. |
21
21
  | Maintainer merge comment | https://github.com/icoretech/codex-action/pull/24#issuecomment-4623923361 | Public maintainer response | Stronger than an open PR because the external maintainer accepted the change. |
22
22
  | Field-audit issues | [adoption evidence](adoption-evidence.md#public-field-audits-and-prs) | Six posted issues | These show the audit-to-maintainer-follow-up workflow, but are not counted as adoption unless maintainers reply, act, or endorse them. |
@@ -13,7 +13,7 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v5
16
- - uses: SalmonPlays/oss-signal@v0.8.5
16
+ - uses: SalmonPlays/oss-signal@v0.8.6
17
17
  id: oss-signal
18
18
  with:
19
19
  fail-under: "80"
@@ -18,13 +18,13 @@ jobs:
18
18
  runs-on: ubuntu-latest
19
19
  steps:
20
20
  - uses: actions/checkout@v5
21
- - uses: SalmonPlays/oss-signal@v0.8.5
21
+ - uses: SalmonPlays/oss-signal@v0.8.6
22
22
  id: oss-signal
23
23
  with:
24
24
  fail-under: "80"
25
25
  output: oss-signal-report.md
26
26
  summary: "true"
27
- - uses: SalmonPlays/oss-signal@v0.8.5
27
+ - uses: SalmonPlays/oss-signal@v0.8.6
28
28
  with:
29
29
  format: sarif
30
30
  output: oss-signal.sarif
@@ -16,7 +16,7 @@ jobs:
16
16
  runs-on: ubuntu-latest
17
17
  steps:
18
18
  - uses: actions/checkout@v5
19
- - uses: SalmonPlays/oss-signal@v0.8.5
19
+ - uses: SalmonPlays/oss-signal@v0.8.6
20
20
  id: oss-signal
21
21
  env:
22
22
  GITHUB_TOKEN: ${{ github.token }}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "tool": "oss-signal",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "root": "https://github.com/SalmonPlays/oss-signal",
5
5
  "source": {
6
6
  "type": "github",
@@ -14,7 +14,7 @@
14
14
  "openIssues": 5,
15
15
  "healthPercentage": 100
16
16
  },
17
- "generatedAt": "2026-06-07T03:52:59.481Z",
17
+ "generatedAt": "2026-06-07T03:57:48.351Z",
18
18
  "score": 100,
19
19
  "grade": "A",
20
20
  "summary": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Repository: `https://github.com/SalmonPlays/oss-signal`
4
4
  Source: GitHub (SalmonPlays/oss-signal@main)
5
- Generated: 2026-06-07T03:52:59.481Z
5
+ Generated: 2026-06-07T03:57:48.351Z
6
6
 
7
7
  Score: **100/100** (A)
8
8
 
@@ -15,7 +15,7 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
17
  - uses: actions/checkout@v5
18
- - uses: SalmonPlays/oss-signal@v0.8.5
18
+ - uses: SalmonPlays/oss-signal@v0.8.6
19
19
  id: oss-signal
20
20
  with:
21
21
  output: oss-signal-report.md
@@ -6,7 +6,7 @@
6
6
  "tool": {
7
7
  "driver": {
8
8
  "name": "oss-signal",
9
- "semanticVersion": "0.8.5",
9
+ "semanticVersion": "0.8.6",
10
10
  "informationUri": "https://github.com/SalmonPlays/oss-signal",
11
11
  "rules": [
12
12
  {
@@ -400,7 +400,7 @@
400
400
  "score": 100,
401
401
  "grade": "A",
402
402
  "source": "local",
403
- "generatedAt": "2026-06-07T03:52:57.921Z"
403
+ "generatedAt": "2026-06-07T03:57:46.629Z"
404
404
  }
405
405
  }
406
406
  ]
package/docs/index.md CHANGED
@@ -13,7 +13,7 @@ npx oss-signal SalmonPlays/oss-signal
13
13
  Run as a GitHub Action:
14
14
 
15
15
  ```yaml
16
- - uses: SalmonPlays/oss-signal@v0.8.5
16
+ - uses: SalmonPlays/oss-signal@v0.8.6
17
17
  id: oss-signal
18
18
  with:
19
19
  path: "."
@@ -56,6 +56,6 @@ Run as a GitHub Action:
56
56
 
57
57
  - Repository: https://github.com/SalmonPlays/oss-signal
58
58
  - npm package: https://www.npmjs.com/package/oss-signal
59
- - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
59
+ - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
60
60
  - GitHub Marketplace listing: https://github.com/marketplace/actions/oss-signal
61
61
  - Maintainer workflow discussion: https://github.com/SalmonPlays/oss-signal/discussions/5
@@ -83,7 +83,7 @@ See [plan-output.md](plan-output.md) and [examples/github-plan.md](examples/gith
83
83
  Add the GitHub Action to keep the signal visible:
84
84
 
85
85
  ```yaml
86
- - uses: SalmonPlays/oss-signal@v0.8.5
86
+ - uses: SalmonPlays/oss-signal@v0.8.6
87
87
  id: oss-signal
88
88
  with:
89
89
  fail-under: "80"
@@ -96,7 +96,7 @@ The Action writes `score`, `grade`, `failed`, and `report-path` outputs, and wri
96
96
  For a repository inventory, commit a newline-delimited target list and pass it through the Action:
97
97
 
98
98
  ```yaml
99
- - uses: SalmonPlays/oss-signal@v0.8.5
99
+ - uses: SalmonPlays/oss-signal@v0.8.6
100
100
  env:
101
101
  GITHUB_TOKEN: ${{ github.token }}
102
102
  with:
@@ -116,7 +116,7 @@ permissions:
116
116
 
117
117
  steps:
118
118
  - uses: actions/checkout@v5
119
- - uses: SalmonPlays/oss-signal@v0.8.5
119
+ - uses: SalmonPlays/oss-signal@v0.8.6
120
120
  with:
121
121
  format: sarif
122
122
  output: oss-signal.sarif
@@ -134,7 +134,7 @@ See [docs/sarif-code-scanning.md](sarif-code-scanning.md) for the permissions, e
134
134
 
135
135
  Useful evidence for maintainers and reviewers:
136
136
 
137
- - A public workflow run that uses `SalmonPlays/oss-signal@v0.8.5`.
137
+ - A public workflow run that uses `SalmonPlays/oss-signal@v0.8.6`.
138
138
  - A generated Markdown report attached as an artifact.
139
139
  - A SARIF upload in Code Scanning.
140
140
  - A small issue or PR that follows from an audit finding.
@@ -26,7 +26,7 @@ jobs:
26
26
  runs-on: ubuntu-latest
27
27
  steps:
28
28
  - uses: actions/checkout@v5
29
- - uses: SalmonPlays/oss-signal@v0.8.5
29
+ - uses: SalmonPlays/oss-signal@v0.8.6
30
30
  id: oss-signal
31
31
  with:
32
32
  output: oss-signal-report.md
@@ -54,32 +54,32 @@ The same workflow is available as [examples/maintainer-trial-workflow.yml](examp
54
54
  Run against a public repository without cloning:
55
55
 
56
56
  ```bash
57
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal owner/repo --format markdown --output oss-signal-report.md
57
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal owner/repo --format markdown --output oss-signal-report.md
58
58
  ```
59
59
 
60
60
  Generate an issue-ready draft for human review:
61
61
 
62
62
  ```bash
63
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal owner/repo --format issue --output maintainer-follow-up.md
63
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal owner/repo --format issue --output maintainer-follow-up.md
64
64
  ```
65
65
 
66
66
  Generate a PR-sized plan before opening a pull request:
67
67
 
68
68
  ```bash
69
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal owner/repo --format plan --output maintainer-plan.md
69
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal owner/repo --format plan --output maintainer-plan.md
70
70
  ```
71
71
 
72
72
  Generate the no-fail trial workflow:
73
73
 
74
74
  ```bash
75
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal owner/repo --format workflow --output .github/workflows/oss-signal-trial.yml
75
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal owner/repo --format workflow --output .github/workflows/oss-signal-trial.yml
76
76
  ```
77
77
 
78
78
  ## Evidence To Share
79
79
 
80
80
  Useful public evidence is concrete:
81
81
 
82
- - a workflow run that uses `SalmonPlays/oss-signal@v0.8.5`
82
+ - a workflow run that uses `SalmonPlays/oss-signal@v0.8.6`
83
83
  - a linked `oss-signal-report.md` artifact
84
84
  - a maintainer reply saying the report was useful, not useful, or intentionally out of scope
85
85
  - a merged issue-template, security-policy, CI, or documentation PR informed by the report
@@ -7,13 +7,13 @@ This checklist records the Marketplace publishing state for `oss-signal`.
7
7
  - Repository is public.
8
8
  - Action metadata exists at the repository root: [../action.yml](../action.yml).
9
9
  - The Action metadata uses a unique name: `oss-signal`.
10
- - The repository has a released Action tag: `v0.8.5`.
10
+ - The repository has a released Action tag: `v0.8.6`.
11
11
  - The README contains install, CLI, GitHub Action, SARIF, inventory, workflow-trial, and maintainer workflow examples.
12
12
  - The repository has public CI, CodeQL, OpenSSF Scorecard, repository health, repository inventory, and release workflows.
13
13
  - The repository includes an MIT [LICENSE](../LICENSE) that should be used as the Action EULA for Marketplace users.
14
14
  - GitHub Marketplace Developer Agreement has been reviewed by the repository owner.
15
15
  - The GitHub Marketplace listing is published: https://github.com/marketplace/actions/oss-signal
16
- - The current Action tag is `v0.8.5`: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
16
+ - The current Action tag is `v0.8.6`: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
17
17
 
18
18
  ## Marketplace Categories
19
19
 
@@ -26,7 +26,7 @@ Secondary category: `Code quality`
26
26
  Title:
27
27
 
28
28
  ```text
29
- oss-signal v0.8.5
29
+ oss-signal v0.8.6
30
30
  ```
31
31
 
32
32
  Description:
@@ -28,12 +28,13 @@ The older submission evidence remains valid. The current `latest` npm version si
28
28
  | `v0.8.3` | npm package, GitHub Release, Action tag | Added workflow-level Node.js 24 opt-in ahead of GitHub Actions' Node.js 20 removal. |
29
29
  | `v0.8.4` | npm package, GitHub Release, Action tag | Scoped the Scorecard workflow opt-in so Scorecard result publication passes workflow verification. |
30
30
  | `v0.8.5` | npm package, GitHub Release, Action tag | Added evidence and next-step details to Markdown reports plus a maintainer quickstart. |
31
+ | `v0.8.6` | npm package, GitHub Release, Action tag | Corrected reviewer evidence text for the separate public demo. |
31
32
 
32
33
  ## Current Evidence
33
34
 
34
- - npm package: https://www.npmjs.com/package/oss-signal (`0.8.5` latest after release)
35
- - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.5
36
- - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
35
+ - npm package: https://www.npmjs.com/package/oss-signal (`0.8.6` latest after release)
36
+ - GitHub Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.6
37
+ - GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
37
38
  - Release workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/release.yml
38
39
  - Repository health workflow: https://github.com/SalmonPlays/oss-signal/actions/workflows/repository-health.yml
39
40
  - GitHub repository profile: description, npm homepage, eight maintainer-focused topics, social preview image, and profile pin are live.
@@ -48,7 +49,7 @@ The older submission evidence remains valid. The current `latest` npm version si
48
49
 
49
50
  ## Clean Verification
50
51
 
51
- The public registry should return `0.8.5` for both package version and `latest` dist-tag after the first-run UX release.
52
+ The public registry should return `0.8.6` for both package version and `latest` dist-tag after the reviewer-evidence correction release.
52
53
 
53
54
  ```bash
54
55
  npm view oss-signal version dist-tags --json
@@ -58,17 +59,17 @@ Expected result:
58
59
 
59
60
  ```json
60
61
  {
61
- "version": "0.8.5",
62
+ "version": "0.8.6",
62
63
  "dist-tags": {
63
- "latest": "0.8.5"
64
+ "latest": "0.8.6"
64
65
  }
65
66
  }
66
67
  ```
67
68
 
68
- A clean npm execution should return version `0.8.5`.
69
+ A clean npm execution should return version `0.8.6`.
69
70
 
70
71
  ```bash
71
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version
72
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version
72
73
  ```
73
74
 
74
75
  ## Review Impact
@@ -76,7 +77,7 @@ npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version
76
77
  This version difference should be read as post-submission maintenance progress, not as a mismatch. It strengthens the evidence in three ways:
77
78
 
78
79
  - The package now has a successful npm Trusted Publishing release from GitHub Actions.
79
- - The GitHub Action tag, npm package, release notes, and documentation all point to `0.8.5`.
80
+ - The GitHub Action tag, npm package, release notes, and documentation all point to `0.8.6`.
80
81
  - The repository has public CI, Repository health, Repository inventory, CodeQL, OpenSSF Scorecard, Release workflow evidence, social preview branding, profile pinning, Discussions, CODEOWNERS, and issue routing.
81
82
  - The current release includes `--format plan`, which turns audit findings into PR-sized outreach plans before external posting.
82
83
  - The current release includes `--format workflow`, which renders a no-fail GitHub Actions trial workflow for external maintainers.
@@ -71,7 +71,7 @@ jobs:
71
71
  runs-on: ubuntu-latest
72
72
  steps:
73
73
  - uses: actions/checkout@v5
74
- - uses: SalmonPlays/oss-signal@v0.8.5
74
+ - uses: SalmonPlays/oss-signal@v0.8.6
75
75
  with:
76
76
  output: oss-signal-report.md
77
77
  summary: "true"
@@ -0,0 +1,11 @@
1
+ `oss-signal` v0.8.6 corrects the reviewer evidence text after the first-run UX release.
2
+
3
+ ## Changes
4
+
5
+ - Keeps the separate public demo accurately documented as a `v0.8.4` workflow run until that repository can be refreshed.
6
+ - Keeps the main package, Action tag, examples, and dogfood workflows aligned on `v0.8.6`.
7
+
8
+ ## Verification
9
+
10
+ - `npm run check`
11
+ - `npm publish --dry-run`
@@ -6,7 +6,7 @@ This page gives reviewers a short path to verify that `oss-signal` is a real OSS
6
6
 
7
7
  ## Application Version Note
8
8
 
9
- The Codex for Open Source application was submitted on 2026-06-03. The npm package and Action tag continued to move after submission as normal OSS maintenance. If any submitted field references older evidence, treat `0.8.5` as the current maintained release and see [post-submission-update.md](post-submission-update.md).
9
+ The Codex for Open Source application was submitted on 2026-06-03. The npm package and Action tag continued to move after submission as normal OSS maintenance. If any submitted field references older evidence, treat `0.8.6` as the current maintained release and see [post-submission-update.md](post-submission-update.md).
10
10
 
11
11
  ## Five-Minute Verification
12
12
 
@@ -16,20 +16,20 @@ The Codex for Open Source application was submitted on 2026-06-03. The npm packa
16
16
  npm view oss-signal version dist-tags --json
17
17
  ```
18
18
 
19
- Expected result: `version` is `0.8.5`, and `dist-tags.latest` is `0.8.5`.
19
+ Expected result: `version` is `0.8.6`, and `dist-tags.latest` is `0.8.6`.
20
20
 
21
21
  2. Run the published package from a clean install:
22
22
 
23
23
  ```bash
24
- npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version
24
+ npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version
25
25
  ```
26
26
 
27
- Expected result: `0.8.5`.
27
+ Expected result: `0.8.6`.
28
28
 
29
29
  To audit the public GitHub repository from a local shell, set `GITHUB_TOKEN` if unauthenticated API rate limits are exhausted:
30
30
 
31
31
  ```bash
32
- GITHUB_TOKEN=<token> npm exec --yes --package=oss-signal@0.8.5 -- oss-signal SalmonPlays/oss-signal --format json
32
+ GITHUB_TOKEN=<token> npm exec --yes --package=oss-signal@0.8.6 -- oss-signal SalmonPlays/oss-signal --format json
33
33
  ```
34
34
 
35
35
  Expected result with API access: score `100`, grade `A`, source `github`.
@@ -72,8 +72,8 @@ Expected result: a Markdown table with one row per repository, average score, sc
72
72
 
73
73
  5. Inspect the public Action tag:
74
74
 
75
- - Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
76
- - Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.5
75
+ - Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
76
+ - Release: https://github.com/SalmonPlays/oss-signal/releases/tag/v0.8.6
77
77
  - Action metadata: [../action.yml](../action.yml)
78
78
 
79
79
  6. Inspect field-audit evidence:
@@ -26,7 +26,7 @@ jobs:
26
26
  runs-on: ubuntu-latest
27
27
  steps:
28
28
  - uses: actions/checkout@v5
29
- - uses: SalmonPlays/oss-signal@v0.8.5
29
+ - uses: SalmonPlays/oss-signal@v0.8.6
30
30
  with:
31
31
  format: sarif
32
32
  output: oss-signal.sarif
@@ -46,7 +46,7 @@ SARIF output reports maintainer-readiness findings at warning level. These findi
46
46
  ## Supply Chain
47
47
 
48
48
  - The npm package is published publicly as `oss-signal`.
49
- - The GitHub Action is pinned by release tag, for example `SalmonPlays/oss-signal@v0.8.5`.
49
+ - The GitHub Action is pinned by release tag, for example `SalmonPlays/oss-signal@v0.8.6`.
50
50
  - The release workflow checks the package version against the release tag before publishing.
51
51
  - The repository runs CI, CodeQL, OpenSSF Scorecard, repository health, and repository inventory workflows on `main`.
52
52
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Repository: `/Users/amon/Documents/Codex/2026-06-01/openai-s/outputs/oss-signal`
4
4
  Source: local
5
- Generated: 2026-06-07T03:52:57.877Z
5
+ Generated: 2026-06-07T03:57:46.617Z
6
6
 
7
7
  Score: **100/100** (A)
8
8
 
@@ -85,7 +85,7 @@ https://github.com/SalmonPlays/oss-signal
85
85
  ## GitHub Discussion Announcement
86
86
 
87
87
  ```markdown
88
- `oss-signal` v0.8.5 is live on npm and GitHub Marketplace.
88
+ `oss-signal` v0.8.6 is live on npm and GitHub Marketplace.
89
89
 
90
90
  The tool is built for OSS maintainers and contributors who want a small, repeatable way to check maintainer-readiness signals before opening cleanup issues or PRs.
91
91
 
@@ -11,7 +11,7 @@ This page collects the strongest public signals for reviewers, maintainers, and
11
11
  What it does have is a complete, public maintainer workflow:
12
12
 
13
13
  - Public npm package: https://www.npmjs.com/package/oss-signal
14
- - Public GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.5
14
+ - Public GitHub Action tag: https://github.com/SalmonPlays/oss-signal/tree/v0.8.6
15
15
  - Public GitHub Marketplace listing: https://github.com/marketplace/actions/oss-signal
16
16
  - Public GitHub Pages landing page: https://salmonplays.github.io/oss-signal/
17
17
  - Public no-fail maintainer trial workflow: [maintainer-trial.md](maintainer-trial.md)
@@ -27,7 +27,7 @@ What it does have is a complete, public maintainer workflow:
27
27
 
28
28
  | Signal | Public evidence | Why it matters |
29
29
  | --- | --- | --- |
30
- | Installable CLI | `npm exec --yes --package=oss-signal@0.8.5 -- oss-signal --version` | Reviewers can run the package without cloning this repository. |
30
+ | Installable CLI | `npm exec --yes --package=oss-signal@0.8.6 -- oss-signal --version` | Reviewers can run the package without cloning this repository. |
31
31
  | Marketplace Action | https://github.com/marketplace/actions/oss-signal | Users can discover and copy the Action through GitHub Marketplace. |
32
32
  | Maintainer trial | [maintainer-trial](maintainer-trial.md) | External maintainers can try the Action without failing CI first. |
33
33
  | Maintainer feedback | [maintainer-feedback](maintainer-feedback.md) | Neutral or negative maintainer responses can still improve rules and count as real third-party feedback. |
@@ -48,7 +48,7 @@ What it does have is a complete, public maintainer workflow:
48
48
  The GitHub Marketplace listing is a discovery page for the Action. It lets users find `oss-signal`, inspect the Action metadata and README, and copy a workflow snippet using:
49
49
 
50
50
  ```yaml
51
- - uses: SalmonPlays/oss-signal@v0.8.5
51
+ - uses: SalmonPlays/oss-signal@v0.8.6
52
52
  ```
53
53
 
54
54
  The listing is not a paid product. It is a free Action listing. Running GitHub Actions has separate GitHub Actions billing rules, but standard GitHub-hosted runners are free for public repositories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oss-signal",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "Maintainer-readiness CLI and GitHub Action for OSS triage, CI evidence, inventory reports, SARIF, issue-ready cleanup, and workflow trials.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -2,7 +2,7 @@ import { promises as fs } from "node:fs";
2
2
  import https from "node:https";
3
3
  import path from "node:path";
4
4
 
5
- export const VERSION = "0.8.5";
5
+ export const VERSION = "0.8.6";
6
6
 
7
7
  const SARIF_RULE_LOCATIONS = {
8
8
  readme: "README.md",
@@ -404,7 +404,7 @@ jobs:
404
404
  runs-on: ubuntu-latest
405
405
  steps:
406
406
  - uses: actions/checkout@v5
407
- - uses: SalmonPlays/oss-signal@v0.8.5
407
+ - uses: SalmonPlays/oss-signal@v0.8.6
408
408
  id: oss-signal
409
409
  with:
410
410
  output: oss-signal-report.md