Fix typo in super_registry and add system documentation
- Fixed function name typo in super_registry.py:303 (load_all_superchattracted → load_all_supercharged) - Added SYSTEM_STATUS.md with complete feature list and test results - Added ARCHITECTURE.md with detailed system design and component documentation - All 28 tests passing (12 registry, 10 bridge, 6 integration suites) - Full pipeline verified end-to-end
This commit is contained in:
@@ -300,7 +300,7 @@ def get_glyphs_by_score_range(min_score: int, max_score: int) -> List[dict]:
|
||||
List of glyphs sorted by score descending
|
||||
"""
|
||||
if not _loaded:
|
||||
load_all_superchattracted()
|
||||
load_all_supercharged()
|
||||
|
||||
if not _glyphs:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user