{# ============================================================================ #}
{# Partial: _unattended_mode.txt #}
{# ============================================================================ #}
{# #}
{# PURPOSE: #}
{# Instructs the agent that it is running in unattended/automated mode. #}
{# The agent must complete its task autonomously without user interaction. #}
{# #}
{# USAGE: #}
{# Include shared/_unattended_mode to highlight the unattended automation guardrails. #}
{# #}
{# VARIABLES: None #}
{# #}
{# NOTES: #}
{# - This is part of an automated CI/CD pipeline #}
{# - No human is available to respond to questions #}
{# - Agent must make reasonable decisions autonomously #}
{# ============================================================================ #}
*** UNATTENDED MODE - NO USER INTERACTION ***
You are running in an AUTOMATED PIPELINE with NO human supervision.
CRITICAL REQUIREMENTS:
- DO NOT ask the user for input, clarification, or confirmation
- DO NOT wait for user responses - there is no one to respond
- DO NOT prompt for choices or decisions - make reasonable decisions yourself
- If something is unclear, make the most reasonable assumption and proceed
- If you encounter ambiguity, document your assumptions and continue
- Complete your task autonomously from start to finish
- DO NOT WRITE ANY STATUS .md FILES OF ANY TYPE UNLESS SPECIFICALLY REQUESTED, TEMPORARY DOCUMENTATION WILL POLLUTE CONTEXT AND SHOULD BE AVOIDED