From da1f85bc09634f77c7ebd17b679aea83a56fa8f8 Mon Sep 17 00:00:00 2001 From: "anthony.wen" Date: Mon, 13 Apr 2026 17:45:01 -0400 Subject: [PATCH] Refine workspace agent safety and approval rules --- AGENTS.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 7bb3da1..5d6e132 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This document provides workspace-level instructions for AI agents working anywhe ## Default Issue Repository -When the user asks to create an issue, or uses any reasonable variation of that request, default to the `galaxy-complete` workspace and GitLab project `galaxy-complete/galaxy-complete` unless the user explicitly says otherwise. +When the user asks to create an issue, or uses any reasonable variation of that request, default to the `galaxy-complete` workspace at `/home/aw/code/cds/galaxy-complete` unless the user explicitly says otherwise. ## Issue Creation Preferences @@ -17,4 +17,13 @@ When the user asks to create an issue: ## Galaxy Complete Issue Approval -For the `rnd.cdsi.us.com` project `galaxy-complete/galaxy-complete`, always let the user review the proposed issue report first and wait for the user's explicit approval before creating, submitting, editing, updating, commenting on, labeling, attaching files to, closing, reopening, deleting, or otherwise changing any issue or issue-related content. +For work in `/home/aw/code/cds/galaxy-complete`, always let the user review the proposed issue report first and wait for the user's explicit approval before creating, submitting, editing, updating, commenting on, labeling, attaching files to, closing, reopening, deleting, or otherwise changing any issue or issue-related content. + +## Commit Approval + +Always let the user review the proposed commit scope and commit message first, and wait for the user's explicit approval before creating any local git commit in this workspace. + +## Repository Safety + +- Never commit or push to the nested `galaxy-complete` repo under `/home/aw/code/cds/galaxy-complete` without the user's explicit approval. +- Never assume work in `/home/aw/code/cds` should be pushed to `rnd.cdsi.us.com`.