The [implement.md](https://github.com/github/spec-kit/blob/e6d6f3cdee99752baee578896797400a72430ec0/templates/commands/implement.md?plain=1#L70) command is re-creating a `.eslintignore` file every run. This file has been deprecated and is causing warnings and config duplication: https://eslint.org/docs/latest/use/configure/ignore-deprecated ```markdown - Check if .eslintrc*or eslint.config.* exists → create/verify .eslintignore ```