From 5ed3ef1d398663f9ac4bd1df34b3c5ea44597b43 Mon Sep 17 00:00:00 2001 From: Al4ise Date: Tue, 4 Aug 2026 21:19:50 +0300 Subject: [PATCH] Document long-term architecture rule --- AGENTS.md | 4 ++++ tests/AGENTS.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ba488daf0..5235b57e7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -472,3 +472,7 @@ This philosophy applies to ALL projects, not just LumiBot. - When starting any task, check: does this move a North Star metric? If not, question its priority. - See the private workspace operating instructions for the full framework when working inside Rob's local BotSpot/Lumiwealth environment. + +## Long-Term Architecture + +- Make architectural decisions for the long term. Do not accept a stopgap that only works for now and is meant to be replaced later. diff --git a/tests/AGENTS.md b/tests/AGENTS.md index 2a3f835bd..b82651cb9 100644 --- a/tests/AGENTS.md +++ b/tests/AGENTS.md @@ -31,3 +31,7 @@ These rules apply to all files under `tests/`. - CI should block edits to LEGACY tests unless the PR is explicitly approved. The recommended mechanism is a PR label + required write-up (see `.github/workflows/`). + +## Long-Term Architecture + +- Make architectural decisions for the long term. Do not accept a stopgap that only works for now and is meant to be replaced later.