Skip to content

0.2.0

Choose a tag to compare

@mattmaynes mattmaynes released this 27 Jun 15:18
5fc5d9b

Install and update now bring your repo into compliance, not just carry the rules.

/trellis-install and /trellis-update run a compliance pass over your tracked text and report any violation of a mechanically-checkable rule as file:line. Today that is guidelines.md's em/en-dash ban.

  • Reports by default and changes nothing. Run /trellis-install --fix to rewrite em/en dashes to ASCII, then review the diff.
  • Non-blocking: a repo with violations still finishes installing, with a list to clean up.
  • One dependency-free POSIX sh script both commands call, verified under dash, reusable later by a pre-commit hook or CI.
  • A developer-owned docs/rules/.compliance-ignore skips content another tool vendors (for example docs/spectra/).