Don't scroll to bottm when sending message on mobile
This commit is contained in:
parent
75ef93ed80
commit
9b51159e42
116 changed files with 6201 additions and 1 deletions
16
web/.agents/skills/surgical-patch/SKILL.md
Normal file
16
web/.agents/skills/surgical-patch/SKILL.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: surgical-patch
|
||||
description: Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.
|
||||
---
|
||||
|
||||
# Surgical patch
|
||||
|
||||
Reproduce failure first when economical; otherwise capture strongest available evidence.
|
||||
|
||||
- Trace symptom to responsible mechanism.
|
||||
- Change narrowest layer that owns incorrect behavior.
|
||||
- Preserve unrelated behavior and user changes.
|
||||
- Avoid cleanup, renaming, and abstraction outside fix.
|
||||
- Add only regression proof relevant to task.
|
||||
|
||||
Run focused proof plus nearest affected gate. Stop when failure is fixed and regression proof passes.
|
||||
Loading…
Reference in a new issue