mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
- Remove --analyze|--deep parameters from plan.md, use default analysis - Change .analysis to .process directory structure for better organization - Create ANALYSIS_RESULTS.md template focused on verified results - Add .process folder to workflow-architecture.md file structure - Template emphasizes verification of files, methods, and commands - Prevent execution errors from non-existent references 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
# Core dependencies for embedding tests
|
|
numpy>=1.21.0
|
|
scikit-learn>=1.0.0
|
|
|
|
# Sentence Transformers for advanced embeddings
|
|
sentence-transformers>=2.2.0
|
|
|
|
# Optional: For better performance and additional models
|
|
torch>=1.9.0
|
|
|
|
# Development and testing
|
|
pytest>=6.0.0
|
|
|
|
# Data handling
|
|
pandas>=1.3.0
|