Releases: 8ryanWh1t3/CoherenceOps
Releases · 8ryanWh1t3/CoherenceOps
CoherenceOps v0.4.2
Added
docs/CI_INSTALLATION.md— single-page contract for permissions, labels, branch protection.github/workflows/ci-test.yml— shellcheck + smoke tests for CoherenceOps' own scriptsactions/check/action.yml— composite action foruses: 8ryanWh1t3/CoherenceOps/actions/check@v0.4.2commit_resultsinput on score and rollup workflows — opt out of direct-to-main commits- README: Option E (composite action) + CI Installation link in Quick Links
Fixed
- Assumptions parsing: anchored field regexes to prevent false matches inside multi-line strings
- Assumptions parsing: handle
assumptions: [](empty init default) without errors - Assumptions parsing: extract multi-line statements using YAML
>/|folding - PR file listing: paginated via
github.paginate()to handle PRs with >100 changed files - Shellcheck SC2059: replaced variable-in-format-string with positional
%sargs