mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
automatically reorder sections on agents.md by priority
This commit is contained in:
@@ -89,6 +89,12 @@ npm run validate # Check rule format
|
||||
npm run build # Generate AGENTS.md
|
||||
```
|
||||
|
||||
**Automatic Section Ordering**: The build system automatically reads section order
|
||||
from `_sections.md`. To reorder sections (e.g., promoting Security from MEDIUM-HIGH
|
||||
to CRITICAL priority), simply edit the section numbers in `_sections.md` and
|
||||
rebuild. The section mapping is generated dynamically, so manual updates to
|
||||
`config.ts` are no longer needed.
|
||||
|
||||
### Impact Levels
|
||||
|
||||
| Level | Improvement | Examples |
|
||||
|
||||
Reference in New Issue
Block a user