docs: be more explicit in AGENTS.md

Otherwise, codex often says "Codex:GPT-5" which is rather unspecific.
"Codex:GPT-5.4" would be better.

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-05-15 13:55:00 +02:00
committed by Rob Bradford
parent 75baa46816
commit a917f5208a
2 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,8 @@ Comments should be concise and add additional context or information to the code
Logging should be minimal and high signal. Use `info!` for important normal
state changes that matter in production; use `warn!` or `error!` only for
abnormal conditions. Keep `debug!` for focused diagnostics.
abnormal conditions. Keep `debug!` for focused diagnostics. Please find more
information in [`docs/logging.md`](docs/logging.md).
[Rust Style]: https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src