summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 11:02:57 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 11:02:57 +0300
commit1bf4251a7edbd00902f22db77031d0f998569614 (patch)
tree054866aee94d69620635fcf6078398b723a9c789 /PROJECTSTATUS.md
parent04391bc5de2e965bfc61f81f66490b2b051f202d (diff)
update
Diffstat (limited to 'PROJECTSTATUS.md')
-rw-r--r--PROJECTSTATUS.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
index 542f011..cc87928 100644
--- a/PROJECTSTATUS.md
+++ b/PROJECTSTATUS.md
@@ -1,21 +1,7 @@
# Ideas
-## Code quality
-
-* [/] No more than 1000 LOC per source file
-* [/] No more than 50 LOC per function
-* [/] Each struct type in his own file
-* [ ] Static code analyzer run and fix issues
-
## Features
-### Improvements
-
-* [X] Modify the LLM triggers to be more consistenc. E.g. use >>text here> or >text here> instead of semicolons?
-* [X] Include unit test coverage reports
-* [X] Change inline triggers to include > to be more consistent with other triggers
-* [ ] Use are more stricter linter for auto-generated code (gofumpt i think is such a linter)
-
### New features
* [X] Create "generate unit test" code action for selected code block => write test to FILE_test.go file