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 .
This commit is contained in:
4174
gtm-architect/package-lock.json
generated
Normal file
4174
gtm-architect/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ const port = 3005;
|
||||
|
||||
// --- DATABASE INITIALIZATION ---
|
||||
// Initialize the SQLite database on startup to ensure the 'gtm_projects' table exists.
|
||||
const dbScript = path.join(__dirname, 'gtm_db_manager.py');
|
||||
const dbScript = path.join(__dirname, '../gtm_db_manager.py'); // CORRECTED PATH
|
||||
console.log(`[Init] Initializing database via ${dbScript}...`);
|
||||
const initProcess = spawn('python3', [dbScript, 'init']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user