forked from cleveragents/cleveragents-core
f4c088bae8
- Add best-effort active plan detection from sandbox mtimes to protect running plans from cleanup (B1) - Add ge= validators on all retention settings to prevent unsafe negative/zero values; checkpoint max requires ge=2 (B3, NB6) - Handle CoW sandbox plan_id extraction (ca-cow-sandbox- prefix) so copy-on-write sandboxes are also protected (NB4) - Add OSError guards in sandbox dir iteration for race safety (NB7) - Add TODO markers and CLI notice for unimplemented session cleanup (NB1) - Rebase onto develop-hamza-1 to incorporate SEC5 changes (B2)