Skip to content

Commit a1762e0

Browse files
committed
chore: update agents files
1 parent 8de7e49 commit a1762e0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/instructions/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Package manager: PNPM only. Path alias: `@/*` → `src/`.
2323
## Core Principles
2424

2525
- **Simplicity first** — make every change as simple as possible, minimize code impact, choose the boring solution
26+
- **Surgical changes** — touch only what the task requires; don't refactor, reformat, or "improve" adjacent code. Remove only the orphans your own changes create
2627
- When unsure about requirements or business logic, ask the developer — never assume
28+
- When multiple interpretations exist, present them — don't pick silently
2729
- For changes >300 LOC or >3 files, ask for confirmation before proceeding
2830
- Modify API contracts only with explicit approval
2931
- Use git commands only when explicitly requested

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Package manager: PNPM only. Path alias: `@/*` → `src/`.
2121
## Core Principles
2222

2323
- **Simplicity first** — make every change as simple as possible, minimize code impact, choose the boring solution
24+
- **Surgical changes** — touch only what the task requires; don't refactor, reformat, or "improve" adjacent code. Remove only the orphans your own changes create
2425
- When unsure about requirements or business logic, ask the developer — never assume
26+
- When multiple interpretations exist, present them — don't pick silently
2527
- For changes >300 LOC or >3 files, ask for confirmation before proceeding
2628
- Stay within current task context; inform dev if fresh start needed
2729
- Modify API contracts only with explicit approval

0 commit comments

Comments
 (0)