Skip to content

Commit c252c31

Browse files
Chandhana Solainathanmeta-codesync[bot]
authored andcommitted
llm-skills: Reduces false positives in eden_research skill trigger
Summary: Updates the eden_research skill description to avoid triggering on directed code fixes where the user already names a specific file. https://chat.google.com/room/AAQA1ArCHzY/iGSIzzhScT8/iGSIzzhScT8?cls=10 Reviewed By: vilatto Differential Revision: D100898516 fbshipit-source-id: c9ae398a4764e1685e2e0ed70e01fbec23362a97
1 parent 37cdd96 commit c252c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eden/.llms/skills/eden_research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: eden_research
33
oncalls: ['scm_client_infra', 'scm_server_infra', 'sapling']
44
apply_to_regex: 'eden/.*'
5-
description: "Load FIRST before searching code in eden/. Contains component-to-file maps, key type names, and architecture diagrams for EdenFS, Sapling, and Mononoke. Tells you exactly which files to read for any task. References contain per-component quick reference tables."
5+
description: "Load when you need to understand Eden architecture, trace cross-project data flows, or discover which subsystem implements a feature. Skip for directed code fixes where the user names a specific file — just search for the file directly instead. Contains component-to-file maps, key type names, and architecture diagrams for EdenFS, Sapling, and Mononoke."
66
---
77

88
# Eden Research

0 commit comments

Comments
 (0)