From f4b9ce3c82f0f3ef786c4c2b7d4c2e3cde485f82 Mon Sep 17 00:00:00 2001 From: chrispalmo <34981948+chrispalmo@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:18:14 +1000 Subject: [PATCH] fix minor spelling errors in .cursorrules and guide.md --- .cursorrules | 2 +- docs/guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cursorrules b/.cursorrules index ec33fa0..64bdd49 100644 --- a/.cursorrules +++ b/.cursorrules @@ -5,7 +5,7 @@ title: "Agentic Coding" # Agentic Coding: Humans Design, Agents code! -> If you are an AI agents involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. +> If you are an AI agent involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. {: .warning } ## Agentic Coding Steps diff --git a/docs/guide.md b/docs/guide.md index be26d4e..f045633 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -5,7 +5,7 @@ title: "Agentic Coding" # Agentic Coding: Humans Design, Agents code! -> If you are an AI agents involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. +> If you are an AI agent involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. {: .warning } ## Agentic Coding Steps