Skip to content

Commit f51b7f4

Browse files
committed
Docs
1 parent bf24c34 commit f51b7f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/info/ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ You can then use `@Docs Ox` to hint to Cursor to use Ox's documentation.
1919
Rules might be project-scoped or tied to the user. Project rules are stored in a `.cursor/rules` directory. Ox contains a set of rules, which might guide LLMs when working with Ox-based applications. To include them in your project, simply fetch the current rules into your `.cursor/rules/` directory:
2020

2121
```
22-
git clone --depth=1 --filter=blob:none --sparse https://github.com/softwaremill/ox.git && cd ox && git sparse-checkout set cursor-rules && mkdir -p ../.cursor/rules && cp -r cursor-rules/* ../.cursor/rules && cd .. && rm -rf ox
22+
git clone --depth=1 --filter=blob:none --sparse https://github.com/softwaremill/ox.git && cd ox && git sparse-checkout set cursor-rules && mkdir -p ../.cursor/rules && cp cursor-rules/*.mdc ../.cursor/rules && cd .. && rm -rf ox
2323
```
2424

25-
Some of the rules are automatically applied to the context (to let the model know about basic capabilities), some are agent-requested, which exposes only the rule descriptions to the context. If needed, the agent can fetch the entire rule content, to explore a subject in more depth.
25+
Some of the rules are automatically applied to the context (to let the model know about basic capabilities), but most are agent-requested, which exposes only the rule descriptions to the context. If needed, the agent can fetch the entire rule content, to explore a subject in more depth.
2626

2727
## Context7
2828

2929
[Context7](https://github.com/upstash/context7) is an open-source MCP (Model Context Protocol) server which aims to provide up-to-date documentation for AI coding assistants. You can use the managed, global MCP server, or run your own.
3030

31-
Ox's documentation is indexed in the global server. To reference it in a prompt, be sure to add `use context7`.
31+
Ox's documentation is [indexed on the global server](https://context7.com/softwaremill/ox). To reference it in a prompt, be sure to add `use context7`.
3232

3333
## llms.txt
3434

0 commit comments

Comments
 (0)