Use Metalint in .NET repositories that ship Node-based frontend assets and want one CLI entrypoint over several underlying linters. Use when a repo wants to orchestrate ESLint, Stylelint, HTMLHint, and related frontend checks from a single checked-in `.metalint/` configuration.
AGENTS.mdpackage.json.metalint/ directory already checked in.metalint/ and keep the delegated configs reviewable.lint: metalintlint:fix: metalint --fixrg --files -g 'package.json' -g '.metalint/**' -g 'eslint.config.*' -g 'stylelint.config.*' -g '.htmlhintrc*'rg -n '"metalint"|"eslint"|"stylelint"|"htmlhint"' --glob 'package.json' .npm install --save-dev metalint.metalint/metalint.config.js plus delegated config files under .metalint/ only when the repo wants that consolidated layout.npx metalintnpx metalint --fixstatus: configured if the repo now has a working aggregated entrypoint, or status: improved if orchestration was tightened.status: not_applicable when the repo intentionally stays with direct linter commands and does not want the wrapper layer.status: not_applicable with a reason.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current stepactions_taken: concrete changes madeverification: commands, checks, or review evidenceremaining: unresolved items or none