From 8c6069c121d25e5efdf4a423997fe09ce9e91ff9 Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Fri, 27 Feb 2026 14:26:29 +0100 Subject: [PATCH] Decomp plan adjustment --- DECOMPOSITION_SLICES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DECOMPOSITION_SLICES.md b/DECOMPOSITION_SLICES.md index 87604ae..c65cb2a 100644 --- a/DECOMPOSITION_SLICES.md +++ b/DECOMPOSITION_SLICES.md @@ -6,6 +6,7 @@ This file contains self-contained decomposition prompts ("slices") to bring the **Rules from `agents.md`:** - File length: 400 lines target, 600 lines hard ceiling +- Slightly exceeding the 600-line ceiling is acceptable when the excess is driven by verbose keyword-argument signatures (named parameters), not by business logic density - Function length: 50 lines max - All business logic in `app/services//` - Read `agents.md` fully before starting any slice