docs: add link to maintenance plan in README.md

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Oskar Kapala 2026-08-03 13:03:58 +02:00
parent 2e13a7d1bb
commit 756e8454a5

View file

@ -32,6 +32,7 @@ Action approval flow: `pending/` → operator approves → `approved/` → execu
## Repository Structure ## Repository Structure
- `docs/`: [Infrastructure Standards](docs/standards.md) and [Deployment Conventions](docs/deployment.md). - `docs/`: [Infrastructure Standards](docs/standards.md) and [Deployment Conventions](docs/deployment.md).
- `docs/architecture/PLAN-subsystem-a-2026-07-28.md`: [Current Maintenance Plan (Control Plane)](docs/architecture/PLAN-subsystem-a-2026-07-28.md).
- `hosts/`: Host-specific configurations and service assignments. - `hosts/`: Host-specific configurations and service assignments.
- `services/`: Reusable Docker Compose service definitions. - `services/`: Reusable Docker Compose service definitions.
- `scripts/`: Deployment and management scripts. - `scripts/`: Deployment and management scripts.
@ -44,6 +45,7 @@ Action approval flow: `pending/` → operator approves → `approved/` → execu
## Documentation Index ## Documentation Index
- [Current Maintenance Plan (Control Plane)](docs/architecture/PLAN-subsystem-a-2026-07-28.md)
- [Infrastructure Standards](docs/standards.md) - [Infrastructure Standards](docs/standards.md)
- [Agent Operating Procedures](docs/agents.md) (For AI/Non-Human Agents) - [Agent Operating Procedures](docs/agents.md) (For AI/Non-Human Agents)
- [Deployment Conventions](docs/deployment.md) - [Deployment Conventions](docs/deployment.md)