feat: CLI tool for stock analysis pipeline management

- Command-line interface for triggering collection and analysis
- Pipeline orchestration commands
- Integration with all microservices via Redis Streams

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yakenator
2026-02-23 13:50:55 +09:00
commit d972b84fb4
4 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,3 @@
"""CLI orchestration and reporting for stock analysis pipeline."""
__version__ = "0.1.0"