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. +