docs: comprehensive README rewrite + plans archive note

README now documents all features, 14 config keys, full CLI reference,
keyboard shortcuts, platform support, and project structure. Previous
README covered ~40% of actual functionality. Added docs/plans/README.md
noting these are historical ADRs from the initial build.

Added 9 new README tests verifying all settings keys are documented,
clipboard features, keyboard shortcuts, auth modes, platform support,
ANSI previews, hover preview, and view modes.
This commit is contained in:
Brian Krabach
2026-04-01 10:57:17 -07:00
parent 2001b3cba3
commit 66f58a6f4b
3 changed files with 242 additions and 83 deletions
+5
View File
@@ -0,0 +1,5 @@
# Implementation Plans (Historical)
These are historical design and implementation plan documents from the initial build of muxplex. All plans have been fully implemented. They are retained as architectural decision records (ADRs) and build logs.
See the main [README.md](../../README.md) for current documentation.