diff --git a/README.md b/README.md index ffbc793..713899c 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,3 @@ Supported placeholders used in commands include: - `{line}` If a path contains spaces, wrap it in quotes. - -## Build-system cleanup ideas - -If this project gets another iteration, high-impact cleanup would be: - -1. Replace or simplify the custom build chain (e.g., CMake/Meson or a smaller single-step script). -2. Separate third-party dependency build concerns from app build logic. -3. Remove hardcoded absolute defaults and make platform-specific commands explicit in config/docs. -4. Add a minimal regression test path for parsing/search behavior.