Commit 2901b99
committed
docs: fix EnableConfigDiscovery summary to accurately describe agent discovery behavior
The previous documentation incorrectly stated that custom instruction files
are always loaded from the working directory regardless of the
EnableConfigDiscovery setting. In practice, agent files (e.g. .github/agents/)
are only discovered when EnableConfigDiscovery is true.
Update the summary to clarify that:
- Agent discovery is gated by EnableConfigDiscovery
- Use SkipCustomInstructions to independently control instruction file loading
Fixes #18871 parent a1334be commit 2901b99
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2983 | 2983 | | |
2984 | 2984 | | |
2985 | 2985 | | |
2986 | | - | |
2987 | | - | |
| 2986 | + | |
| 2987 | + | |
| 2988 | + | |
2988 | 2989 | | |
2989 | 2990 | | |
2990 | 2991 | | |
| |||
0 commit comments