Update docs and agent files

This commit is contained in:
2026-02-10 09:17:34 +01:00
parent 1feb3baf68
commit 0dff9fa07f
5 changed files with 16 additions and 17 deletions

View File

@@ -170,7 +170,6 @@ All exported functions are safe for concurrent use:
- `Start()` - Safe to call once
- `TriggerArchiving()` - Safe from multiple goroutines
- `Shutdown()` - Safe to call once
- `WaitForArchiving()` - Deprecated, but safe
Internal state is protected by:
- Channel synchronization (`archiveChannel`)