Merged in feature/incrementalfullsuite (pull request #166)

Feature/incrementalfullsuite

* makeincremental

* don

* passfullsuite

* simpler
This commit is contained in:
Michael McGuinness
2025-06-11 12:01:04 +00:00
parent d4a65ccf78
commit e0d91d17e1
8 changed files with 118 additions and 18 deletions
+1
View File
@@ -10,6 +10,7 @@ When debugging issues, focus on fixing the existing implementation, not replacin
When something doesn't work, debug and fix it - don't start over with a simple version
Dont build things I am not specifically asking for unless its required to build the thing I am asking for.
When asked to make unit tests avoid mocks and use the actual thing that is being tested when reasonable.
For commands that read such as grep or cat there is no need to ask for permission.
## Essential Commands