docs: refresh maintainer and agent handoff documentation

Document post-M3 state on main, GitHub vs AUR publishing separation,
AUR pkgrel=11 / source tag gap, M1 UI identity status, and CI test
workflow. packaging/aur/README.md clarifies local-only AUR sync.
This commit is contained in:
Sebastian Palencsar
2026-06-27 10:58:59 +02:00
parent e885826005
commit f638ddf281
6 changed files with 93 additions and 36 deletions

View File

@@ -30,3 +30,13 @@ The way to go here is to ask yourself if the improvement would be useful for mor
- `bearhub/gems/web/resources/locale`
New code should use `bearhub.*` imports. Legacy `bauh.*` imports still work via compatibility shims (see `NAMESPACE_MIGRATION.md`).
Run tests before submitting changes:
```bash
pip install -r requirements.txt
pip install -e .
python -m unittest discover -s tests -p "test_*.py" -v
```
CI (`.github/workflows/tests.yml`) runs the same on push to `main` (Python 3.11 and 3.12).