]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
AGENTS.md: Tell agents to use mkosi box for running commands
authorDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 15:24:20 +0000 (16:24 +0100)
committerDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 15:24:20 +0000 (16:24 +0100)
mkosi box will run in the tools tree if there is one which is guaranteed
to contain basic tools.

AGENTS.md

index e69b25a076a2e6f7442401787156914ad9e6223c..9befc01a594b474e5fb8dc7c6bbc91b33e3eb693 100644 (file)
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -12,6 +12,10 @@ Always consult these files as needed:
 - `docs/CODING_STYLE.md` — full style guide (must-read before writing code)
 - `docs/CONTRIBUTING.md` — contribution guidelines and PR workflow
 
+## Running arbitrary commands
+
+- Always run arbitrary commands with the `mkosi box -- ` wrapper command. This runs in an environment where more tools are available.
+
 ## Build and Test Commands
 
 - Never compile individual files or targets. Always run `mkosi -f box -- meson compile -C build` to build