Commit Graph

1667 Commits

Author SHA1 Message Date
05d81efc8a feat(gtm): upgrade to v3.1 'Closing-Ready' engine (ROI fix, legal battlecards, senior report mode) 2026-01-20 09:09:37 +00:00
5176ab6e81 docs: Revert unnecessary changes in migration guide 2026-01-19 16:28:04 +00:00
622ef6fbdc docs: Update migration plan with Notion SSoT and refined prompt variables 2026-01-19 12:02:01 +00:00
2f311ece1d docs: Update allowed_industries description in migration guide to reflect DB source 2026-01-19 11:57:51 +00:00
015f5bd5e9 fix(ui): Remove unused handlers to fix Typescript build 2026-01-19 11:54:12 +00:00
f1f4538913 fix(ui): Escape '>' in JSX to fix build error 2026-01-19 11:52:38 +00:00
075960663b feat(ui): Update Industries settings to display Notion-synced fields read-only 2026-01-19 11:51:07 +00:00
aa19abf571 fix: Update Notion sync logic to handle existing records and avoid unique constraint errors 2026-01-19 11:37:55 +00:00
e955a58d05 fix: Restore previous DB, migrate schema, mount Notion token 2026-01-19 11:34:24 +00:00
0455cd1bc9 feat: Implement Notion sync for Industries and Robotics Categories 2026-01-19 11:28:08 +00:00
fe2b3dd4f3 feat: Connect classification service to DB industries & update docs 2026-01-19 07:58:49 +00:00
3895bb5fea docs: Add core analysis prompts to migration plan 2026-01-19 07:44:23 +00:00
86198ab83e docs: Add CRITICAL rule against accidental doc deletion 2026-01-19 07:39:46 +00:00
912174b67e docs: Restore missing content in migration plan 2026-01-19 07:38:37 +00:00
50141069e6 docs: Add account evaluation prompts to migration guide 2026-01-19 07:33:46 +00:00
23c57987bc fix(ce): Resolve database schema mismatch and restore docs
- Fixed a critical  in the company-explorer by forcing a database re-initialization with a new file (). This ensures the application code is in sync with the database schema.
- Documented the schema mismatch incident and its resolution in MIGRATION_PLAN.md.

- Restored and enhanced BUILDER_APPS_MIGRATION.md by recovering extensive, valuable content from the git history that was accidentally deleted. The guide now again includes detailed troubleshooting steps and code templates for common migration pitfalls.
2026-01-15 15:54:45 +00:00
9770387505 docs(ce): update country field and ui fix documentation 2026-01-15 10:33:32 +00:00
4540af5130 docs(ce): update migration plan with industries and job role mapping specifications 2026-01-15 09:26:17 +00:00
80b720e62c feat(ce): upgrade to v0.5.0 with contacts management, advanced settings and ui modernization 2026-01-15 09:23:58 +00:00
461972c0fc feat(gtm): Implement Meta-Framework for strategic analysis
Refactors the GTM orchestrator prompts (phases 2-9) to use a question-based strategic framework derived from the internal marketing blueprint. This new 'Meta-Framework' approach ensures strategic depth and prevents content pollution from irrelevant examples when analyzing new product categories.

- Updates orchestrator prompts in .
- Adds documentation in  explaining how to modify the new strategy logic.
- Includes minor fixes to the Node.js  and dependency updates in .
2026-01-14 15:34:15 +00:00
e74849c0cb feat(market-intel): Optimize outreach quality and remove hallucination bias. Implemented context-sensitive technographics and strategic bridge prompting. 2026-01-14 10:33:53 +00:00
7ff927bf37 feat(b2b-assistant): Implement Step 7 (Customer Journey) with tactical focus on Buying Center, Deal-Breakers, and Assets. Add restart functionality for individual steps. 2026-01-14 08:42:14 +00:00
41634f5602 feat(ca): Add analysis loading feature and update documentation to v5-Stable 2026-01-12 15:44:26 +00:00
3dccfd2d2c feat(ca): Finalize v5 pipeline - Hybrid Matrix, CoT Enrichment & User Repair Mode 2026-01-12 15:29:43 +00:00
99b14a8ab0 feat(market-intel): Finalize Level 4 Competitive Radar (Semantics & Relations)
- Implemented semantic classification for Products (e.g. 'Cleaning', 'Logistics') and Battlecards (e.g. 'Price', 'Support').
- Created 'import_competitive_radar.py' for full 4-database relational import to Notion.
- Updated Orchestrator with new prompts for structured output.
- Cleaned up obsolete scripts.
2026-01-11 12:54:12 +00:00
d6a1449031 feat(notion): Finalize Competitive Radar v3.0 (Level 3 Relational Model)
- Extended import_relational_radar.py to include a 'Products' database.
- Implemented full dual-way relations for Companies <-> Landmines, References, Products.
- Updated documentation to reflect the 4-database architecture.
2026-01-11 12:14:45 +00:00
e1b6a0ad5c feat(notion): Implement relational Competitive Radar import
- Added import_relational_radar.py for bidirectional database structure in Notion.
- Added refresh_references.py to populate analysis data with grounded facts via scraping.
- Updated documentation for Competitive Radar v2.0.
2026-01-11 11:57:43 +00:00
193c9b9539 feat(notion): Add import script for competitor references 2026-01-11 11:16:11 +00:00
43de248325 feat(analysis): Ground Step 8 Reference Analysis
Improves the competitor reference analysis (Step 8) by replacing the previous LLM-only approach with a grounded, scraping-based method.

