You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your tools continue to work as expected, but now they all draw their context from a single source.
174
174
175
175
#### Method 2: Using Imports
176
176
177
177
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:
178
178
179
-
```shell
179
+
<pre><code>
180
180
\# In ./CLAUDE.md
181
181
182
182
@AGENTS.md
183
183
184
184
# You can add Claude-specific instructions below if needed
185
-
```
185
+
</code></pre>
186
186
187
187
This approach keeps your setup clean and ensures AGENTS.md remains the primary source of truth.
0 commit comments