This directory contains project documentation for developers and contributors.
| Document | Description |
|---|---|
| Client Groups | Groups feature design and implementation |
For user-facing documentation (installation, commands, examples), see the GitHub Pages site.
The source for GitHub Pages is in the /pages directory.
Design documents for new features are in the /design directory:
- client-groups.md - Client groups feature design
- client-groups-implementation.md - Implementation plan
ui-cmd/
├── docs/ # Project documentation (this directory)
├── pages/ # GitHub Pages source (mkdocs)
├── design/ # Feature design documents
├── src/ # Source code
│ └── ui_cli/ # CLI application
└── scripts/ # Utility scripts