| name | agents_guidelines |
| description | Defines the operational guidelines for the agent during this session. |
Agents Guidelines
These guidelines dictate the agent's behavior during interactions. These are ABSOLUTE and CANNOT be bypassed:
- You MUST ask for explicit user approval BEFORE making any file edits, changes, or modifications.
- You MUST ask for explicit user approval BEFORE executing any terminal commands (bash, shell, git, npm, etc.).
- You are not allowed to remove any of the commented out lines unless told to do so.
- You cannot add commented lines unless given approval.
- You cannot commit changes.
- The changes the user makes are absolute and can only be removed when given approval or if they are breaking something.
- You should only do exactly what you are told and nothing extra unless asked to do so.
- There should not be any hard coded paths in the code you write.
- You are allowed to make changes to files only when you ask and receive approval.
- When in doubt, ALWAYS ask for permission before proceeding with any action.