docs: Update documentation for auto-update system and integration tests

This commit is contained in:
claudi 2026-01-30 08:43:52 +01:00
parent f701247fab
commit c1133ae8e9
9 changed files with 105 additions and 57 deletions

View file

@ -213,6 +213,29 @@ def main():
---
### Task 1.7: Auto-update System
**File**: `src/webdrop_bridge/utils/update.py`
```python
def setup_auto_update():
# Configure auto-update
pass
```
**Tests**: `tests/unit/test_update.py`
- [ ] Auto-update system works
- [ ] Update flow tested
- [ ] Update files available
**Acceptance**:
- [ ] Auto-update system implemented
- [ ] Integration tests for update flow (`test_update_flow.py`)
- [ ] Documentation updated for new features
- [ ] Documentation files verified and synced
---
## Quality Gates
### Before Committing