update editFiles to edit/editFiles (#319)

This commit is contained in:
Derek Clair
2025-10-15 17:07:01 -06:00
committed by GitHub
parent 38969f7cc2
commit 69cd4fae4e
77 changed files with 82 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
---
mode: 'agent'
tools: ['changes', 'codebase', 'editFiles', 'problems']
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).'
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
---