From 41a2ceee4298cf8323f5109e2ed4616114323edd Mon Sep 17 00:00:00 2001 From: lashman Date: Fri, 13 Mar 2026 18:02:06 +0200 Subject: [PATCH] remove docs/plans from project structure in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da20911..ff4bddd 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,6 @@ openpylon/ │ ├── icons/ # App icons │ ├── Cargo.toml # Rust dependencies │ └── tauri.conf.json # Tauri app configuration -├── docs/plans/ # Design documents and implementation plans ├── package.json └── README.md # You are here ``` @@ -400,3 +399,7 @@ See [LICENSE](LICENSE) or https://creativecommons.org/publicdomain/zero/1.0/ for Your tools should serve you - not the other way around.

+ +

+ This project is developed with the help of a locally-run LLM via opencode for scaffolding, planning, and routine code tasks. Architecture and design decisions are my own. +