Daily AI content generation and multi-platform social media distribution
The Content Engine runs on a daily schedule and handles the full social media content lifecycle without manual input.
src/consolidator_content.js — Main content pipeline orchestrator. Key exports: runDailyContentPipeline() (line 11), presentDailyContent() (line 132), autoApproveContent() (line 185), runDriveScanAndLabel() (line 228), runDriveMediaCleanup() (line 256), runWeeklyContentSprint() (line 281), runWorkspaceContextSync() (line 286).src/actions/analytics/scoring.js — Engagement scoring per post. Scores feed back into generation prompt weighting.src/actions/analytics/growth.js — Follower growth and reach tracking over time.src/actions/campaign/ — Campaign-level content: briefs, batch generation, and scheduled posting. Contains limits.js, briefs.js, generation.js, posting.js.content_pipelines — Daily pipeline run records and statuscontent_submissions — Individual generated pieces awaiting approvalcontent_calendar — Approved content scheduled for future postingcontent_distributions — Publishing records per platform per postdrive_assets — Indexed Google Drive media with labels and usage historycontent_feedback — Engagement data and manual feedback per postmarketing_analytics — Aggregated reach, impressions, and engagement metricsfollower_snapshots — Daily follower counts per platform for growth trackingNo known issues at this time.