From 740f17256b6d0778ee06c8f298d7908899f4a3c8 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 30 Mar 2026 06:47:50 -0400 Subject: [PATCH] undf: assign 721; stamp spidermonkey-0005 --- CLAUDE.md | 2 +- UNDF-REGISTRY.json | 3 ++- .../spidermonkey-0005-gather-available-ancestors-hashset.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 67a4be95c..26ec48d81 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -124,7 +124,7 @@ git push ### Current counts (update when generator runs) -**720** assigned | **720** UNDF posts | last run: 2026-03-30 +**721** assigned | **721** UNDF posts | last run: 2026-03-30 ### Patch stamp format diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index 2030ae8f0..3c5e29954 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -718,5 +718,6 @@ "victoria-metrics-0002": "UNDF-2026-000000717", "vlc-0002": "UNDF-2026-000000718", "weechat-0003": "UNDF-2026-000000719", - "zeek-0002": "UNDF-2026-000000720" + "zeek-0002": "UNDF-2026-000000720", + "spidermonkey-0005": "UNDF-2026-000000721" } diff --git a/defects/spidermonkey/patch/spidermonkey-0005-gather-available-ancestors-hashset.md b/defects/spidermonkey/patch/spidermonkey-0005-gather-available-ancestors-hashset.md index 42d19e32d..175cb30d2 100644 --- a/defects/spidermonkey/patch/spidermonkey-0005-gather-available-ancestors-hashset.md +++ b/defects/spidermonkey/patch/spidermonkey-0005-gather-available-ancestors-hashset.md @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000721 # UNDF: (pending) # spidermonkey-0005: `GatherAvailableModuleAncestors` — O(M²) execList scan in async-module BFS