Frontmatter
| id | 9742 |
| title | Add Config Flag for Differential Graph Sync (FileSystem Ingestor) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 6, 2026, 9:03 PM |
| updatedAt | Apr 6, 2026, 9:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9742 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 6, 2026, 9:06 PM |
Add Config Flag for Differential Graph Sync (FileSystem Ingestor)
Closedenhancementai

Description
Enable differential synchronization of the
neo.dbSQLite Graph against the local file system on startup, configured via explicit boolean environment features. We need the ability to conditionally prevent or enforce this parsing depending on the environment.Implementation Overview
autoIngestFileSystemflag (falseby default) toconfig.template.mjs.truelocally insideconfig.mjs.GraphService.initAsync()to conditionally triggerFileSystemIngestor.syncWorkspaceToGraph()uponmemory-coreMCP server boot.