diff --git a/Agents.md b/Agents.md index 44b8d25..d61e80e 100644 --- a/Agents.md +++ b/Agents.md @@ -7,7 +7,7 @@ This repository contains an Xcode project written with Swift and SwiftUI. Please **These files are kept in sync and MUST be updated together when making changes:** - `README.md` — Product scope, features, and project structure -- `ai_implmentation.md` — AI implementation context and architecture notes +- `ai_implementation.md` — AI implementation context and architecture notes See **Documentation Instructions** section for mandatory sync requirements. @@ -460,7 +460,7 @@ If you need different formats for different purposes: |------|---------| | `Agents.md` | Agent instructions and coding standards | | `README.md` | Product scope, features, and project structure | -| `ai_implmentation.md` | AI implementation context and architecture notes | +| `ai_implementation.md` | AI implementation context and architecture notes | **When to update all three:** - Adding new features or services @@ -472,7 +472,7 @@ If you need different formats for different purposes: **Update checklist:** 1. ✅ `Agents.md` — Add instructions/guidelines for the change 2. ✅ `README.md` — Update features, architecture, or structure sections -3. ✅ `ai_implmentation.md` — Update models, services, files, or lessons learned +3. ✅ `ai_implementation.md` — Update models, services, files, or lessons learned ### General Documentation Rules diff --git a/ai_implmentation.md b/ai_implementation.md similarity index 100% rename from ai_implmentation.md rename to ai_implementation.md