From 6f95d9b689fdb3bad48bb6ab77d1aa1e2625f291 Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 5 Feb 2026 07:40:52 +0200 Subject: [PATCH] added permission directive --- agents.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/agents.md b/agents.md index 495bed5..1946ad7 100644 --- a/agents.md +++ b/agents.md @@ -56,6 +56,17 @@ You may **only modify files listed in the approved plan**. Scope is **strict**. +### Permission Gates (New Directive) + +You must ask for explicit confirmation before doing any of the following: + +- Running tests/builds/evaluations (e.g. `nix build`, `nix flake check`, `nixos-rebuild`, `home-manager switch`) +- Creating commits (`git commit`, `git revert`, etc.) +- Pushing to any remote (`git push`, etc.) + +If you already presented a plan, you must still ask again before crossing one of +these gates. + --- ## Flake-Contained `configuration.nix`-Style Modules (Host Modules)