3 Commits

Author SHA1 Message Date
94f665192d Map CI author to tracer in mailmap
All checks were successful
CI/CD Pipeline / deploy (push) Successful in 25s
CI/CD Pipeline / promote_stable (push) Successful in 3s
2026-02-27 21:24:14 +01:00
c894b1dfb2 Normalize author identities via mailmap 2026-02-27 21:18:21 +01:00
c19124741e Refine README ACP System description 2026-02-27 21:15:29 +01:00
3 changed files with 5 additions and 13 deletions

3
.mailmap Normal file
View File

@@ -0,0 +1,3 @@
tracer <tracer@24unix.net> Micha <tracer@24unix.net>
tracer <tracer@24unix.net> Micha <espey@smart-q.de>
tracer <tracer@24unix.net> speedbb-ci <ci@24unix.net>

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.
- `Attachments`: attachment policy and extension/group controls.
- `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.
### 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
- Active version: `26.0.3`

View File

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