remove docs/plans from project structure in README

This commit is contained in:
2026-03-13 18:02:06 +02:00
parent 7075f90d15
commit 41a2ceee42

View File

@@ -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.
</sub>
</p>
<p align="center">
<sub><em>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.</em></sub>
</p>