Expand AGENTS.md with current repo and reporting rules
This commit is contained in:
20
.agent/templates/file-impact-map.md
Normal file
20
.agent/templates/file-impact-map.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# File Impact Map Template
|
||||
|
||||
Используй для плана или ревью, когда нужно заранее показать, какие файлы будут затронуты.
|
||||
|
||||
| Зона | Файлы | Что будет сделано | Почему это нужно | Риск |
|
||||
|---|---|---|---|---|
|
||||
| Frontend API | `src/api/tauriCommands.ts` | | | Low/Medium/High |
|
||||
| Frontend UI | `src/app/...` | | | Low/Medium/High |
|
||||
| Backend command | `src-tauri/src/...` | | | Low/Medium/High |
|
||||
| Storage/config | `src-tauri/src/storage.rs` | | | Low/Medium/High |
|
||||
| Windows/elevation | `scripts/*.ps1` | | | Low/Medium/High |
|
||||
| Docs/agent | `.agent/...` | | | Low/Medium/High |
|
||||
|
||||
## Что не трогаем
|
||||
|
||||
-
|
||||
|
||||
## Как проверить после изменений
|
||||
|
||||
-
|
||||
Reference in New Issue
Block a user