From 6b3c87276fe92ead2caeea7c1d9d9ab77ab9c494 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 28 Dec 2025 13:48:11 +0000 Subject: [PATCH] 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). --- TODO_hook_concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO_hook_concurrency.md b/TODO_hook_concurrency.md index 41eb5d95..877b295b 100644 --- a/TODO_hook_concurrency.md +++ b/TODO_hook_concurrency.md @@ -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