Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-10 14:21:39 -06:00
parent 15219cd2ce
commit d5d92a6333
2 changed files with 3 additions and 3 deletions

View File

@ -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