Documentation
README
Linting Codebase
When to use
- User runs /ring:fixing-lint command
- Codebase has lint issues that need fixing
- Multiple lint errors across different files/components
Skip when
- Single lint error โ fix directly without agent dispatch
- Lint already passes โ nothing to do
- User only wants to see lint output, not fix
Run lint checks, group issues into independent streams, dispatch parallel agents, iterate until clean.
โ Critical Constraints (communicate to ALL dispatched agents)
- DO NOT create automated scripts to fix lint issues
- DO NOT create documentation or README files
- DO NOT add comments explaining the fixes
- Fix each issue directly by editing source code
- Minimal changes โ only what's needed for lint
Phase 1: Run Lint
This is the opening of the README. Read the full README on GitHub.