Updated AGENTS.md

Co-Authored-By: Petru via Codex GPT-5 <petru-codex@example.com>
This commit is contained in:
2026-05-22 23:44:18 +03:00
parent 0e5e7b03ab
commit 03f90d9234
+3
View File
@@ -11,6 +11,9 @@
- In TypeScript, use `!` (non-null assertion) instead of `?.`/`??` when a value is known to always exist - In TypeScript, use `!` (non-null assertion) instead of `?.`/`??` when a value is known to always exist
- Include authorship attribution in issue and pull request comments - Include authorship attribution in issue and pull request comments
- Add `Co-Authored-By` lines to all commits, indicating name and model used - Add `Co-Authored-By` lines to all commits, indicating name and model used
- Mark each code change with `edit/add - by petru @ codex` wherever the target file format supports comments without breaking syntax or generated output
- For single-line changes, mark only that line with `edit/add - by petru @ codex`
- For multi-line changes, wrap the changed block with `start edit/add - by petru @ codex` and `end edit/add - by petru @ codex`
## Execution Rules (Token Optimization) ## Execution Rules (Token Optimization)