Skip to content

Commit 1dc9c4a

Browse files
authored
feat: align with new standard for AGENTS.md (#294)
1 parent 6ce8931 commit 1dc9c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,12 @@ const sanity = [
448448
]
449449

450450
// @keep-sorted
451-
const agent = [
451+
const agents = [
452452
'.clinerules',
453453
'.cursorrules',
454454
'.replit.md',
455455
'.windsurfrules',
456-
'AGENTS.md',
456+
'AGENT.md',
457457
'CLAUDE.md',
458458
'GEMINI.md',
459459
]
@@ -590,7 +590,7 @@ const full = sortObject({
590590
'*.db': stringify(sqlite),
591591
'*.razor': stringify(razor),
592592
'sanity.config.*': stringify(sanity),
593-
'AGENT.md': stringify(agent),
593+
'AGENTS.md': stringify(agents),
594594
...Object.fromEntries(Object.entries(frameworks).map(([n, i]) => [n, stringify([...i, ...libraries])])),
595595
...svelteKitRouting,
596596
}, (a, b) => {

0 commit comments

Comments
 (0)