- id: ctxlint name: ctxlint description: Lint AI agent context files against your actual codebase # Version-pinned so a checkout at `rev: vX.Y.Z` runs exactly that release # of ctxlint — matches the pinning done by `ctxlint init`. release.sh keeps # this in sync with package.json on each bump. entry: npx @yawlabs/ctxlint@0.24.1 --strict language: node always_run: true pass_filenames: false