removed migration
This commit is contained in:
@@ -98,7 +98,6 @@ chmod +x email-processor.sh
|
||||
|
||||
# --- Other ---
|
||||
./email-processor.sh stats # show decision history
|
||||
./email-processor.sh migrate # import old decisions
|
||||
```
|
||||
|
||||
Or call Python directly: `python main.py scan --dry-run`
|
||||
@@ -176,7 +175,7 @@ ollama list # should show kamekichi128/qwen3-4b-instruct-2507:latest
|
||||
|
||||
```
|
||||
email_processor/
|
||||
main.py # Entry point — scan/review/stats/migrate subcommands
|
||||
main.py # Entry point — scan/review/stats subcommands
|
||||
classifier.py # LLM prompt builder + response parser
|
||||
decision_store.py # Decision history storage + few-shot retrieval
|
||||
config.json # Ollama + automation settings
|
||||
|
||||
Reference in New Issue
Block a user