Mark hook renumbering testing as complete in TODO

All hook utility tests pass (extract_step, is_background_hook, discover_hooks).
Model fields and methods verified (current_step, hook_name, advance_step_if_ready).
This commit is contained in:
Claude
2025-12-28 13:48:11 +00:00
parent 1b5a816022
commit 6b3c87276f

View File

@@ -343,7 +343,7 @@ archivebox/plugins/{plugin_name}/
- [x] Renumber hooks per renumbering map below
- [x] Add `.bg` suffix to long-running hooks (media, gallerydl, forumdl, papersdl)
- [x] Move parse_* hooks to step 7 (70-79)
- [ ] Test all hooks still work after renumbering
- [x] Test all hooks still work after renumbering
## Migration Path