Skip to content

Commit ea421cd

Browse files
serverless-momsujaya-sysstefanjudis
authored
Claude code guide (#1337)
* new guide, modified docs, drive by copy editing of an older guide * new page summary * proofreading edits * guide rewrite * fix bash scripting * new guide * final edits * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Susa Tünker <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Susa Tünker <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * polish and rewrites * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * edits * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * edits * edits * edits * revised with extensive notes, codegen removed * final edits * added Stefan's blog post to further reading * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * remove screenshots * More edits * final flow and formatting edits * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * Update site/content/guides/claude-code-monitoring.md Co-authored-by: Stefan Judis <[email protected]> * final edit * final edits --------- Co-authored-by: Susa Tünker <[email protected]> Co-authored-by: Stefan Judis <[email protected]>
1 parent add412d commit ea421cd

File tree

2 files changed

+398
-1
lines changed

2 files changed

+398
-1
lines changed

site/content/docs/ai/use-checkly-with-ai-ide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ menu:
1010

1111
## Docs
1212

13+
You can index our docs pages in your IDE to leverage better code generation results. To do so, follow the guides for your IDE of choice:
1314
You can index our docs pages in your IDE to leverage better code generation results. To do so, follow the guides for your IDE of choice:
1415

1516
Make sure to index the following url:
@@ -35,6 +36,8 @@ of our docs pages in plain text format. You can use this file to index our docs
3536
We prepared a first set of AI rules which you can use to teach your AI IDE of choice on how to generate code for Checkly.
3637
Go into the root of your IDE's workspace and download the rules according to your IDE's config parameters.
3738
When asking questions about Checkly, manually add the downloaded rules files to your prompt.
39+
Go into the root of your IDE's workspace and download the rules according to your IDE's config parameters.
40+
When asking questions about Checkly, manually add the downloaded rules files to your prompt.
3841

3942
### GitHub Copilot
4043

@@ -122,7 +125,7 @@ API Checks, Browser checks, Multistep checks and all other constructs.
122125
{{< tab "Mac and Linux" >}}
123126

124127
```bash
125-
mkdir \p .claude &&
128+
mkdir -p .claude &&
126129
curl -o .claude/checkly.rules.md https://www.checklyhq.com/docs/ai/checkly.rules.md -L
127130
echo "- examine checkly.rules.md for code generation rules" >> .claude/CLAUDE.md
128131
```

0 commit comments

Comments
 (0)