Refine README ACP System description

This commit is contained in:
2026-02-27 21:15:29 +01:00
parent 66de3b31b1
commit c19124741e
2 changed files with 2 additions and 13 deletions

View File

@@ -21,20 +21,9 @@ The ACP is organized into practical sections for day-to-day forum operations:
- `Ranks`: rank definitions and badge management. - `Ranks`: rank definitions and badge management.
- `Attachments`: attachment policy and extension/group controls. - `Attachments`: attachment policy and extension/group controls.
- `Audit log`: activity trail for administrative actions. - `Audit log`: activity trail for administrative actions.
- `System`: environment checks and update operations. - `System`: split into `Health` (live website health checks) and `Updates` (update-readiness checks and update actions, including CLI interpreter validation).
- `Custom`: space for project-specific custom assets/overrides. - `Custom`: space for project-specific custom assets/overrides.
### System
The System area is split into two focused views:
- `Health`: shows whether the live website environment is healthy enough to run reliably.
- `Updates`: provides update-related checks and update actions, including CLI interpreter validation.
This separation is intentional:
- `Health` answers “Is the site healthy right now?”
- `Updates` answers “Is this server ready to run update operations?”
## Current Product Status ## Current Product Status
- Active version: `26.0.3` - Active version: `26.0.3`

View File

@@ -98,5 +98,5 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"version": "26.0.3", "version": "26.0.3",
"build": "107" "build": "108"
} }