Refine workspace agent safety and approval rules

This commit is contained in:
2026-04-13 17:45:01 -04:00
parent 6b5a5f68ac
commit da1f85bc09

View File

@@ -4,7 +4,7 @@ This document provides workspace-level instructions for AI agents working anywhe
## Default Issue Repository ## 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 ## Issue Creation Preferences
@@ -17,4 +17,13 @@ When the user asks to create an issue:
## Galaxy Complete Issue Approval ## 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`.