- market_db_manager.py: Created SQLite manager for saving/loading projects.
- server.cjs: Added API routes for project management.
- geminiService.ts: Added client-side DB functions.
- StepInput.tsx: Added 'Past Runs' sidebar to load previous audits.
- App.tsx: Added auto-save functionality and full state hydration logic.
- StepOutreach.tsx: Improved UI layout by merging generated campaigns and suggestions into one list.
- market_intel_orchestrator.py: Updated generate_outreach_campaign to identify all relevant roles, generate top 5, and return remaining as suggestions. Added specific_role mode.
- types.ts: Added OutreachResponse interface.
- geminiService.ts: Updated to handle new response structure and specificRole parameter.
- StepOutreach.tsx: Added sidebar section for Suggested Roles with on-demand generation buttons.
- StepReport.tsx: Added Search Strategy ICP, Digital Signals, and Target Pages to both the UI view and the Markdown export.
- StepReport.tsx: Fixed 'Back' button behavior to prevent state reset (uses new onBack prop).
- App.tsx: Passed handleBack to StepReport onBack prop.
- types.ts: Extended SearchStrategy interface with optional fields for the new signals.
- Implementierung der rollenbasierten Campaign-Engine mit operativem Fokus (Grit).
- Integration von Social Proof (Referenzkunden) in die E-Mail-Generierung.
- Erweiterung des Deep Tech Audits um gezielte Wettbewerber-Recherche (Technographic Search).
- Fix des Lösch-Bugs in der Target-Liste und Optimierung des Frontend-States.
- Erweiterung des Markdown-Exports um transparente Proof-Links und Evidenz.
- Aktualisierung der Dokumentation in readme.md und market_intel_backend_plan.md.
- Integrated ICP-based lookalike sourcing.
- Implemented Deep Tech Audit with automated evidence collection.
- Enhanced processing terminal with real-time logs.
- Refined daily logging and resolved all dependency issues.
- Documented final status and next steps.