From effd740e455f3c5f7628e9808210b9ac27fa5c34 Mon Sep 17 00:00:00 2001 From: mixeme Date: Wed, 8 Jul 2026 07:43:07 +0300 Subject: [PATCH] docs: add descriptions and missing docs to README documentation list --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f651b86..9bc6735 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,13 @@ creating, grouping, pausing, running, and monitoring scheduled shell commands. ## Documentation -- [Changelog](docs/CHANGELOG.md) -- [Roadmap](docs/ROADMAP.md) -- [Architecture](docs/ARCHITECTURE.md) +- [Changelog](docs/CHANGELOG.md) — record of notable changes by version +- [Roadmap](docs/ROADMAP.md) — planned work larger than a single bug fix +- [Architecture](docs/ARCHITECTURE.md) — component interaction model - [Standards](docs/STANDARDS.md) — quality rules and intentional behavior - [Development](docs/DEVELOPMENT.md) — build instructions, project layout, dependencies +- [Tests](docs/TESTS.md) — test suite layout and how to run it +- [Performance](docs/PERFORMANCE.md) — measured performance findings ## Storage