ProductLift documentation sync system: automated n8n workflows that publish Knowledge Base articles, Changelog entries, and Roadmap items from GitHub to ProductLift via API, with duplicate detection.
'docs_sync_log' table in Supabase for tracking published documents. Stores document type, source path, external ID, and publish timestamp. Prevents the same document from being re-published on every sync run.
'last_status' column on 'docs_sync_log' for tracking roadmap item status changes between syncs — enables automatic status updates on ProductLift when a roadmap file's 'status' field changes.
28 roadmap item files in 'docs/roadmap/', one per planned feature, each with 'title', 'status', and 'validated' frontmatter fields. All 28 confirmed against 'docs/roadmap.md' (Faza 2 backlog).
Roadmap validation categories in CLAUDE.md: CONFIRMED (item exists in user-authored source), MAYBE (logical gap inferred from code), REVIEW (AI-invented with no source basis).
Documentation automation section in CLAUDE.md covering roadmap file format, 'validated' frontmatter field, generation workflow, and validation rules.
Changed
Changelog files for versions 0.1–1.0 updated with precise day-level dates (previously had month/year only).