Skip to content

Commit d311319

Browse files
committed
Updates
1 parent 68d7cf5 commit d311319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Most useful for AI code assistants.
2929

3030
## What is CEDARScript?
3131

32-
It's a domain-specific language designed to improve how AI coding assistants interact with codebases and communicate their code modification intentions.
32+
[CEDARScript](https://bit.ly/cedarscript): a domain-specific language designed to improve how AI coding assistants interact with codebases and communicate their code modification intentions.
3333

3434
It provides a standardized way to express complex code modification and analysis operations, making it easier for
3535
AI-assisted development tools to understand and execute these tasks.
3636

37-
It also works as a gateway to external tools, so that the LLM can easily call local shell commands, external HTTP API endpoints, etc
37+
It also helps with [tool use](#tool-use): it works as a gateway to external tools, so that the LLM can easily call local shell commands, external HTTP API endpoints, etc
3838

3939
## How to use it
4040

41-
1. You can easily [install a tool that supports CEDARScript](https://github.com/CEDARScript/cedarscript-integration-aider/blob/main/README.md#installation).
41+
1. You can easily [install an assistent that supports CEDARScript](https://github.com/CEDARScript/cedarscript-integration-aider/blob/main/README.md#installation).
4242
2. Then, just ask the AI assistant to fix a bug or something in your codebase.
4343

4444
The assistant will write `CEDARSCript` commands that will be executed by the CEDARScript runtime editor.

0 commit comments

Comments
 (0)