Hub system overhaul with plugin architecture and file operations refactor
58 files · 3,259+ · 1,123-

Hub system overhaul

7 files changed
  • __init__.py Hub package initialization updates
  • components.py Component management refinements
  • config.py Hub configuration
  • discovery.py Component discovery
  • foundation.py Foundation hub patterns
  • handlers.py Hub event handlers
  • plugin-system.md Plugin system architecture documentation
  • Overhauled hub subsystem with plugin architecture, event handling, and component discovery decouple architectural
    1 file
    • foundation.py

File operations modularization

3 files changed
  • __init__.py Operations package initialization
  • detector.py File operation detection
  • types.py Operation type definitions
  • Refactored file operations into modular detector-based subsystem decouple internal
    1 file
    • __init__.py