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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user