Add AI agents instructions#49
Conversation
| history in this repository. | ||
| - Preserve unrelated local changes. Treat them as user work. | ||
|
|
||
| ## Skills |
There was a problem hiding this comment.
We could leave this out, since we’ll mention below where the skills are located, but that would require us to manually track skill updates and constantly update the core documentation.
There was a problem hiding this comment.
I'm not sure. AGENTS.md is read at the start of each task, while skills are used only when the agent considers them relevant. If we explicitly explain when and why these skills should be used, it should increase the chances that the agent applies them automatically, without requiring a separate mention.
All the skills we add are added by AI, so we don't need to update them manually.
| conventions live in `skills/go-tester/SKILL.md`; documentation review lives in | ||
| `skills/review-docs/SKILL.md`. | ||
|
|
||
| ## Fast Path for Agents |
There was a problem hiding this comment.
It is the same point as in Spine agents: https://github.com/SpineEventEngine/agents/blob/master/skills/kotlin-engineer/SKILL.md#fast-path-for-agents.
So, I think it's better to leave it as is.
| on prepared expected content. | ||
| - Keep expected files stable and easy to diff. | ||
|
|
||
| ## Package-Specific Coverage |
There was a problem hiding this comment.
Isn't that just a repetition of what is written in Agents.md?
This PR adds an
AGENTS.mdfile and a set of skills to guide AI agents when working with theembed-code-gorepository.