Skip to content

[ai] fix locations in the skills. - #14455

Open
sayakpaul wants to merge 1 commit into
mainfrom
fix-locations-skills
Open

[ai] fix locations in the skills.#14455
sayakpaul wants to merge 1 commit into
mainfrom
fix-locations-skills

Conversation

@sayakpaul

Copy link
Copy Markdown
Member

I don't think the agents are deterministic in reading the top-level files we put under .ai. This is also probably why we see divergences from what we explicitly specify in our skills.

Easy verification:

On main, run

$ grep -n '](models.md)' CLAUDE.md
30:- **Models** — see [models.md](models.md) for model conventions, …

$ ls models.md
ls: models.md: No such file or directory

And then on this branch, run:

$ grep -n '\*\*Models\*\*' CLAUDE.md
36:- **Models** — see `.ai/models.md` for model conventions, …


$ ls .ai/models.md
.ai/models.md

@sayakpaul
sayakpaul requested a review from yiyixuxu August 12, 2026 14:20
@github-actions github-actions Bot added the size/S PR with diff < 50 LOC label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant