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: sources/platform/actors/development/quick_start/vibe_coding.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,7 @@ toc_max_heading_level: 4
13
13
import { RULES_AND_INSTRUCTIONS_PROMPT } from "@site/src/utils/ai-prompts";
14
14
import PromptButton from "@site/src/components/PromptButton";
15
15
16
-
The following documents describe:
17
-
18
-
-[How you can leverage llms.txt and llms-full.txt](#use-llmstxt-and-llms-fulltxt)
19
-
-[Create rules and instructions files](#add-rules)
20
-
-[Best practices for AI assistant coding](#best-practices)
16
+
This guide explains how to enhance your development workflow by leveraging `llms.txt` and `llms-full.txt` with an AI assistant. You will learn how to provide foundational context and further refine AI's behavior with specific rules and instruction files.
21
17
22
18
### Documentation for LLMs: llms.txt and llms-full.txt
0 commit comments