Earlier quoted context omitted.
Every time I’ve ever read a {CLAUDE|GEMINI|QWEN}.md I’ve thought all this information could just be in CONTRIBUTING.md instead.
Yes! I want an option to always add README.md to the context; It would force me to have a useful, up to date document about how to build, run, and edit my projects.
Cursor CLI
121–130 of 275 posts
Re: Cursor CLI
#122Claude Code finally has a serious competitor.
Not sure. So far Reddit seems largely negative on Cursor CLI + GPT-5 https://www.reddit.com/r/cursor/comments/1mk8ks5/discussion_...
Re: Cursor CLI
#123Earlier quoted context omitted.
> we should always promote low switching costs between model providers (by supporting independent companies), keeping incentives toward improving the models not ui/data/network lock-in You’re underestimating the dollars at play here. With cursor routing all your tokens, they will become a foundation model play sooner than you may think
You're allowing them to train on your code?
Re: Cursor CLI
#124I went from years of vscode to "Cursor is the future" to never using Cursor at all. Claude Code, even with new limits, is just too good. If I were to switch to gpt-5, why wouldn't I just use Codex? I'm struggling to understand the value of what they're presenting.
Re: Cursor CLI
#125Re: Cursor CLI
#126Earlier quoted context omitted.
Yes! I want an option to always add README.md to the context; It would force me to have a useful, up to date document about how to build, run, and edit my projects.
You can include in your prompt for it to read the README!
Re: Cursor CLI
#127I went from years of vscode to "Cursor is the future" to never using Cursor at all. Claude Code, even with new limits, is just too good. If I were to switch to gpt-5, why wouldn't I just use Codex? I'm struggling to understand the value of what they're presenting.
Why is Claude Code better than Cursor?
I seem to always have better outcomes with Claude code.
Re: Cursor CLI
#128Earlier quoted context omitted.
I just wish the AGENTS.md standard wasn't a single file. I have a lot of smaller context documents that aren't applicable to every task, so I like to throw them into a folder (.ai/ or .agents/) and then selectively cat them together or tell the agent to read them.
You can put them in subdirectories like CODEOWNERS files. https://ampcode.com/AGENT.md#multiple-agent-files
How is the tool supposed to merge multiple md files?
Re: Cursor CLI
#129I wonder when all of them will adopt AGENT.md and stop using gemini.md/claude.md/crush.md/summary.md/qwen.md https://agent.md [redirect -> https://ampcode.com/AGENT.md ] https://agent-rules.org
When they stop getting desperate for differentiation by spamming their brand advertising in your repo against your will. Claude Code likes to add "attribution" in commit messages, which is just pure spam.
Re: Cursor CLI
#130Earlier quoted context omitted.
As someone who hasn’t used Claude Code yet, can’t you configure it somehow to use a different tool of your liking, or it has to be in the cli?
I end up using the VCS tooling (lazygit for me), but coding agents really need to be integrated with this review environment. We need an extra step where the agent will group its changes into logical units (database models in one commit, types in another, business logic in another, tests in another), rather than having to review per-file. Programming has changed from writing code to reviewing/QAing and reprompting, b…