auto_sigma_rule_generator/cli/commands
bpmcdevitt de30d4ce99 CLEANUP: Remove legacy web application components and streamline for CLI-first architecture
This commit completes the transformation to a CLI-first SIGMA rule generator by removing all legacy web application components:

REMOVED COMPONENTS:
- Frontend React application (frontend/ directory)
- Docker Compose web orchestration (docker-compose.yml, Dockerfiles)
- FastAPI web backend (main.py, celery_config.py, bulk_seeder.py)
- Web-specific task schedulers and executors
- Initialization scripts for web deployment (start.sh, init.sql, Makefile)

SIMPLIFIED ARCHITECTURE:
- Created backend/database_models.py for migration-only database access
- Updated CLI commands to use simplified database models
- Retained core processing modules (sigma generator, PoC clients, NVD processor)
- Fixed import paths in CLI migration and process commands

The application now operates as a streamlined CLI tool with file-based SIGMA rule storage,
eliminating web application complexity while maintaining all core CVE processing capabilities.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 13:24:38 -05:00
..
__init__.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00
base_command.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00
export_commands.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00
generate_commands.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00
migrate_commands.py CLEANUP: Remove legacy web application components and streamline for CLI-first architecture 2025-07-21 13:24:38 -05:00
process_commands.py CLEANUP: Remove legacy web application components and streamline for CLI-first architecture 2025-07-21 13:24:38 -05:00
search_commands.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00
stats_commands.py MAJOR: Transform web application to professional CLI-based SIGMA rule generator 2025-07-21 13:11:03 -05:00