chore: Stop tracking dotagents-managed artifacts - #18797
Conversation
dotagents now manages agents.lock and .agents/.gitignore as local state and expects them gitignored. Remove the tracked leftovers, drop the stale comment in agents.toml, and document in AGENTS.md that skills must be installed via 'make develop'. The .gitignore and agents.toml changes are per 'dotagents doctor --fix' recommendations.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@szokeasaurusrex - thank you for cleaning this up. What is the expected workflow here for people working with agents? Is it that they run I want to think through how to make that explicit outside of AGENTS.md, since I doubt that folks pulling down the repo will be checking that file with any regularity. |
sfanahata
left a comment
There was a problem hiding this comment.
Nothing blocking, but I have UX questions around how to properly instruct contributors on consistently getting skills and up to date skills to their cloned repo.
@sfanahata Yeah, I believe so. To be honest, I am not a The main reason I raised this PR was because I noticed some skills were missing when I pulled this repo after some time of not working with it, and running |
dotagents now manages agents.lock and .agents/.gitignore as local state and expects them gitignored. Remove the tracked leftovers, drop the stale comment in agents.toml, and document in AGENTS.md that skills must be installed via 'make develop'.
The .gitignore and agents.toml changes are per 'dotagents doctor --fix' recommendations.