Skip to content

Commit aaa92bc

Browse files
authored
update
1 parent 5691650 commit aaa92bc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • src/collections/blog/2025/10-09-2025-agents-instructions

src/collections/blog/2025/10-09-2025-agents-instructions/post.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A symbolic link (symlink) is a pointer to another file. You can create symlinks
157157

158158
Open your terminal in the project root and run these commands for the tools you use:
159159

160-
<pre><code class="language-shell">
160+
<pre><code class="language-markdown">
161161
# For Claude Code
162162
ln -s AGENTS.md CLAUDE.md
163163

@@ -176,13 +176,13 @@ Your tools continue to work as expected, but now they all draw their context fro
176176

177177
Some agents support importing one markdown file into another. For example, in Claude Code's CLAUDE.md file, you can simply add a line to import your universal file:
178178

179-
<pre><code>
180-
\# In ./CLAUDE.md
179+
```markdown
180+
# In ./CLAUDE.md
181181

182182
@AGENTS.md
183183

184184
# You can add Claude-specific instructions below if needed
185-
</code></pre>
185+
```
186186

187187
This approach keeps your setup clean and ensures AGENTS.md remains the primary source of truth.
188188

@@ -207,11 +207,11 @@ Purpose: Automate common, repeatable development tasks. A `.prompt.md`:
207207

208208
### What's Next: The Future of AI Collaboration
209209

210-
AGENTS.md is more than just a configuration file; it's a step toward a future where AI and human developers collaborate seamlessly.
210+
`AGENTS.md` is more than just a configuration file; it's a step toward a future where AI and human developers collaborate seamlessly.
211211

212212
Imagine a world where any AI agent can clone a repository and instantly understand its context, conventions, and goals. Onboarding a new AI assistant becomes as simple as pointing it to a URL. Open-source projects can accept high-quality contributions from autonomous agents because the rules of engagement are clearly defined.
213213

214-
This is the future that a common standard like AGENTS.md enables. For now, we can use simple bridges like symlinks to make it work. But as the ecosystem evolves, expect more and more tools to adopt AGENTS.md as the default.
214+
This is the future that a common standard like `AGENTS.md` enables. For now, we can use simple bridges like symlinks to make it work. But as the ecosystem evolves, expect more and more tools to adopt AGENTS.md as the default.
215215

216216
One file to guide them all. One file to align them. One file to bring them all and in the codebase bind them.
217217

0 commit comments

Comments
 (0)