All activity
vamshidhar reddyleft a comment
Hey PH 👋 I built this after watching AI agents fail repeatedly in CI because of stale context files. It's a real problem nobody had tooling for yet. Still early — 8 lint rules so far. If it flags something it shouldn't, or misses something it should catch, please tell me here or open a GitHub issue. That feedback is exactly what I need right now. Happy to answer questions about the rule design...

ctxlintLinter for AI agent context files (AGENTS.md, CLAUDE.md)
AI agents break when AGENTS.md has stale commands or wrong ecosystem references. ctxlint catches these before your agent does, wrong build tools (cargo in a Node.js repo), missing files, bad paths, ecosystem mismatches.
Just run: npx @ctxlint/ctxlint check .
Tested on 8 real repos including LangChain and Next.js. Works with any AI agent that reads context files.

ctxlintLinter for AI agent context files (AGENTS.md, CLAUDE.md)
