Move project documentation into docs

Add ARCHITECTURE.md with a Mermaid component interaction diagram and short descriptions of the main runtime flows.

Move CHANGELOG.md and ROADMAP.md under docs/ so project documentation lives in one place, and update README links plus the project layout description.
This commit is contained in:
mixeme
2026-06-15 20:44:47 +03:00
parent 5ef32566db
commit e2464aab0f
4 changed files with 75 additions and 3 deletions
+4 -3
View File
@@ -6,8 +6,9 @@ PySentry is being designed and implemented with assistance from OpenAI Codex.
Project notes:
- [Changelog](CHANGELOG.md)
- [Roadmap](ROADMAP.md)
- [Changelog](docs/CHANGELOG.md)
- [Roadmap](docs/ROADMAP.md)
- [Architecture](docs/ARCHITECTURE.md)
## Features
@@ -313,7 +314,7 @@ HKCU\Software\Microsoft\Windows\CurrentVersion\Run\PySentry
- `src/core` contains YAML storage, command execution, scheduling, and log cleanup.
- `assets` contains app icons that are embedded into the application binary.
- `scripts` contains build helpers.
- `CHANGELOG.md` records release notes and version history.
- `docs` contains architecture notes, the changelog, and the roadmap.
Build outputs are written to `dist/`. The old local `bin/` directory is not used.