Skip to content

v1.5.1 — GitHub Marketplace launch

Latest

Choose a tag to compare

@paladini paladini released this 26 Jul 10:09
bbb4dff

GitHub Marketplace launch

Harness Score v1.5.1 brings deterministic AI coding harness maturity audits directly into GitHub Actions and marks the Action's initial GitHub Marketplace release.

What the Action provides

  • Deterministic, filesystem-only repository scanning
  • AI-harness maturity scores from L0 to L4
  • Configurable CI quality gates with min-level
  • GitHub job summaries with dimension-level results
  • SVG maturity badges and Markdown reports
  • Optional sticky pull-request comments with score deltas
  • Repository, user, and system harness scopes
  • Team customization through .harness-score.json

Marketplace launch improvements

  • Added concise Marketplace metadata
  • Pinned the default scanner to v1.5.1 for reproducible results
  • Hardened Action input handling
  • Added end-to-end Action smoke coverage in CI
  • Added the stable v1 usage path
  • Kept npm, JSR, lockfile, CLI, and Action versions synchronized

Usage

name: Harness maturity

on:
  pull_request:
  push:
    branches: [main]

jobs:
  harness:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: paladini/harness-score@v1
        with:
          min-level: '3'
          badge: 'harness-badge.svg'

For maximum supply-chain stability, pin the Action to the full commit SHA associated with this release.

Documentation: https://paladini.github.io/harness-score/

Full changelog: v1.5.0...v1.5.1