mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-25 04:03:08 +00:00
b38ecee4da
Replace the import-time init() that mutated the DefaultRegistry global with a constructor that returns a ready registry, removing mutate-after-init global state. Exported API unchanged.