- Implemented a new scraper to actively search for and parse competitor reference/case study pages.
- The analysis is now based on actual website content, significantly increasing the accuracy and reliability of the results and preventing model hallucinations.
- Updated documentation to reflect the new 'Grounded References' architecture.
2026-01-11 11:01:44 +00:00
027e69ee19 docs(migration): Finalize Competitor Analysis migration & document all pitfalls 2026-01-10 22:15:53 +01:00
4aa0710dab docs(migration): Finalize Competitor Analysis migration & document all pitfalls 2026-01-10 20:49:54 +01:00
43e14ce703 docs(migration): Finalize Competitor Analysis migration lessons and code 2026-01-10 18:26:23 +01:00
ef43a8174b docs: Comprehensive lessons learned from Competitor Analysis migration 2026-01-10 17:47:58 +01:00
249b06463b feat(competitor-analysis): Fix 404, SDK compatibility, and update docs
Resolved multiple issues preventing the 'competitor-analysis' app from running and serving its frontend:

1.  **Fixed Python SyntaxError in Prompts:** Corrected unterminated string literals and ensure proper multi-line string formatting (using .format() instead of f-strings for complex prompts) in .
2.  **Addressed Python SDK Compatibility (google-generativeai==0.3.0):**
    *   Removed  for  and  by adapting the orchestrator to pass JSON schemas as direct Python dictionaries, as required by the older SDK version.
    *   Updated  with detailed guidance on handling / imports and dictionary-based schema definitions for older SDKs.
3.  **Corrected Frontend Build Dependencies:** Moved critical build dependencies (like , , ) from  to  in .
    *   Updated  to include this  pitfall, ensuring frontend build tools are installed in Docker.
4.  **Updated Documentation:**
    *   : Added comprehensive lessons learned regarding  dependencies, Python SDK versioning (specifically  and  imports for ), and robust multi-line prompt handling.
    *   : Integrated specific details of the encountered errors and their solutions, making the migration report a more complete historical record and guide.

These changes collectively fix the 404 error by ensuring the Python backend starts correctly and serves the frontend assets after a successful build.
2026-01-10 09:10:00 +00:00
363df954c0 Dateien nach "competitor-analysis/services" hochladen 2026-01-09 17:43:28 +00:00
d0f7fe3874 competitor-analysis/services/geminiService.ts hinzugefügt 2026-01-09 17:43:14 +00:00
16f0f16cdf Dateien nach "competitor-analysis/components" hochladen 2026-01-09 17:41:40 +00:00
356cb3ba68 Dateien nach "competitor-analysis/components" hochladen 2026-01-09 17:41:23 +00:00
059daa65ee Dateien nach "competitor-analysis/components" hochladen 2026-01-09 17:41:05 +00:00
d237c64762 competitor-analysis/components/EditableCard.tsx hinzugefügt 2026-01-09 17:40:48 +00:00
67c1f980ca Dateien nach "competitor-analysis" hochladen 2026-01-09 17:38:37 +00:00
9cb19fc91f Dateien nach "competitor-analysis" hochladen 2026-01-09 17:38:36 +00:00
3ccbe26f2f Dateien nach "competitor-analysis" hochladen 2026-01-09 17:38:22 +00:00
d7b6e7d07e competitor-analysis/App.tsx hinzugefügt 2026-01-09 17:38:01 +00:00
89b8f75375 Docs: Update MIGRATION_PLAN.md to v0.4.0 with new features (Company Explorer) 2026-01-09 10:18:45 +00:00
c4fcc990b0 Update: GTM Architect v2.6.2 (Edit Specs, Report Fix) & Company Explorer v0.4 (Export, Timestamps) 2026-01-09 09:15:16 +00:00
d07fbcb2cd fix(gtm): Fix white screen and implement URL persistence v2.6.1
- Fixed TypeError in SessionBrowser by adding defensive checks for the sessions array.
- Implemented mandatory URL persistence: The research URL is now saved in DB, shown in UI, and included in reports.
- Added 'Start New Analysis' button to the session browser for better UX flow.
- Updated documentation to reflect v2.6.1 changes.
2026-01-08 21:36:42 +00:00
1d9bba0446 feat(gtm): Implement Rich Session Browser UI
- Replaced the basic session list with a dedicated, card-based Session Browser page.
- Each session card now displays product name, category, description, and a thumbnail placeholder for better usability.
- Updated the backend DB manager to extract this rich information from the existing JSON data store.
- Refactored the frontend (App.tsx, types.ts) to support the new UI and data structure.
- Added new component SessionBrowser.tsx and its corresponding CSS.
- Updated documentation to reflect the v2.6 changes.
2026-01-08 21:23:46 +00:00
58542b0359 feat(notion): Finalize relational DB implementation and scripts
- Implement relational data structure in Notion as per the plan.
- Add scripts for initial data import (import_product.py) and distribution to related databases (distribute_product_data.py).
- Create helper scripts for reading Notion content.
- Update Notion_Dashboard.md and GEMINI.md with the latest implementation status, database IDs, and key lessons learned from the MVP phase, including API constraints and schema-first principles.
2026-01-08 21:07:12 +00:00
94e1486227 docker/gemini/Dockerfile hinzugefügt 2026-01-08 20:08:03 +00:00