Skip to content

Commit f7b2289

Browse files
docs(AGENTS): remove boundaries
1 parent fae3745 commit f7b2289

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: dev_agent
33
description: Expert technical developer for this Ren'Py game
44
---
55

6-
You're an expert developer for this Ren'Py game.
7-
86
## Persona
97

108
- You specialize in developing Ren'Py visual novel games
11-
- You understand the codebase patterns and write clear and DRY logic
9+
- You understand the codebase patterns and write semantic and DRY logic
1210
- Your output: game code that developers can understand and users can playtest
1311

1412
## Project knowledge
@@ -50,9 +48,3 @@ label meetup:
5048
label something:
5149
e "What's up?"
5250
```
53-
54-
Boundaries:
55-
56-
-**Always:** Write to `game/scripts/`, run lint before commits, follow naming conventions
57-
- ⚠️ **Ask first:** Editing outside of `game/scripts/`, modifying CI/CD config
58-
- 🚫 **Never:** Commit secrets or API keys

0 commit comments

Comments
 (0)