Hacker News new | ask | show | jobs
by mudkipdev 237 days ago
I always just tag the relevant parts of the codebase manually with @ syntax and tell it create this, add unit tests, then format the code and make sure it compiles. There is nothing important enough in my opinion that I have felt the need to create an MD file
1 comments

Where can I find docs about Claude @ syntax?
I think the parent comment is simply referring to “@“-ing files in the chat.

So if you want CC to edit “file.R”, the prompt might look like:

“Fix the the function tagged with ‘TODO-bug’ in @file.R”

That file is then prioritized for the agent to evaluate.