1 Commits

Author SHA1 Message Date
blink-so[bot]
492b38cc81 feat: Add linting script for coder_agent naming conventions
Add a simple bash script that validates module documentation uses
coder_agent.main consistently. This can be integrated into CI to
prevent future inconsistencies.

The script checks:
- Module README files use coder_agent.main
- Example templates use coder_agent.main
- Root documentation uses coder_agent.main

Usage: ./scripts/lint-agent-names.sh
2025-11-26 19:09:38 +00:00