chore: bootstrap rdb-discovery

This commit is contained in:
2026-06-01 17:43:02 +01:00
commit dede6ecc60
45 changed files with 2101 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Test Plan
## Bootstrap Validation
Run:
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
pytest
rdb --help
Expected result:
Tests pass
CLI help displays