Added SNR and refactored types
Some checks failed
Test and build / Test and lint (push) Failing after 35s
Test and build / Build collector (push) Failing after 37s
Test and build / Build receiver (push) Failing after 37s

This commit is contained in:
2026-03-06 09:06:08 +01:00
parent e83df1c143
commit 247c827291
27 changed files with 2533 additions and 615 deletions

View File

@@ -62,6 +62,11 @@ Run `npm run build` and run `pre-commit run --files changed files...`
Never add secrets to code.
## Modifying code
Prefer the patching strategy over running shell commands where possible.
Prevent using temporary files and shell commands where possible.
## Addressing
Don't call me "the user", refer to me as "the developer".