summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 10:25:36 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 10:25:36 +0300
commit5be9532cfa630f4aacd8d879c3e4f5cc316da0fa (patch)
tree0a901680fccd1e2703ffdbd9284ccff932be1d67 /PROJECTSTATUS.md
parent70f1d0e78c57dfa5beae779b3d392b6e6fa44c14 (diff)
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>/>>text>; update docs and example config; tests updated to new triggers and raise LSP coverage to >=85%; chore: remove semicolon legacy; chore(mage): auto-refresh coverage daily if docs/coverage.out is older than 24h
Diffstat (limited to 'PROJECTSTATUS.md')
-rw-r--r--PROJECTSTATUS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
index b9d815f..02ed875 100644
--- a/PROJECTSTATUS.md
+++ b/PROJECTSTATUS.md
@@ -2,7 +2,7 @@
## Code quality
-* [/] TODO's in the code to be addressed
+* [X] TODO's in the code to be addressed
* [/] No more than 1000 LOC per source file
* [/] No more than 50 LOC per function
* [/] Each struct type in his own file
@@ -13,7 +13,7 @@
### Improvements
-* [ ] Modify the LLM triggers to be more consistenc. E.g. use >>text here> or >text here> instead of semicolons?
+* [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
* [ ] 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)