mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 20:34:16 +02:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user