Run this checklist at the end of every modification round.
- Leaving dead links after removing a feature.
- Removing UI code but forgetting related settings import/export fields.
- Leaving unused dependencies in
package.jsonorpackage-lock.json. - Editing
.gitignorewith OS- or editor-specific noise that the project does not need. - Writing documentation that does not match the actual scripts or project structure.
- Finishing without a build check.
- Forgetting to propose a commit message and one-click push command.
- Search for references to removed features with
rg. - Run
npm run build. - Review
git diff --stat. - Confirm
CODEX.mdstill matches the current workflow. - Prepare the commit message and push command.