From d5d92a6333bc4f60b1b6cb7246682b8bd440f4bc Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 10 Jan 2026 14:21:39 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- Agents.md | 6 +++--- ai_implmentation.md => ai_implementation.md | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename ai_implmentation.md => ai_implementation.md (100%) 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