We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e7120 commit 181e9ceCopy full SHA for 181e9ce
src/content/docs/getting-started/first-steps-in-mature-projects.md
@@ -66,6 +66,7 @@ from the self-DM report and rendering only when tasks exist. Here is a rough out
66
4. Implement tests first.
67
- Add unit tests and acceptance-path coverage before production code.
68
- Fix ESLint/TypeScript issues immediately to keep feedback clean.
69
+ - Commit them before proceeding with the next step.
70
5. Execute implementation steps in parallel when independent.
71
- Keep changes small and traceable.
72
- If reused UI pieces are too tightly coupled to another screen, stop and keep boundaries clean.
0 commit comments