Initialize files & dirs for Agentic AI development#469
Initialize files & dirs for Agentic AI development#469ehelms merged 2 commits intotheforeman:masterfrom
Conversation
|
Great start, I've been looking at https://github.com/NVIDIA/OpenShell/blob/main/AGENTS.md (and the repo) as good examples of well written and structured assets. |
|
@ehelms applied changes as per your comments |
|
@ehelms I'm thinking about adding a Caveman skill, what do you think?
|
In my experience, most of my time is reading the final outputs of agents. Having to do mental gymnastics to understand the output does not seem worth it at this point. |
|
Is |
80852b6 to
8ebf1d1
Compare
|
Updated:
|
|
I took this for a test drive implementing something. Here are my recommendations after that experience:
|
|
Follow up, I tried implementing a feature with this PR + turning those two agents into skills and had good results. I then tried to follow up with a "testing agent" which focused on running a deploy, running tests, addressing failures. Here is the first attempt at that agent I used: #481 |
- AGENTS.md - .agents dirs - settings example file - links for Claude files
ehelms
left a comment
There was a problem hiding this comment.
I think this is a good start, and the only way for this area to get better is to use it and iterate.
Why are you introducing these changes? (Problem description, related links)
Follow up to #457, where I introduced quite a big change for an initial commit. This is a reduced version that should build the foundation for Agentic AI development.
What are the changes introduced in this pull request?
How to test this pull request
Use your AI tool and observe behavior and functionality.