feat: port source-first ingestion to os repo

- make source the canonical field across os routes, tools, ui, and mcp
- align fresh-install schema, search, and embedding flows with source-first ingestion

Generated with Claude Code
This commit is contained in:
“BeeRad”
2026-03-20 12:36:26 +11:00
parent 41f8498d4a
commit 28e570696c
34 changed files with 588 additions and 521 deletions
+1 -1
View File
@@ -172,12 +172,12 @@ export default function ThreePanelLayout() {
id: node.id,
title: node.title,
link: node.link,
source: node.source,
notes: node.notes,
dimensions: node.dimensions,
created_at: node.created_at,
updated_at: node.updated_at,
chunk_status: node.chunk_status,
chunk: node.chunk,
metadata: node.metadata,
}));
setOpenTabsData(validNodes);