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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ A SQL-like language for efficient code analysis and transformations.
24
24
25
25
Most useful for AI code assistants.
26
26
27
+
It's a domain-specific language designed to improve how AI coding assistants interact with codebases and communicate their code modification intentions.
28
+
It provides a standardized way to express complex code modification and analysis operations, making it easier for
29
+
AI-assisted development tools to understand and execute these tasks.
30
+
27
31
## How to use it
28
32
29
33
1. You can easily [install a tool that supports CEDARScript](https://github.com/CEDARScript/cedarscript-integration-aider/blob/main/README.md#installation).
0 commit comments