diff --git a/.agent/plans/layout_separation_list_style_plan.md b/.agent/plans/layout_separation_list_style_plan.md deleted file mode 100644 index 179bac412..000000000 --- a/.agent/plans/layout_separation_list_style_plan.md +++ /dev/null @@ -1,57 +0,0 @@ -# UI Layout Phase 7: CSS List Style Type Plan - -This document outlines the architectural plan for implementing the CSS `list-style-type` property within the decoupled layout system. This replaces the current CSS background-image hacks with proper text-based list markers. - -**AGENT DIRECTIVE (CRITICAL):** You MUST compile and run the unit tests (`bin/unit_tests/eepp-unit_tests-debug`) after EVERY step. Do NOT proceed to the next step if there is even a 1-pixel difference in visual layout tests. Take a git stash snapshot (`git stash push -m "Phase 7.X passed" && git stash apply`) upon passing a step to keep a checkpoint while continuing to work. **If you need to restore a stash, use `git stash apply` instead of `git stash pop` so the stable snapshot is never lost.** - ---- - -## IMPLEMENTATION HAZARDS (READ BEFORE CODING) -1. **Property Inheritance:** `list-style-type` must be an inherited property so that setting it on `