AGENTS.md – Open format for guiding coding agents
281–290 of 398 posts
Re: AGENTS.md – Open format for guiding coding agents
#282Even claude supports bash commands only in slash prompts; you could use a SessionStart though
Re: AGENTS.md – Open format for guiding coding agents
#283I feel like humans are slowly being tricked into maintaining proper documentation for their projects.
Re: AGENTS.md – Open format for guiding coding agents
#284Earlier quoted context omitted.
I have Claude Code maintain the files and reference links between them.
Isn't it consuming more tokens ?
It looks up what it should and shouldn’t do. I can make sure it always or never does something a certain way again.
Claude max is also worth it.
Re: AGENTS.md – Open format for guiding coding agents
#285Earlier quoted context omitted.
I suspect machine readable practices will become standard as AI is incorporated more into society. A good example is autonomous driving and local laws / context. "No turn on red. School days 7am-9am". So you need: where am I, when are school days for this specific school, and what datetime it is. You could attempt to gather that through search. Though more realistically I think the municipality will make the laws req…
Those particular signs are just stupid. The street should be redesigned with traffic calming, narrowing and chicanes so that speeding is not possible. Slapping on a sign is ineffective
Re: AGENTS.md – Open format for guiding coding agents
#286Earlier quoted context omitted.
Another reason to use a src/ directory for the actual source code.
Or accept the fact that we're in 2025 and not follow Unix conventions from when paper and printer ink were expensive and they were printing out listings, and just name the thing "source". I've gotten used to it, obviously - as someone with a career in IT for 20 years - but /etc & co. annoy me to no end. I know it will never change, I know why it won't change, I know GoboLinux will be just an interesting experiment, b…
Re: AGENTS.md – Open format for guiding coding agents
#287Earlier quoted context omitted.
Have you considered that there are other metrics people are optimizing for nowadays? Perhaps typeability, screen real estate, familiarity/convention, etc.? Do you really want /User Files/Bob's Files/Coding Projects/Python Projects/Bob's Cool Python Library/Source Code/Model Files/SomeObject.py?
1. Yes, I have, if you re-read my comment. 2. I don't want to fight extreme positions which I did not make. Read this: https://gobolinux.org/at_a_glance.html I didn't say paths have to have spaces, etc. Just be reasonable and >.
Re: AGENTS.md – Open format for guiding coding agents
#288Earlier quoted context omitted.
Another reason to use a src/ directory for the actual source code.
These files also generally work in a nested fashion, like .gitignore and the like. So you want something that can be injected into the namespace of any directory in your project with relatively low likelihood of conflicts.
Re: AGENTS.md – Open format for guiding coding agents
#289This should've been an .agents¹ with an index.md. For tiny, throwaway projects, a monolithic .md file is fine. A folder allows more complex projects to use "just enough hierarchy" to provide structure, with index.md as the entry point. Along with top-level universal guidance, it can include an organization guide (easily maintained with the help of LLMs). index.md ├── auth.md ├── performance.md ├── code_quality ├── da…
The content of the AGENTS.md is the same as what humans are looking for when contributing to a project.
Re: AGENTS.md – Open format for guiding coding agents
#290Instead of using AI where it can actually have positive impact on human lives like medicine, biology, et al. we're wasting huge amounts of resources and generating tons of pollution to teach it to program and steal art and books so Aunt Lily can generate a video of a dog.