drep-ai 2.7.2

A local commit gate: runs the linters your repo configures, and sends changed code to an LLM for review
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
self-hosted-runner:
  labels:
    - drep-linux
    - drep-macos

# cargo-dist owns release.yml. Keep actionlint's workflow and expression checks,
# but suppress the generator's advisory-only ShellCheck findings rather than
# hand-editing output that `dist init` will replace.
paths:
  .github/workflows/release.yml:
    ignore:
      - 'shellcheck reported issue in this script: SC(2001|2086|2129):.+'