[PATCH 0/3] Container detection and AGENTS.md documentation
John Kacur <[email protected]> Tue, 16 Jun 2026 12:30:12 -0400
| Newsgroups | org.kernel.vger.linux-rt-users |
|---|---|
| Message-ID | <[email protected]> |
This series adds container environment detection to rteval and includes documentation for AI coding assistants. Patches 1-2 add container detection functionality that warns users when running rteval inside containers (Docker, Podman, LXC, systemd-nspawn, Kubernetes). This is important because latency measurements in containerized environments may not accurately reflect bare-metal real-time performance. Patch 3 adds AGENTS.md, a comprehensive guide for AI coding assistants working with the rteval codebase, documenting architecture, conventions, and development workflows. John Kacur (3): rteval: Add container detection module rteval: Add container detection and warning rteval: Add AGENTS.md guide for AI coding assistants AGENTS.md | 466 +++++++++++++++++++++++++++++++ rteval-cmd | 5 + rteval/rteval_text.xsl | 4 + rteval/sysinfo/__init__.py | 5 +- rteval/sysinfo/containercheck.py | 92 ++++++ 5 files changed, 571 insertions(+), 1 deletion(-) create mode 100644 AGENTS.md create mode 100644 rteval/sysinfo/containercheck.py -- 2.54.0