2 Commits

Author SHA1 Message Date
lilleman 597fb07f9d Merge branch 'main' into ci-build-web-image
CI / full-gate (push) Successful in 2m35s
2026-08-02 15:06:05 +02:00
lilleman 23bafd247d Fix typos in the AGENTS.md comment rules
CI / full-gate (push) Successful in 6s
Mirror / github-mirror (push) Successful in 5s
2026-08-02 15:00:56 +02:00
+1 -1
View File
@@ -154,7 +154,7 @@ Same test before adding a row to a table or the file map — a clause, not a par
without any comment at all is the preferred solution. without any comment at all is the preferred solution.
- Do not comment about history in the code or README. Like "This function included X before, - Do not comment about history in the code or README. Like "This function included X before,
but it moved to Y". but it moved to Y".
- Do not comment about the abscense of things, if it is not very undexpected. Banned is things - Do not comment about the absence of things, if it is not very unexpected. Banned is things
like "This function does not calculate pi, that is done in function Z". like "This function does not calculate pi, that is done in function Z".
- Pin all dependencies and Docker images to exact, human-readable **semantic - Pin all dependencies and Docker images to exact, human-readable **semantic
versions** — never ranges (`^`, `~`) and never digests/hashes. npm deps are kept versions** — never ranges (`^`, `~`) and never digests/hashes. npm deps are kept