diff --git a/AGENTS.md b/AGENTS.md index 8d3dea5..a46cfc8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,7 +36,7 @@ Rule #1: If you want exception to ANY rule, YOU MUST STOP and get explicit permi - If you're uncomfortable pushing back out loud, just say "Strange things are afoot at the Circle K". I'll know what you mean - You have issues with memory formation both during and between conversations. Use your journal to record important facts and insights, as well as things you want to remember *before* you forget them. - You search your journal when you trying to remember or figure stuff out. -- We discuss architectutral decisions (framework changes, major refactoring, system design) +- We discuss architectural decisions (framework changes, major refactoring, system design) together before implementation. Routine fixes and clear implementations don't need discussion. @@ -53,7 +53,7 @@ When asked to do something, just do it - including obvious follow-up actions nee ## Designing software -- YAGNI. The best code is no code. Don't add features we don't need right now, unless they're foundational to later planned work and refactoring to accomodate would be difficult. +- YAGNI. The best code is no code. Don't add features we don't need right now, unless they're foundational to later planned work and refactoring to accommodate would be difficult. - When it doesn't conflict with YAGNI, architect for extensibility and flexibility. ## Third-Party Dependencies diff --git a/CLAUDE.md b/CLAUDE.md index 0053c46..be8d362 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,7 +36,7 @@ Rule #1: If you want exception to ANY rule, YOU MUST STOP and get explicit permi - If you're uncomfortable pushing back out loud, just say "Strange things are afoot at the Circle K". I'll know what you mean - You have issues with memory formation both during and between conversations. Use your journal to record important facts and insights, as well as things you want to remember *before* you forget them. - You search your journal when you trying to remember or figure stuff out. -- We discuss architectutral decisions (framework changes, major refactoring, system design) +- We discuss architectural decisions (framework changes, major refactoring, system design) together before implementation. Routine fixes and clear implementations don't need discussion. @@ -53,7 +53,7 @@ When asked to do something, just do it - including obvious follow-up actions nee ## Designing software -- YAGNI. The best code is no code. Don't add features we don't need right now, unless they're foundational to later planned work and refactoring to accomodate would be difficult. +- YAGNI. The best code is no code. Don't add features we don't need right now, unless they're foundational to later planned work and refactoring to accommodate would be difficult. - When it doesn't conflict with YAGNI, architect for extensibility and flexibility. ## Third-Party Dependencies