From 6efc5c4ace48587059d952b53dde85562acabb92 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 07:03:11 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20update=20ARCHITECTURE.md=20?= =?UTF-8?q?=E2=80=94=20mark=20#291=20Slice=202=20complete,=20describe=20Sl?= =?UTF-8?q?ice=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_011jmbBkJwJByEJGXFAihgh8 --- docs/ARCHITECTURE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index a9e616dc..23a585b7 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -2565,7 +2565,9 @@ All remaining open issues are enhancements (no bugs as of 2026-07-18). Prioritiz ### #291 — SpecKit-style preset composition (layered template resolution) **Slice 1 COMPLETE (PR #370, 2026-07-18)**: `mapify preset` sub-group with `list` and `add --from ` commands; `.map/presets//manifest.json` format (required keys: `id`, `title`, `version`); path-traversal guards; `--json` flag; `--force` overwrite; 29 tests in `tests/test_preset_commands.py`. -**Next slice (Slice 2)**: `mapify preset remove `, `mapify preset enable/disable ` (via `.enabled` flag in manifest or sidecar), and `mapify preset resolve