diff --git a/AGENTS.md b/AGENTS.md index 97e03f8..73bac56 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -53,8 +53,9 @@ Read: - No backlog generation instead of implementation. - No scaffolding ahead of demonstrated need. - The repository must be fully wired so every service deploys automatically from a repo push. -- Manual deployment intervention is forbidden. -- Manual `kubectl` rollout, image patching, or other ad hoc production reconciliation is forbidden except when the user explicitly asks for emergency break-glass incident handling. +- Manual deployment intervention is forbidden by default. +- `kubectl` may be used to fix a deployment only if the same fix is also backported into the repository scripts or workflow in the same turn so the next push should not require the same manual repair. +- Manual `kubectl` rollout, image patching, or other ad hoc production reconciliation without a repo backport is forbidden except when the user explicitly asks for emergency break-glass incident handling. - Quote collection and analytics are first-class from day one. They are not a later add-on. - Do not present scaffolding, dashboards, placeholders, or mock flows as product progress. - State assumptions before coding when the environment, venue, chain, or source behavior is uncertain.