Skip to content

As Decided Sentry v0.26.0 — Deterministic code enforcement

Latest

Choose a tag to compare

@tcballard tcballard released this 31 Jul 05:10
532b242

Deterministic code enforcement, ready for a pull request

Sentry is the public GitHub Action for As Decided's new code-enforcement layer.
It checks declarative decision constraints against source changes without an
LLM judge, embeddings, or a hosted service.

- uses: asdecided/sentry@v0.26.0

This first release supports:

  • pull-request diff enforcement
  • full-tree certification
  • forbid_import, forbid_pattern, and require_pattern
  • SARIF results in GitHub Code Scanning
  • checksum-verified Core 0.26.0 binaries on Linux, macOS, and Windows

Development remains centralized in
asdecided/ci. This repository
is the stable public distribution surface.