removed migration

This commit is contained in:
Yanxin Lu
2026-02-26 21:05:27 -08:00
parent 1e3faa0b20
commit e8c8256967
4 changed files with 2 additions and 68 deletions

View File

@@ -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