Conversation
Greptile OverviewGreptile SummaryThis PR removes the "Attachments (PRIORITY)" section from the agent instructions template ( Changes:
Context: Impact: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Template as AGENTS.template.md
participant DirMgr as DirectoryManager
participant Agent as AI Agent (Steve)
participant Attach as attachments/
Note over Dev,Template: PR #7929: Attachment Prompt Tweak
Dev->>Template: Remove "Attachments (PRIORITY)" section
Note over Template: 28 lines of prescriptive<br/>attachment guidance removed
Note over DirMgr,Attach: Infrastructure unchanged
DirMgr->>Attach: setup_attachments_directory()<br/>(still creates directory)
Note over Attach: Directory structure<br/>remains intact
Note over Agent: Before PR
Template->>Agent: "MUST check attachments/"<br/>"These files are critically important"<br/>"Check at start of every task"
Note over Agent: After PR
Template->>Agent: (No prescriptive attachment guidance)
Note over Agent: Agent determines<br/>relevance contextually
Note over Dev,Attach: Result: More balanced approach,<br/>no code changes, only prompt changes
|
Description
How Has This Been Tested?
Additional Options
Summary by cubic
Removed the "Attachments (PRIORITY)" section from AGENTS.template.md to align with current attachment handling and reduce redundant guidance. This avoids over-prioritizing uploaded files by default and keeps the template concise.
Written for commit 0baf6d9. Summary will update on new commits.